.about-company{padding:5rem 8%;background:#fff}.about-company .container{display:flex;align-items:center;flex-direction:row-reverse;justify-content:space-between;gap:3rem;flex-wrap:wrap}.about-company .about-content{flex:1;min-width:320px}.about-company .about-content .tag{display:inline-block;background:#0a2a43;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem 1rem;border-radius:25px;margin-bottom:1rem}.about-company .about-content h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem;color:#222}.about-company .about-content p{font-size:1.05rem;color:#555;line-height:1.6;margin-bottom:2rem}.about-company .about-content .cards{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.about-company .about-content .cards .card{flex:1 1 250px;background:#fff;border:1px solid #eee;border-radius:12px;padding:1.5rem;box-shadow:0 4px 10px rgba(0,0,0,.05);transition:all .3s ease}.about-company .about-content .cards .card:hover{transform:translateY(-6px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.about-company .about-content .cards .card .icon{font-size:2rem;margin-bottom:1rem;color:#e91e63}.about-company .about-content .cards .card h3{font-size:1.2rem;margin-bottom:.5rem;color:#0a2a43}.about-company .about-content .cards .card p{font-size:.95rem;color:#555}.about-company .about-content .cta-btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2rem;border-radius:30px;font-size:1rem;font-weight:600;text-decoration:none;background:#eb3690;color:#fff;box-shadow:0 6px 20px rgba(0,0,0,.15);transition:all .3s ease}.about-company .about-content .cta-btn span{font-weight:700}.about-company .about-content .cta-btn:hover{transform:translateY(-4px) scale(1.05)}.about-company .about-image{flex:1;min-width:320px;display:flex;justify-content:center}.about-company .about-image img{max-width:420px;width:100%;border-radius:20px;animation:float 4s ease-in-out infinite}@media(max-width:992px){.about-company .container{flex-direction:column;text-align:center}.about-company .about-content .cards{justify-content:center}.about-company .about-content h2{font-size:1.8rem}.about-company .about-image img{max-width:300px}}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;.swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);button&{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));&.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}&.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-button-prev,~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto;.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.hero-slider{width:100%;height:80vh;background:#f9f9f9}.hero-slider .swiper{width:100%;height:100%}.hero-slider .slide-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:100%;padding:3rem 8%;background:linear-gradient(90deg,#fff,#f8f8f8)}.hero-slider .slide-content .left{flex:1}.hero-slider .slide-content .left h1,.hero-slider .slide-content .left h2{font-size:2.8rem;font-weight:700;color:#0a2a43;line-height:1.2;margin-bottom:1rem}.hero-slider .slide-content .left p{font-size:1.1rem;color:#555;margin-bottom:2rem;max-width:500px}.hero-slider .slide-content .left .buttons{display:flex;gap:1rem}.hero-slider .slide-content .left .buttons .btn{padding:.8rem 1.5rem;border-radius:30px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.hero-slider .slide-content .left .buttons .btn.primary{background:#e91e63;color:#fff;border:none}.hero-slider .slide-content .left .buttons .btn.primary:hover{background:#c2185b}.hero-slider .slide-content .left .buttons .btn.secondary{background:rgba(0,0,0,0);border:2px solid #0a2a43;color:#0a2a43}.hero-slider .slide-content .left .buttons .btn.secondary:hover{background:#0a2a43;color:#fff}.hero-slider .slide-content .right{flex:1;display:flex;justify-content:center}.hero-slider .slide-content .right .hero-image{max-width:450px;width:100%;height:auto;animation:float 4s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.hero-slider .swiper-pagination-bullet{background:#e91e63;opacity:.7}.hero-slider .swiper-pagination-bullet-active{background:#0a2a43;opacity:1}.hero-slider .swiper-button-next,.hero-slider .swiper-button-prev{color:#0a2a43;transition:.3s}.hero-slider .swiper-button-next:hover,.hero-slider .swiper-button-prev:hover{color:#e91e63}@media(max-width:992px){.hero-slider .slide-content{flex-direction:column;text-align:center}.hero-slider .slide-content .left h1,.hero-slider .slide-content .left h2{font-size:2rem}.hero-slider .slide-content .left p{font-size:1rem}.hero-slider .slide-content .left .buttons{justify-content:center;flex-wrap:wrap}.hero-slider .slide-content .right .hero-image{max-width:300px}}@media(max-width:600px){.hero-slider{height:auto}.hero-slider .slide-content{padding:3rem 1.5rem 4rem;gap:1.5rem}.hero-slider .slide-content .left h1,.hero-slider .slide-content .left h2{font-size:1.6rem;margin-bottom:.8rem}.hero-slider .slide-content .left p{font-size:.95rem;margin-bottom:1.5rem}.hero-slider .slide-content .left .buttons{gap:.8rem}.hero-slider .slide-content .left .buttons .btn{padding:.7rem 1.2rem;font-size:.9rem;flex:1;min-width:130px}.hero-slider .slide-content .right .hero-image{max-width:250px}.hero-slider .swiper-button-next,.hero-slider .swiper-button-prev{display:none}}.maids-slider{padding:80px 20px;background:#f8faff}.maids-slider .container{max-width:1200px;margin:auto;text-align:center}.maids-slider .heading{margin-bottom:40px}.maids-slider .heading .tag{display:inline-block;background:#004aad;color:#fff;padding:6px 18px;border-radius:25px;font-size:14px;margin-bottom:12px}.maids-slider .heading h2{font-size:32px;font-weight:700;margin-bottom:15px;color:#222}.maids-slider .heading h2 span{color:#e91e63}.maids-slider .heading p{max-width:700px;margin:0 auto;font-size:16px;color:#555}.maids-slider .maidSwiper .maid-card{width:300px;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.maids-slider .maidSwiper .maid-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px rgba(0,0,0,.12)}.maids-slider .maidSwiper .maid-card:hover .overlay{opacity:1}.maids-slider .maidSwiper .maid-card .image-wrapper{position:relative;height:280px;overflow:hidden}.maids-slider .maidSwiper .maid-card .image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;object-position:top}.maids-slider .maidSwiper .maid-card .image-wrapper:hover img{transform:scale(1.1)}.maids-slider .maidSwiper .maid-card .image-wrapper .overlay{position:absolute;bottom:0;left:0;width:100%;background:rgba(0,74,173,.8);color:#fff;padding:10px;font-size:14px;opacity:0;transition:opacity .4s ease}.maids-slider .maidSwiper .maid-card .info{padding:15px}.maids-slider .maidSwiper .maid-card .info h3{font-size:18px;font-weight:600;margin-bottom:5px;color:#222}.maids-slider .maidSwiper .maid-card .info p{font-size:15px;color:#666}.google-reviews{padding:80px 20px;background:linear-gradient(135deg,#f8faff,#eef2f7)}.google-reviews .container{max-width:1200px;margin:auto;text-align:center}.google-reviews .heading{margin-bottom:40px}.google-reviews .heading .tag{display:inline-block;background:#004aad;color:#fff;padding:6px 18px;border-radius:25px;font-size:14px;margin-bottom:12px}.google-reviews .heading h2{font-size:32px;font-weight:700;margin-bottom:15px;color:#222}.google-reviews .heading h2 span{color:#e91e63}.google-reviews .heading p{max-width:700px;margin:0 auto;font-size:16px;color:#555}.google-reviews .reviewSwiper .review-card{background:#fff;border-radius:15px;padding:20px;text-align:left;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.google-reviews .reviewSwiper .review-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px rgba(0,0,0,.12)}.google-reviews .reviewSwiper .review-card .profile{display:flex;align-items:center;gap:12px;margin-bottom:12px}.google-reviews .reviewSwiper .review-card .profile img{width:50px;height:50px;border-radius:50%;object-fit:cover}.google-reviews .reviewSwiper .review-card .profile .placeholder{width:50px;height:50px;border-radius:50%;background:#004aad;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.google-reviews .reviewSwiper .review-card .profile h3{font-size:16px;font-weight:600;color:#222}.google-reviews .reviewSwiper .review-card .profile p{font-size:13px;color:#777}.google-reviews .reviewSwiper .review-card .rating{margin-bottom:10px}.google-reviews .reviewSwiper .review-card .rating svg{margin-right:3px}.google-reviews .reviewSwiper .review-card .text{font-size:15px;color:#444;line-height:1.6;font-style:italic}@media(max-width:768px){.google-reviews .heading h2{font-size:26px}.google-reviews .review-card{padding:15px}}.our-services{padding:5rem 8%;background:#f9e0eb}.our-services .section-header{text-align:center;margin-bottom:3rem}.our-services .section-header .tag{display:inline-block;background:#0a2a43;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem 1rem;border-radius:25px;margin-bottom:1rem}.our-services .section-header h2{font-size:2rem;font-weight:700;color:#222}.our-services .service-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.1);text-align:center;padding-bottom:1.5rem;transition:all .3s ease}.our-services .service-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.our-services .service-card .image-box{position:relative;overflow:hidden}.our-services .service-card .image-box img{width:100%;height:220px;object-fit:cover;border-bottom:2px solid #eee}.our-services .service-card .image-box .icon{position:absolute;bottom:-20px;right:20px;background:#f06292;color:#fff;font-size:1.8rem;padding:.6rem;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.15)}.our-services .service-card h3{font-size:1.2rem;font-weight:600;margin:1rem 0;color:#0a2a43}.our-services .service-card .read-more{font-size:.95rem;font-weight:600;color:#e91e63;text-decoration:none;transition:all .3s}.our-services .service-card .read-more:hover{text-decoration:underline}.our-services .swiper-button-next,.our-services .swiper-button-prev{background:#fff;border:2px solid #0a2a43;color:#0a2a43;width:40px;height:40px;border-radius:50%;font-weight:700}.our-services .swiper-button-next:after,.our-services .swiper-button-prev:after{font-size:1rem}@media(max-width:768px){.our-services .service-card img{height:180px}.our-services .section-header h2{font-size:1.6rem}}.process-section{padding:5rem 8%;background:linear-gradient(135deg,#ffffff,#f9f9fb)}.process-section .content-wrapper{display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.process-section .text-content{flex:1}.process-section .text-content .tag{background:#0a2a43;color:#fff;padding:.4rem 1.2rem;border-radius:30px;font-size:.9rem;font-weight:600;display:inline-block;margin-bottom:1rem}.process-section .text-content h2{font-size:2.2rem;font-weight:700;color:#222;margin-bottom:1rem}.process-section .text-content p{font-size:1rem;color:#555;margin-bottom:2rem;line-height:1.6}.process-section .text-content .features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.process-section .text-content .features .feature{display:flex;gap:1rem;align-items:flex-start;background:#fff;padding:1.2rem;border-radius:15px;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:all .3s ease}.process-section .text-content .features .feature:hover{transform:translateY(-5px);box-shadow:0 8px 18px rgba(0,0,0,.1)}.process-section .text-content .features .feature .icon{font-size:1.8rem;color:#e91e63;flex-shrink:0}.process-section .text-content .features .feature h4{font-size:1.1rem;font-weight:600;margin-bottom:.3rem;color:#0a2a43}.process-section .text-content .features .feature p{font-size:.9rem;color:#666}.process-section .image-content{flex:1;display:flex;justify-content:center}.process-section .image-content .image-wrapper{position:relative}.process-section .image-content .image-wrapper img{width:100%;max-width:420px;border-radius:20px;object-fit:cover;box-shadow:0 8px 20px rgba(0,0,0,.1)}.process-section .image-content .image-wrapper .badge{position:absolute;top:12%;left:-20px;background:#e91e63;color:#fff;padding:1rem;border-radius:50%;text-align:center;width:120px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;box-shadow:0 4px 15px rgba(0,0,0,.2)}.process-section .image-content .image-wrapper .badge strong{font-size:1.7rem}.process-section .image-content .image-wrapper .badge span{font-size:.75rem;font-weight:500;text-align:center}.process-section .stats{margin-top:4rem;display:flex;justify-content:space-around;gap:1.5rem;flex-wrap:wrap;background:#0a2a43;padding:2rem;border-radius:20px;color:#fff}.process-section .stats .stat-box{text-align:center;transition:transform .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap}.process-section .stats .stat-box:hover{transform:translateY(-5px)}.process-section .stats .stat-box .stat-icon{font-size:2rem;margin-bottom:.5rem;color:#e91e63;display:flex;flex-direction:row;align-items:center;justify-content:center!important;flex-wrap:wrap}.process-section .stats .stat-box h3{font-size:1.6rem;font-weight:700}.process-section .stats .stat-box p{font-size:.9rem}@media(max-width:992px){.process-section .content-wrapper{flex-direction:column}.process-section .text-content .features{grid-template-columns:1fr}.process-section .image-content{margin-top:2rem}}.testimonial-section{padding:80px 0;background:#f7f9fc}.testimonial-section .heading{text-align:center;margin-bottom:50px}.testimonial-section .heading .tag{display:inline-block;background:#004aad;color:#fff;padding:6px 18px;border-radius:50px;font-size:14px;margin-bottom:10px}.testimonial-section .heading h2{font-size:36px;color:#222}.testimonial-section .testimonial-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 14px rgba(0,0,0,.08);position:relative;height:100%}.testimonial-section .testimonial-card .quote{font-size:28px;color:#004aad;opacity:.2;position:absolute;top:20px;right:20px}.testimonial-section .testimonial-card .feedback{font-size:15px;color:#555;line-height:1.7;margin-bottom:20px}.testimonial-section .testimonial-card .user{display:flex;align-items:center;gap:15px}.testimonial-section .testimonial-card .user img{width:55px;height:55px;border-radius:50%;object-fit:cover;border:3px solid #004aad}.testimonial-section .testimonial-card .user h4{font-size:16px;color:#222;margin:0}.testimonial-section .testimonial-card .user span{font-size:13px;color:#777}.testimonial-section .swiper-slide{display:flex;height:auto}.why-choose-us{padding:80px 20px;background:linear-gradient(135deg,#fdfbfb,#ebedee)}.why-choose-us .container{max-width:1200px;margin:auto;text-align:center}.why-choose-us .heading{margin-bottom:50px}.why-choose-us .heading .tag{display:inline-block;background:#004aad;color:#fff;padding:6px 18px;border-radius:25px;font-size:14px;margin-bottom:12px}.why-choose-us .heading h2{font-size:32px;font-weight:700;margin-bottom:15px;color:#222}.why-choose-us .heading h2 span{color:#e91e63}.why-choose-us .heading p{max-width:700px;margin:0 auto;font-size:16px;color:#555;line-height:1.6}.why-choose-us .reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.why-choose-us .reason-card{background:#fff;border-radius:15px;padding:30px 20px;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;text-align:center}.why-choose-us .reason-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px rgba(0,0,0,.12)}.why-choose-us .reason-card .icon{font-size:40px;color:#004aad;margin-bottom:15px;display:flex;justify-content:center}.why-choose-us .reason-card h3{font-size:18px;font-weight:600;margin-bottom:10px;color:#222}.why-choose-us .reason-card p{font-size:15px;color:#666;line-height:1.6}@media(max-width:768px){.why-choose-us .heading h2{font-size:26px}.why-choose-us .reason-card{padding:20px 15px}.why-choose-us .reason-card .icon{font-size:32px}}.work-process{padding:80px 20px;background:#f8faff}.work-process .container{max-width:1200px;margin:auto;text-align:center}.work-process .tag{display:inline-block;background:#004aad;color:#fff;padding:6px 18px;border-radius:25px;font-size:14px;margin-bottom:12px}.work-process h2{font-size:32px;font-weight:700;margin-bottom:15px;color:#222}.work-process p{color:#555;max-width:700px;margin:0 auto 50px;font-size:16px;line-height:1.6}.work-process .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px}.work-process .step-card{background:#fff;border-radius:15px;padding:30px 20px;position:relative;text-align:left;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:transform .3s ease}.work-process .step-card:hover{transform:translateY(-8px)}.work-process .step-card .icon{font-size:38px;color:#004aad;margin-bottom:15px}.work-process .step-card h3{font-size:20px;font-weight:600;margin-bottom:10px;color:#222}.work-process .step-card p{font-size:15px;color:#666;line-height:1.6}.work-process .step-card .step-number{position:absolute;top:20px;right:20px;font-size:40px;font-weight:800;color:rgba(0,74,173,.1)}