@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.navbar{position:fixed;top:0;left:0;width:100%;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;z-index:1000;transition:all .3s ease}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo img{height:80px;width:auto;cursor:pointer;transition:transform .3s ease}.navbar-logo img:hover{transform:scale(1.05)}.navbar-menu{display:flex;align-items:center}.navbar-links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0}.nav-link{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#e74c3c;transition:width .3s ease}.nav-link:hover{color:#e74c3c}.nav-link:hover:after{width:100%}.navbar-toggle{display:none;flex-direction:column;cursor:pointer;gap:5px}.navbar-toggle .bar{width:30px;height:3px;background:#fff;transition:all .3s ease}@media screen and (max-width:1024px){.navbar-links{gap:1.5rem}.nav-link{font-size:1rem}}@media screen and (max-width:768px){.navbar-toggle{display:flex}.navbar-menu{position:fixed;top:100px;left:-100%;width:100%;height:calc(100vh - 100px);background:#000000f2;transition:left .3s ease;padding:2rem}.navbar-menu.active{left:0}.navbar-links{flex-direction:column;gap:2rem;width:100%}.nav-link{font-size:1.2rem;width:100%;text-align:center}}.home-container{min-height:100vh;position:relative;overflow:hidden}.hero-section{min-height:100vh;background:linear-gradient(#0000001a,#0000001a),url(/images/wall.png) center/cover no-repeat;display:flex;align-items:center;justify-content:flex-start;position:relative;padding:0 2rem}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:1}.hero-content{max-width:1400px;margin:0 auto;position:relative;z-index:2;color:#fff;padding:2rem 0}.hero-subtitle{font-size:1.2rem;font-weight:400;margin-top:4rem;margin-bottom:1rem;letter-spacing:1px;opacity:.9}.hero-title{font-size:4rem;font-weight:700;line-height:1.2;margin-bottom:2rem;text-transform:capitalize}.hero-title .highlight{color:#e8df98}.hero-description{font-size:1.2rem;line-height:1.8;max-width:900px;margin-bottom:3rem;opacity:.95;font-weight:300}.hero-contact{display:flex;gap:1.5rem;flex-wrap:wrap}.contact-btn{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1.1rem;font-weight:500;text-decoration:none;border:2px solid rgba(255,255,255,.3);border-radius:5px;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;transition:all .3s ease;cursor:pointer}.contact-btn:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 10px 25px #0000004d}.phone-btn:hover{border-color:#1b3296;background:#e74c3c33}.email-btn:hover{border-color:#3498db;background:#3498db33}.floating-actions{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:999;display:flex;flex-direction:column;gap:1rem}.floating-btn{display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;cursor:pointer}.quote-btn{background:linear-gradient(90deg,#030242,#000);color:#fff;padding:1.5rem 1rem;writing-mode:vertical-rl;text-orientation:mixed;font-size:1.1rem;font-weight:600;letter-spacing:1px;border-radius:0 10px 10px 0;box-shadow:2px 2px 15px #e74c3c66}.quote-btn:hover{background:#1b3296;padding-right:1.5rem;box-shadow:2px 2px 25px #e74c3c99}.whatsapp-btn{background:#25d366;color:#fff;width:60px;height:60px;border-radius:0 50% 50% 0;box-shadow:2px 2px 15px #25d36666;padding-left:5px}.whatsapp-btn:hover{background:#20ba5a;transform:scale(1.1);box-shadow:2px 2px 25px #25d36699}.phone-call-btn{position:fixed;bottom:2rem;right:2rem;background:#1b3296;color:#fff;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #e74c3c66;z-index:999;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #e74c3cb3}70%{box-shadow:0 0 0 20px #e74c3c00}to{box-shadow:0 0 #e74c3c00}}@media screen and (max-width:1200px){.hero-title{font-size:3.5rem}}@media screen and (max-width:992px){.hero-title{font-size:3rem}.hero-description{font-size:1.1rem}}@media screen and (max-width:768px){.hero-section{padding:0 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:1rem;line-height:1.6}.hero-contact{flex-direction:column}.contact-btn{width:100%;justify-content:center;padding:1rem 1.5rem;font-size:1rem}.floating-actions{left:0}.quote-btn{font-size:.9rem}.whatsapp-btn{width:50px;height:50px}.whatsapp-btn svg{width:25px;height:25px}}@media screen and (max-width:480px){.hero-title{font-size:2rem}.hero-description{font-size:.95rem}}.services-section{min-height:100vh;background:#f5f5f5;padding-bottom:4rem}.services-banner{background:#1b3296;padding:3rem 2rem;width:100%}.banner-content{max-width:1400px;margin:0 auto;border:3px dotted rgba(255,255,255,.5);padding:2rem;border-radius:10px}.banner-text{color:#fff;font-size:1.3rem;line-height:1.8;text-align:center;margin:0;font-weight:400}.services-container{max-width:1400px;margin:0 auto;padding:5rem 2rem}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;position:relative}.service-card{background:#fff;border-radius:15px;padding:3rem 2rem;text-align:center;box-shadow:0 5px 20px #0000001a;transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#030242,#000);transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #3c47e755}.service-icon{margin-bottom:2rem}.icon-wrapper{width:40px;height:40px;background:linear-gradient(135deg,#030242,#000);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto;transition:all .3s ease;position:relative}.icon-wrapper:after{content:"";position:absolute;inset:-3px;border-radius:50%;background:linear-gradient(135deg,#3914dc,#6933ff);z-index:-1;opacity:0;transition:opacity .3s ease}.service-svg-icon{width:38px;height:38px;color:#fff;transition:all .3s ease}.service-card:hover .icon-wrapper{transform:rotateY(360deg) scale(1.1)}.service-card:hover .icon-wrapper:after{opacity:.4;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.2);opacity:0}}.service-title{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;letter-spacing:.5px}.service-divider{width:60px;height:4px;background:#1b3296;margin:0 auto;border-radius:2px}.service-arrow{position:absolute;right:-2.5rem;top:50%;transform:translateY(-50%);font-size:3rem;color:#1b3296;font-weight:700;opacity:.6;animation:arrowPulse 2s infinite}@keyframes arrowPulse{0%,to{opacity:.6;transform:translateY(-50%) translate(0)}50%{opacity:1;transform:translateY(-50%) translate(5px)}}.service-card:last-child .service-arrow{display:none}@media screen and (max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.service-arrow{display:none}.banner-text{font-size:1.2rem}}@media screen and (max-width:768px){.services-banner{padding:2rem 1rem}.banner-content{padding:1.5rem;border-width:2px}.banner-text{font-size:1rem;line-height:1.6}.services-container{padding:3rem 1rem}.services-grid{grid-template-columns:1fr;gap:2rem}.service-card{padding:2rem 1.5rem}.icon-wrapper{width:70px;height:70px}.service-title{font-size:1.1rem}.service-arrow{display:none}}@media screen and (max-width:480px){.banner-text{font-size:.9rem}.service-card{padding:1.5rem 1rem}.icon-wrapper{width:60px;height:60px}.service-title{font-size:1rem}}.about-section{min-height:100vh;background:#f5f5f5;padding:4rem 2rem}.about-header{text-align:center;margin-bottom:5rem;max-width:1200px;margin-left:auto;margin-right:auto}.about-welcome{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;line-height:1.3}.about-subtitle{font-size:1.2rem;color:#7f8c8d;line-height:1.8;font-weight:400}.about-container{max-width:1400px;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-text{padding-right:2rem}.about-title{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:2rem;line-height:1.3}.highlight-text{color:#1b3296}.about-description{font-size:1.1rem;line-height:1.8;color:#7f8c8d;margin-bottom:1.5rem;text-align:justify}.about-image{position:relative;display:flex;justify-content:center;align-items:center}.image-border{border:8px solid #08144e;border-radius:10px;padding:1rem;background:#fff;box-shadow:0 10px 40px #1d12811a;transition:all .3s ease}.image-border:hover{transform:translateY(-10px);box-shadow:0 20px 60px #3c4de733}.image-wrapper{overflow:hidden;border-radius:5px}.about-img{width:100%;height:auto;display:block;border-radius:5px;transition:transform .3s ease}.about-img:hover{transform:scale(1.05)}.about-image:before{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:#3c45e71a;top:-30px;right:-30px;z-index:-1}.about-image:after{content:"";position:absolute;width:80px;height:80px;border-radius:50%;background:#3f3ce726;bottom:-20px;left:-20px;z-index:-1}@media screen and (max-width:1200px){.about-content{gap:3rem}.about-title,.about-welcome{font-size:2.5rem}}@media screen and (max-width:992px){.about-section{padding:4rem 2rem}.about-header{margin-bottom:4rem}.about-content{grid-template-columns:1fr;gap:3rem}.about-text{padding-right:0}.about-title{font-size:2.2rem;text-align:center}.about-description{text-align:left}.about-image{order:-1}}@media screen and (max-width:768px){.about-section{padding:3rem 1.5rem}.about-header{margin-bottom:3rem}.about-welcome{font-size:2rem}.about-subtitle{font-size:1rem}.about-title{font-size:1.8rem}.about-description{font-size:1rem;line-height:1.6}.image-border{border-width:6px;padding:.5rem}}@media screen and (max-width:480px){.about-section{padding:2rem 1rem}.about-welcome{font-size:1.5rem}.about-subtitle{font-size:.9rem}.about-title{font-size:1.5rem}.about-description{font-size:.95rem}.image-border{border-width:4px}.about-image:before,.about-image:after{display:none}}.service-details-section{min-height:100vh;background:#f5f5f5;padding:5rem 2rem}.service-details-header{text-align:center;margin-bottom:5rem;max-width:900px;margin-left:auto;margin-right:auto}.service-details-title{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem}.service-details-subtitle{font-size:1.2rem;color:#7f8c8d;line-height:1.8;font-weight:400}.service-details-container{max-width:1400px;margin:0 auto}.service-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;align-items:stretch}.service-detail-card{background:#fff;border:4px solid #1b3296;border-radius:10px;overflow:hidden;transition:all .3s ease;box-shadow:0 5px 20px #0000001a;display:flex;flex-direction:column}.service-detail-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #3c47e74d;border-color:#1b3296}.service-detail-content{display:flex;align-items:flex-start;min-height:100%}.service-detail-image{flex:0 0 25%;overflow:hidden;height:250px}.service-detail-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.service-detail-card:hover .service-detail-image img{transform:scale(1.1)}.service-detail-text{flex:1;padding:1rem 1.5rem;display:flex;flex-direction:column;justify-content:flex-start}.service-detail-title{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.service-detail-description{font-size:1.1rem;line-height:1.7;color:#7f8c8d;margin-bottom:1.5rem;flex-grow:0}.service-read-more{color:#1b3296;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block;position:relative}.service-read-more:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#1b3296;transition:width .3s ease}.service-read-more:hover{color:#1b3296}.service-read-more:hover:after{width:100%}.service-link-wrapper{text-decoration:none;color:inherit;display:block}@media screen and (max-width:1200px){.service-details-grid{gap:2.5rem}.service-detail-title{font-size:1.6rem}.service-detail-description{font-size:1rem}.service-detail-image{height:220px}}@media screen and (max-width:992px){.service-details-section{padding:4rem 2rem}.service-details-header{margin-bottom:4rem}.service-details-title{font-size:2.5rem}.service-details-subtitle{font-size:1.1rem}.service-details-grid{grid-template-columns:1fr;gap:2rem}.service-detail-content{flex-direction:column}.service-detail-image{flex:0 0 250px;height:250px}.service-detail-text{padding:2rem}}@media screen and (max-width:768px){.service-details-section{padding:3rem 1.5rem}.service-details-header{margin-bottom:3rem}.service-details-title{font-size:2rem}.service-details-subtitle{font-size:1rem}.service-detail-card{border-width:3px}.service-detail-image{height:200px}.service-detail-title{font-size:1.4rem}.service-detail-description{font-size:.95rem;line-height:1.6}.service-read-more{font-size:1rem}}@media screen and (max-width:480px){.service-details-section{padding:2rem 1rem}.service-details-title{font-size:1.7rem}.service-details-subtitle{font-size:.9rem}.service-detail-card{border-width:2px}.service-detail-image{height:180px}.service-detail-text{padding:1.5rem}.service-detail-title{font-size:1.3rem;margin-bottom:1rem}.service-detail-description{font-size:.9rem;margin-bottom:1rem}}.process-section{background:#f5f5f5;padding:3rem 2rem}.process-header{text-align:center;max-width:900px;margin:0 auto 3rem}.process-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.process-description{font-size:1.1rem;line-height:1.7;color:#7f8c8d}.process-container{max-width:1200px;margin:0 auto}.process-flow{position:relative;display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.process-svg{position:absolute;top:50%;left:0;width:100%;height:120px;transform:translateY(-50%);z-index:1;pointer-events:none}.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2;width:180px}.step-number-box{width:65px;height:65px;border:3px solid #1b3296;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;transition:all .3s ease;box-shadow:0 3px 10px #0000001a}.step-number-box:hover{background:#1b3296;transform:scale(1.1);box-shadow:0 6px 20px #533ce74d}.step-number{font-size:1.6rem;font-weight:700;color:#1b3296;transition:color .3s ease}.step-number-box:hover .step-number{color:#fff}.step-title{font-size:1.2rem;font-weight:600;color:#2c3e50}@media screen and (max-width:768px){.process-flow{flex-direction:column;gap:2.5rem}.process-svg{display:none}.process-step{width:auto}}@media screen and (max-width:480px){.process-title{font-size:2rem}.process-description{font-size:1rem}.step-title{font-size:1.1rem}}.our-features-section{width:100%;min-height:100vh;background-color:#f8f9fa;padding:40px 10px;position:relative}.features-container{max-width:1400px;margin:0 auto;padding:0 20px}.features-title{text-align:center;font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:60px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;padding:5px 0;margin-top:-50px}.feature-card{background-color:#fff;border-radius:12px;padding:30px 1px;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #00000014;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#030242,#000);transform:scaleX(0);transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 12px 30px #2114dc26}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{width:100px;height:100px;margin:0 auto 25px;background:linear-gradient(135deg,#030242,#000);border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:45px;box-shadow:0 8px 20px #1414dc4d;transition:all .3s ease;position:relative}.feature-icon:after{content:"";position:absolute;inset:-3px;border-radius:15px;background:linear-gradient(135deg,#3914dc,#6933ff);z-index:-1;opacity:0;transition:opacity .3s ease}.feature-card:hover .feature-icon{transform:rotateY(360deg) scale(1.1)}.feature-card:hover .feature-icon:after{opacity:.3;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.15);opacity:0}}.feature-icon span{display:block;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.feature-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:15px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.feature-description{font-size:15px;color:#666;line-height:1.6;margin:0}@media(max-width:1200px){.features-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:768px){.features-section{padding:40px 15px}.features-title{font-size:32px;margin-bottom:40px}.features-grid{grid-template-columns:1fr;gap:25px}.feature-card{padding:30px 20px}.feature-icon{width:80px;height:80px;font-size:35px}.feature-title{font-size:20px}}@media(max-width:480px){.features-grid{grid-template-columns:1fr}.features-title{font-size:28px}.feature-card{padding:25px 15px}}.our-strengths-section{width:100%;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);padding:80px 20px;display:flex;flex-direction:column;align-items:center}.strengths-container{max-width:1200px;width:100%;padding:0 20px;display:flex;flex-direction:column;align-items:center;text-align:center}.strengths-header{margin-bottom:60px}.strengths-main-title{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:15px;line-height:1.2;text-align:center}.strengths-subtitle{font-size:20px;color:#888;font-weight:400;margin:0;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px 70px;justify-content:center;width:100%;max-width:1200px;margin:20px auto 0}.stat-card{background-color:transparent;padding:30px 20px;text-align:center;max-width:350px;margin:0 auto;position:relative;transition:all .3s ease}.stat-card:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(90deg,#2114dc,#4733ff);transition:width .3s ease}.stat-card:hover:after{width:60%}.stat-card:hover{transform:translateY(-5px)}.stat-number{font-size:72px;font-weight:800;color:#1b0655;margin-bottom:15px;line-height:1;text-shadow:2px 2px 4px rgba(220,20,60,.1);transition:all .3s ease}.stat-card:hover .stat-number{transform:scale(1.05);color:#1b10b0}.stat-title{font-size:26px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.stat-description{font-size:16px;color:#666;line-height:1.5;margin:0}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:40px 30px}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr;gap:40px 20px}}@media(max-width:480px){.stats-grid{gap:35px 15px}}.footer{background:#08144e;color:#fff;padding:4rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.footer-column{display:flex;flex-direction:column}.footer-logo{font-size:1.6rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-text{font-size:.95rem;line-height:1.7;color:#dcdcdc}.footer-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{font-size:.95rem;margin-bottom:.7rem;color:#dcdcdc;cursor:pointer;transition:color .3s ease}.footer-links li:hover{color:#e74c3c}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;align-items:center;gap:.6rem;font-size:.95rem;margin-bottom:.8rem;color:#dcdcdc}.footer-socials{display:flex;gap:1rem}.footer-socials a{width:38px;height:38px;background:#fff;color:#08144e;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:1rem}.footer-socials a:hover{background:#e74c3c;color:#fff;transform:translateY(-4px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:3rem;padding-top:1rem;text-align:center;font-size:.9rem;color:#dcdcdc}li a{color:inherit;text-decoration:none}li a:hover{text-decoration:none}@media screen and (max-width:992px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.footer-container{grid-template-columns:1fr}.footer{text-align:center}.footer-contact li,.footer-socials{justify-content:center}}.aboutus-page{background:#fff;min-height:100vh;padding-top:115px}.aboutus-hero{background:linear-gradient(#08141c99,#08141c99),url(/images/back.jpg) center/cover no-repeat;color:#fff;padding:100px 20px;text-align:center}.aboutus-hero h1{font-size:3rem;margin-bottom:20px;font-weight:700}.aboutus-hero p{font-size:1.2rem;max-width:800px;margin:auto;line-height:1.7}.aboutus-container{max-width:1200px;margin:auto;padding:80px 20px}.aboutus-intro{text-align:center;margin-bottom:70px}.aboutus-intro h2{font-size:2.3rem;color:#08144e;margin-bottom:20px}.aboutus-intro p{font-size:1.1rem;color:#444;line-height:1.8;max-width:900px;margin:0 auto 20px}.aboutus-vm{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:70px}.vm-card{background:#f8f9fc;border-left:6px solid #08144e;padding:40px;border-radius:10px;transition:transform .3s ease}.vm-card:hover{transform:translateY(-8px)}.vm-card h3{font-size:1.8rem;color:#08144e;margin-bottom:15px}.vm-card p{font-size:1.05rem;color:#555;line-height:1.7}.aboutus-why{text-align:center}.aboutus-why h2{font-size:2.2rem;color:#08144e;margin-bottom:30px}.aboutus-why ul{list-style:none;padding:0;max-width:700px;margin:auto}.aboutus-why li{font-size:1.1rem;color:#333;padding:12px 0}@media(max-width:768px){.aboutus-hero h1{font-size:2.2rem}.aboutus-vm{grid-template-columns:1fr}.aboutus-container{padding:60px 20px}}.ourservices-page{background:#fff;min-height:100vh;padding-top:115px}.ourservices-hero{background:linear-gradient(#08141c99,#08141c99),url(/images/back.jpg) center/cover no-repeat;color:#fff;padding:100px 20px;text-align:center}.ourservices-hero h1{font-size:3rem;margin-bottom:15px;font-weight:700}.ourservices-hero p{font-size:1.2rem}.ourservices-container{max-width:1200px;margin:auto;padding:80px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.ourservices-card{background:#f8f9fc;padding:40px 30px;border-radius:12px;text-align:center;transition:all .3s ease;border-top:5px solid #08144e}.ourservices-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0000001a}.ourservices-icon{font-size:3rem;margin-bottom:20px}.ourservices-card h3{font-size:1.5rem;color:#08144e;margin-bottom:15px}.ourservices-card p{font-size:1.05rem;color:#555;line-height:1.6}@media(max-width:992px){.ourservices-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ourservices-container{grid-template-columns:1fr}.ourservices-hero h1{font-size:2.2rem}}.ourservices-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:9999}.ourservices-modal{background:#fff;width:90%;max-width:520px;padding:35px 30px;border-radius:12px;text-align:center;position:relative;animation:slideUp .4s ease}.ourservices-modal-image{width:100%;height:220px;object-fit:cover;border-radius:10px;margin-bottom:20px}.ourservices-close{position:absolute;top:12px;right:18px;font-size:30px;cursor:pointer}.ourservices-modal h2{color:#08144e;margin-bottom:15px}.ourservices-modal p{color:#555;font-size:16px;line-height:1.6;margin-bottom:25px}.ourservices-whatsapp-btn{display:inline-block;background:#25d366;color:#fff;padding:12px 25px;border-radius:30px;text-decoration:none;font-weight:600;transition:.3s}.ourservices-whatsapp-btn:hover{background:#1ebe5b}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.ourservices-card{cursor:pointer}.whyus-page{background:#fff;min-height:100vh;padding-top:115px}.whyus-hero{background:linear-gradient(#08141c99,#08141c99),url(/images/back.jpg) center/cover no-repeat;color:#fff;padding:100px 20px;text-align:center}.whyus-hero h1{font-size:3rem;margin-bottom:15px;font-weight:700}.whyus-hero p{font-size:1.2rem}.whyus-container{max-width:1200px;margin:auto;padding:80px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.whyus-card{background:#f8f9fc;padding:40px 30px;border-radius:12px;text-align:center;transition:all .3s ease;border-top:5px solid #08144e}.whyus-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0000001a}.whyus-icon{font-size:3rem;margin-bottom:20px}.whyus-card h3{font-size:1.5rem;color:#08144e;margin-bottom:15px}.whyus-card p{font-size:1.05rem;color:#555;line-height:1.6}@media(max-width:992px){.whyus-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.whyus-container{grid-template-columns:1fr}.whyus-hero h1{font-size:2.2rem}}.contact-page{background:#fff;min-height:100vh;padding-top:115px}.contact-hero{background:linear-gradient(#08141c99,#08141c99),url(/images/back.jpg) center/cover no-repeat;color:#fff;padding:100px 20px;text-align:center}.contact-hero h1{font-size:3rem;margin-bottom:15px}.contact-hero p{font-size:1.2rem}.contact-container{max-width:1200px;margin:auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact-info h2{font-size:2rem;color:#08144e;margin-bottom:20px}.contact-info p{font-size:1.05rem;color:#444;line-height:1.7;margin-bottom:15px}.contact-details p strong{color:#08144e}.contact-details a{color:#08144e;text-decoration:none;margin-left:5px}.contact-details a:hover{text-decoration:underline}.contact-form{background:#f8f9fc;padding:40px;border-radius:12px}.contact-form h2{font-size:2rem;color:#08144e;margin-bottom:25px}.contact-form form{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{padding:14px;margin-bottom:18px;border-radius:6px;border:1px solid #ccc;font-size:1rem}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#08144e}.contact-form button{background:#08144e;color:#fff;padding:14px;border:none;font-size:1.1rem;border-radius:6px;cursor:pointer;transition:.3s ease}.contact-form button:hover{background:#0a1a6a}@media(max-width:900px){.contact-container{grid-template-columns:1fr}.contact-hero h1{font-size:2.2rem}}@media(max-width:1200px){.contact-container{padding:60px 20px;gap:40px}}@media(max-width:900px){.contact-container{grid-template-columns:1fr}.contact-hero{padding:80px 20px}.contact-hero h1{font-size:2.4rem}.contact-form{padding:30px}}@media(max-width:768px){.contact-page{padding-top:90px}.contact-hero h1{font-size:2.1rem}.contact-hero p{font-size:1.05rem}.contact-info h2,.contact-form h2{font-size:1.8rem}}@media(max-width:576px){.contact-hero{padding:60px 15px}.contact-hero h1{font-size:1.9rem}.contact-hero p{font-size:1rem}.contact-container{padding:50px 15px}.contact-form{padding:25px}.contact-form input,.contact-form textarea{font-size:.95rem;padding:12px}.contact-form button{font-size:1rem;padding:12px}}@media(max-width:400px){.contact-hero h1{font-size:1.6rem}.contact-info p{font-size:.95rem}}.whatsapp-float{position:fixed;bottom:25px;right:25px;width:60px;height:60px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;z-index:9999;box-shadow:0 6px 15px #00000040;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 8px 18px #00000059}.whatsapp-icon{width:32px;height:32px}@media(max-width:768px){.whatsapp-float{width:55px;height:55px;bottom:20px;right:20px}.whatsapp-icon{width:28px;height:28px}}@media(max-width:480px){.whatsapp-float{width:50px;height:50px;bottom:18px;right:18px}.whatsapp-icon{width:26px;height:26px}}
