.top-bar{color:#fff;background:#2f2f2f;justify-content:space-between;padding:8px 40px;font-size:14px;display:flex}.top-bar svg{color:#ff3b3b;margin-right:6px}.top-left,.top-right{align-items:center;gap:6px;display:flex}.navbar{z-index:100;background:#fff;justify-content:space-between;align-items:center;padding:8px 40px;display:flex;position:relative;box-shadow:0 2px 10px #0000001a}.logo img{cursor:pointer;height:58px;transition:all .3s}.logo img:hover{transform:scale(1.05)}.nav-links{align-items:center;gap:28px;margin:0;padding:0;list-style:none;display:flex}.nav-links li{position:relative}.nav-links a{color:#222;padding-bottom:4px;font-weight:600;text-decoration:none;transition:all .3s}.nav-links a:hover{color:#e63946}.nav-links a.active{color:#e63946;border-bottom:2px solid #e63946}.dropdown{position:relative}.dropdown-menu{z-index:999;background:#fff;border-radius:4px;min-width:280px;margin:0;padding:0;display:none;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 10px 25px #00000026}.dropdown-menu li{list-style:none}.dropdown-menu li a{color:#000;border-bottom:1px solid #f0f0f0;padding:14px 18px;font-weight:500;display:block}.dropdown-menu li:last-child a{border-bottom:none}.dropdown-menu li a:hover{color:#fff;background:#e53935}.dropdown:hover .dropdown-menu{display:block}.menu-icon{cursor:pointer;z-index:1001;width:30px;height:22px;display:none;position:relative}.menu-icon span{background:#222;border-radius:3px;width:100%;height:3px;transition:all .3s;display:block;position:absolute}.menu-icon span:first-child{top:0}.menu-icon span:nth-child(2){top:9px}.menu-icon span:nth-child(3){top:18px}.menu-icon.active span:first-child{top:9px;transform:rotate(45deg)}.menu-icon.active span:nth-child(2){opacity:0}.menu-icon.active span:nth-child(3){top:9px;transform:rotate(-45deg)}@media (width<=900px){.top-bar{display:none}.navbar{padding:10px 20px}}@media (width<=768px){.navbar{padding:10px 18px}.menu-icon{display:block}.nav-links{opacity:0;visibility:hidden;background:#fff;border-top:1px solid #eee;flex-direction:column;align-items:center;gap:18px;width:100%;padding:25px 0;transition:all .35s;display:flex;position:absolute;top:68px;left:0;transform:translateY(-120%);box-shadow:0 12px 25px #0000001f}.nav-links.active{opacity:1;visibility:visible;transform:translateY(0)}.nav-links li{text-align:center;width:100%}.nav-links a{width:100%;padding:12px 0;font-size:16px;display:block}.logo img{height:48px}}@media (width<=480px){.logo img{height:42px}.nav-links{top:62px}}.footer{color:#fff;background:#2f2f2f;font-family:Segoe UI,sans-serif}.footer-container{grid-template-columns:repeat(4,1fr);gap:15px;max-width:1200px;margin:auto;padding:60px 40px;display:grid}.footer-about p{color:#d6e4f0;margin:18px 0;font-size:14px;line-height:1.7}.footer-logo{width:160px}.about-link{color:#4da3ff;font-weight:600;text-decoration:none}.about-link:hover{text-decoration:underline}.footer-links h4,.footer-social h4{margin-bottom:18px;font-size:18px}.footer-links ul{padding:0;list-style:none}.footer-links ul li{margin-bottom:10px}.footer-links ul li a{color:#d6e4f0;font-size:14px;text-decoration:none}.footer-links ul li a:hover{color:#4da3ff}.footer-social .social-icons{gap:12px;display:flex}.footer-social .social-icons a{color:#fff;background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .3s;display:flex}.footer-social .social-icons a:hover{background:#4da3ff}.footer-bottom{text-align:center;color:#d6e4f0;background:#0003;border-top:1px solid #fff3;padding:18px 10px;font-size:14px}.footer-link{color:#fff;font-weight:500;text-decoration:none}.footer-link:hover{color:#e63946;text-decoration:underline}@media (width<=992px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.footer-container{text-align:center;grid-template-columns:1fr}.footer-social .social-icons{justify-content:center}}.whatsapp-float{z-index:9999;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;animation:2s infinite whatsapp-pulse;display:flex;position:fixed;bottom:25px;right:20px;box-shadow:0 6px 16px #0000004d}.whatsapp-float img{width:34px;height:34px;transition:transform .3s}.whatsapp-float:hover{animation:none;transform:scale(1.12);box-shadow:0 8px 22px #25d36699}.whatsapp-float:hover img{transform:rotate(10deg)scale(1.1)}@keyframes whatsapp-pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 14px #25d36600}to{box-shadow:0 0 #25d36600}}@media (width<=768px){.whatsapp-float{width:54px;height:54px;bottom:18px;right:14px}.whatsapp-float img{width:28px;height:28px}}.hero{background-position:top;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:auto;min-height:100vh;padding:80px 20px;transition:background-image 1s ease-in-out;animation:1s ease-in-out fadeEffect;display:flex;position:relative;overflow:hidden}@keyframes fadeEffect{0%{opacity:.85}to{opacity:1}}@keyframes slideUpFadeDesktop{0%{opacity:0;transform:translateY(calc(40px - 50%))}to{opacity:1;transform:translateY(-50%)}}@keyframes slideUpFadeMobile{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero:before{content:"";background:#00000080;position:absolute;inset:0}.hero-overlay{z-index:1;text-align:center;color:#fff;width:100%;max-width:900px;padding:0 20px;position:relative}.hero-subtitle{letter-spacing:2px;text-transform:uppercase;color:#e5dbdb;margin-bottom:15px;font-size:14px}.hero-overlay h1{margin-bottom:20px;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-text{color:#ddd;margin-bottom:35px;font-size:1.1rem;line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.btn-primary{color:#fff;background-color:#ff3b3b;border-radius:30px;padding:12px 30px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary:hover{background-color:#e63232}.btn-outline{color:#fff;border:2px solid #fff;border-radius:30px;padding:12px 30px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s}.btn-outline:hover{color:#000;background-color:#fff}.slide-btn{z-index:2;color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:26px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slide-btn:hover{background:#ff3b3b}.slide-btn.left{left:20px}.slide-btn.right{right:20px}.hero-left-layout{text-align:left;max-width:700px;animation:.8s forwards slideUpFadeDesktop;position:absolute;top:50%;left:80px;transform:translateY(-50%)}.hero-left-layout h1{margin-bottom:18px;font-size:4rem;font-weight:700;line-height:1.15}.hero-left-layout .hero-text{color:#f1f1f1;margin-bottom:28px;font-size:1.5rem;font-weight:600}.hero-left-layout .hero-buttons{justify-content:flex-start}.hero-left-layout .btn-primary{color:#000;background-color:#fff;border-radius:6px;padding:14px 34px;font-size:16px;font-weight:700}.hero-left-layout .btn-primary:hover{background-color:#f0f0f0}@media (width<=1024px){.hero{padding:70px 30px}.hero-overlay h1{font-size:2.8rem}.hero-text{font-size:1rem}.slide-btn{width:46px;height:46px;font-size:22px}.hero-left-layout{max-width:580px;left:40px}.hero-left-layout h1{font-size:3rem}.hero-left-layout .hero-text{font-size:1.2rem}}@media (width<=768px){.hero{min-height:auto;padding:60px 20px}.hero-overlay{max-width:100%}.hero-overlay h1{font-size:2.2rem}.hero-subtitle{font-size:12px}.hero-text{margin-bottom:25px;font-size:.95rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-outline{text-align:center;width:100%;max-width:280px}.slide-btn{width:40px;height:40px;font-size:20px}.slide-btn.left{left:10px}.slide-btn.right{right:10px}.hero-left-layout{text-align:center;max-width:100%;margin:0 auto;animation:.8s forwards slideUpFadeMobile;position:static;transform:none}.hero-left-layout h1{font-size:2.4rem}.hero-left-layout .hero-text{font-size:1.1rem}.hero-left-layout .hero-buttons{justify-content:center}}@media (width<=480px){.hero{padding:50px 15px}.hero-overlay h1{font-size:1.8rem}.hero-text{font-size:.9rem}.hero-subtitle{font-size:11px}.slide-btn{width:36px;height:36px;font-size:18px}.hero-left-layout h1{font-size:2rem}.hero-left-layout .hero-text{font-size:1rem}}.our-services{text-align:center;background:#f4f6f8;padding:80px 50px}.services-title{color:#111;margin-bottom:60px;font-size:36px;font-weight:700}.services-cards{grid-template-columns:repeat(3,1fr);gap:35px;max-width:1200px;margin:auto;display:grid}.service-card{text-align:left;opacity:0;background:#fff;border-radius:50%/25%;padding:40px 30px;transition:transform .35s,box-shadow .35s,background .35s,color .35s;animation:.8s forwards slideUp;transform:translateY(25px);box-shadow:0 12px 30px #0000001a}.service-card:hover,.service-card.active:hover{background:#ff3b3b;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 45px #0000002e}.service-card:hover h3,.service-card:hover p,.service-card.active:hover h3,.service-card.active:hover p{color:#fff}.service-card.active{color:#130404;background:#eff0f4}.service-card.active p,.service-card.active h3{color:#0b0505}.service-icon{color:#053569;margin-bottom:20px;font-size:40px;transition:transform .3s,color .3s}.service-card:hover .service-icon,.service-card.active:hover .service-icon{color:#fff;transform:translateY(-5px)scale(1.1)}.service-card h3{margin-bottom:15px;font-size:22px}.service-card p{color:#040303;font-size:15px;line-height:1.7}.read-more{color:#555;margin-top:20px;font-weight:600;text-decoration:underline;transition:color .3s;display:inline-block}.service-card:hover .read-more,.service-card.active:hover .read-more{color:#fff}.active-link{color:#ff3b3b}@keyframes slideUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.services-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.services-cards{grid-template-columns:1fr}.services-title{font-size:30px}}.numbers-section{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;padding:80px 20px;position:relative;overflow-x:hidden}.numbers-overlay{background:#000000a6;padding:60px 20px}.numbers-header{text-align:center;color:#fff;margin-bottom:50px}.numbers-subtitle{color:#ff3b3b;letter-spacing:2px;margin-bottom:8px;font-size:14px;font-weight:600;display:inline-block}.numbers-header h2{margin-top:10px;font-size:36px;font-weight:700;line-height:1.3}.numbers-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1100px;margin:auto;display:grid}.number-card{text-align:center;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #fff3;border-radius:14px;padding:40px 25px;transition:all .4s}.number-card h3{margin-bottom:15px;font-size:42px;font-weight:700;line-height:1.2}.icon-box{color:#fff;margin-bottom:15px;font-size:36px;transition:color .4s}.number-card p{opacity:.9;margin:0;font-size:16px;line-height:1.6}.number-card:hover{background:#ff3b3b;transform:translateY(-8px)}.number-card:hover .icon-box{color:#fff}@media (width<=992px){.numbers-section{padding:70px 18px}.numbers-overlay{padding:50px 18px}.numbers-header{margin-bottom:40px}.numbers-header h2{font-size:30px}.numbers-grid{grid-template-columns:repeat(2,1fr);gap:22px}.number-card{padding:32px 20px}.number-card h3{font-size:36px}.icon-box{font-size:32px}}@media (width<=768px){.numbers-section{background-position:50%;padding:50px 15px}.numbers-overlay{padding:40px 15px}.numbers-header{margin-bottom:30px}.numbers-subtitle{letter-spacing:1.5px;font-size:12px}.numbers-header h2{margin-top:8px;font-size:26px;line-height:1.4}.numbers-grid{grid-template-columns:1fr;gap:18px}.number-card{border-radius:12px;padding:28px 18px}.number-card h3{margin-bottom:12px;font-size:32px}.icon-box{margin-bottom:12px;font-size:28px}.number-card p{font-size:15px;line-height:1.5}.number-card:hover{transform:translateY(-4px)}}@media (width<=480px){.numbers-section{padding:40px 12px}.numbers-overlay{padding:30px 12px}.numbers-header h2{font-size:22px}.numbers-subtitle{letter-spacing:1px;font-size:11px}.number-card{padding:22px 15px}.number-card h3{font-size:28px}.icon-box{font-size:24px}.number-card p{font-size:14px}}.industries-section{background:#fff;padding:80px 100px}.industries-title{text-align:center;margin-bottom:50px;font-size:36px;font-weight:700}.industries-title span{color:#d32f2f}.industries-grid{grid-template-columns:repeat(3,1fr);gap:35px;display:grid}.industry-card{cursor:pointer;border-radius:10px;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000026}.industry-card img{object-fit:cover;width:100%;height:320px;transition:transform .6s}.industry-overlay{opacity:0;background:#d32f2fd9;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.industry-overlay h3{color:#fff;text-align:center;letter-spacing:1px;padding:0 15px;font-size:20px;font-weight:600}.industry-card:hover img{transform:scale(1.15)}.industry-card:hover .industry-overlay{opacity:1}@media (width<=1200px){.industries-grid{grid-template-columns:repeat(3,1fr)}.industry-card img{height:300px}}@media (width<=768px){.industries-grid{grid-template-columns:repeat(2,1fr)}.industries-section{padding:50px 25px}.industry-card img{height:260px}}@media (width<=480px){.industries-grid{grid-template-columns:1fr}.industry-card img{height:240px}}.partners-section{text-align:center;box-sizing:border-box;background:linear-gradient(#f8f9fa,#fff);width:100%;padding:70px 20px;position:relative;overflow:hidden}.partners-title{color:#111;margin-bottom:40px;font-size:2.2rem;font-weight:700;line-height:1.3}.partners-slider{width:100%;position:relative;overflow:hidden}.partners-track{align-items:center;gap:22px;width:max-content;animation:28s linear infinite scrollPartners;display:flex}.partner-card{box-sizing:border-box;background:#fff;border-radius:16px;flex:none;justify-content:center;align-items:center;width:180px;height:110px;padding:14px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 8px 24px #00000014}.partner-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #0000001f}.partner-card img{object-fit:contain;max-width:170%;max-height:170%;display:block}@keyframes scrollPartners{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=992px){.partners-section{padding:60px 18px}.partners-title{margin-bottom:35px;font-size:2rem}.partner-card{width:160px;height:100px;padding:12px}.partners-track{gap:18px;animation:24s linear infinite scrollPartners}}@media (width<=768px){.partners-section{padding:50px 15px}.partners-title{margin-bottom:30px;font-size:1.7rem}.partner-card{border-radius:14px;width:140px;height:90px;padding:10px}.partners-track{gap:16px;animation:20s linear infinite scrollPartners}}@media (width<=480px){.partners-section{padding:40px 12px}.partners-title{margin-bottom:24px;font-size:1.4rem}.partner-card{border-radius:12px;width:120px;height:75px;padding:8px}.partners-track{gap:12px;animation:16s linear infinite scrollPartners}}.testimonials{background:#fafafa;padding:70px 90px}.testimonials-title{text-align:center;color:#1f1f1f;letter-spacing:.5px;margin-bottom:50px;font-size:32px;font-weight:700}.testimonials-container{grid-template-columns:repeat(3,1fr);gap:35px;display:grid}.testimonial-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:40px 35px;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden}.testimonial-card:hover{border-color:#d32f2f;transform:translateY(-10px);box-shadow:0 20px 45px #00000014}.quote-icon{color:#d32f2f;opacity:.15;font-size:65px;line-height:1;transition:transform .35s,opacity .35s;position:absolute;top:18px;left:25px}.testimonial-card:hover .quote-icon{opacity:.25;transform:scale(1.1)}.testimonial-text{color:#555;margin-top:50px;font-size:16px;line-height:1.75}.testimonial-company{color:#d32f2f;margin-top:28px;padding-left:18px;font-size:15px;font-weight:600;display:inline-block;position:relative}.testimonial-company:before{content:"";background-color:#d32f2f;width:10px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (width<=992px){.testimonials-container{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.testimonials{padding:50px 20px}.testimonials-title{font-size:26px}.testimonials-container{grid-template-columns:1fr}}.contact{background-color:#eaf3f9;padding:80px 100px}.contact-subtitle{letter-spacing:1.2px;color:#666;font-size:14px;font-weight:600}.contact-title{color:#000;margin:12px 0 45px;font-size:42px;font-weight:700}.contact-top{grid-template-columns:1fr 1.2fr;gap:35px;margin-bottom:55px;display:grid}.contact-card{background:#fff;border-radius:12px;padding:35px;transition:transform .35s,box-shadow .35s;box-shadow:0 10px 28px #00000012}.contact-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px #0000001a}.contact-card h4{color:#000;margin-bottom:18px;font-size:22px}.contact-card p{color:#444;font-size:15px;line-height:1.7}.contact-details p{margin-top:10px;font-size:15px;transition:color .25s}.contact-details p:hover{color:#e53935}.contact-map{border-radius:12px;transition:transform .35s,box-shadow .35s;overflow:hidden;box-shadow:0 10px 28px #00000012}.contact-map:hover{transform:translateY(-6px);box-shadow:0 22px 50px #0000001a}.contact-map iframe{border:none;width:100%;height:100%;min-height:320px}.contact-form-card{background:#fff;border-radius:14px;padding:45px;transition:transform .35s,box-shadow .35s;box-shadow:0 12px 35px #00000014}.contact-form-card:hover{transform:translateY(-6px);box-shadow:0 25px 55px #0000001f}.contact-form-card h4{color:#000;margin-bottom:25px;font-size:26px;font-weight:700}.contact-form{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.contact-form input,.contact-form select,.contact-form textarea{background:#fff;border:1px solid #ddd;border-radius:8px;padding:16px 18px;font-size:15px;transition:border-color .3s,box-shadow .3s}.contact-form textarea{resize:none;grid-column:span 2;height:140px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#e53935;outline:none;box-shadow:0 0 0 4px #e5393526}.consent{white-space:nowrap;grid-column:span 2;align-items:center;gap:10px;font-size:15px;display:flex}.consent input[type=checkbox]{cursor:pointer;width:18px;height:18px}.contact-form button{color:#fff;letter-spacing:.6px;cursor:pointer;background:linear-gradient(135deg,#e53935,#c62828);border:none;border-radius:30px;grid-column:span 2;width:220px;margin-top:10px;padding:16px;font-size:15px;font-weight:600;transition:transform .25s,box-shadow .25s}.contact-form button:hover{transform:translateY(-3px);box-shadow:0 12px 30px #c6282873}.contact-form button:active{box-shadow:none;transform:translateY(0)}.popup-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0000008c;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s fadeOverlay;display:flex;position:fixed;top:0;left:0}.popup-box{text-align:center;background:#f5f5f5;border-radius:18px;width:100%;max-width:400px;padding:38px 30px 34px;animation:.35s popupScale;position:relative;box-shadow:0 18px 45px #00000047}.popup-close{color:#444;cursor:pointer;background:0 0;border:none;font-size:34px;font-weight:400;line-height:1;transition:all .2s;position:absolute;top:14px;right:16px}.popup-close:hover{color:#000;transform:scale(1.08)}.popup-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:10px auto 24px;font-size:52px;font-weight:500;display:flex}.popup-icon.success{background:#18b64b}.popup-icon.error{background:#e53935;font-size:42px}.popup-title{margin-bottom:14px;font-size:22px;font-weight:600;line-height:1.35}.popup-message{color:#777;margin:0;font-size:15px;line-height:1.6}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}@keyframes popupScale{0%{opacity:0;transform:scale(.8)}70%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@media (width<=480px){.popup-box{border-radius:16px;max-width:92%;padding:34px 22px 28px}.popup-close{font-size:30px;top:10px;right:14px}.popup-icon{width:68px;height:68px;margin-bottom:20px;font-size:46px}.popup-title{font-size:20px}.popup-message{font-size:14px}}@media (width<=600px){.popup-box{width:85%;padding:40px 18px 22px}.popup-title{font-size:20px}}@keyframes bounceIcon{0%{opacity:0;transform:translate(-50%)translateY(-20px)}60%{transform:translate(-50%)translateY(5px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=600px){.popup-box{width:85%;padding:40px 18px 22px}.popup-icon{width:55px;height:55px;font-size:24px;top:-30px}.popup-title{font-size:20px}}.loading-overlay{z-index:99999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000a6;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;inset:0}.loading-box{text-align:center;background:#fff;border-radius:12px;padding:30px 40px;box-shadow:0 15px 40px #00000040}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-box p{color:#333;font-size:16px;font-weight:600}@media (width<=992px){.contact{padding:60px 30px}.contact-title{font-size:34px}.contact-top,.contact-form{grid-template-columns:1fr}.contact-form textarea,.contact-form button,.consent{white-space:normal;grid-column:span 1}.contact-form button{width:100%}}@media (width<=768px){.contact{padding:50px 20px}.contact-title{font-size:28px}.contact-card{padding:25px}.contact-form-card{padding:30px}}@media (width<=480px){.contact{padding:40px 15px}.contact-title{font-size:24px}.popup-box{padding:22px}}.freeze-scroll{height:100vh;overflow:hidden}.about-hero{width:100%;height:auto;position:relative;overflow:hidden}.about-hero img{object-fit:contain;width:100%;height:auto;display:block}.about-hero:before{content:"";z-index:1;position:absolute;inset:0}.about-hero-overlay{z-index:2;justify-content:center;align-items:center;padding:0 20px;display:flex;position:absolute;inset:0}.hero-box{text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2c2a2a8c;border-radius:12px;width:90%;max-width:600px;padding:25px 45px}.hero-box h1{color:#fff;margin-bottom:10px;font-size:42px;font-weight:700}.hero-box p{color:#e5e5e5;font-size:16px;line-height:1.5}.about-section{background-color:#f6f7f9;margin-bottom:20px;padding:80px 20px}.about-wrapper{box-sizing:border-box;align-items:flex-start;gap:70px;width:100%;max-width:1250px;margin:0 auto;padding:0 10px;display:flex}.about-info-card{flex:.85}.about-image-cards{flex:1.15}.about-info-card{text-align:left;box-sizing:border-box;background:#fff;border-radius:16px;flex-shrink:0;width:100%;max-width:550px;padding:50px;box-shadow:0 12px 35px #0000001a}.about-tag{color:#ff3b3b;letter-spacing:.5px;margin-bottom:8px;font-size:14px;font-weight:600;display:inline-block}.about-info-card h2{color:#222;margin:15px 0 20px;font-size:32px;line-height:1.3}.about-info-card p{color:#555;width:100%;margin-bottom:18px;font-size:16px;line-height:1.75}.about-image-cards{grid-template-columns:1fr;gap:32px;display:grid}.image-card{background:#fff;border-radius:20px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 14px 35px #0000002e}.image-card img{object-fit:cover;object-position:center 30%;width:100%;height:280px;transition:transform .45s;display:block}.image-card:hover{transform:translateY(-4px)}.image-card:hover img{transform:scale(1.03)}.about-team-section{background:#fff;margin-bottom:30px;padding:100px 40px}.team-main-heading{text-align:center;letter-spacing:2px;color:#e63946;margin-bottom:50px;font-size:42px;font-weight:700}.team-card-wrapper{box-sizing:border-box;background:#f6f7f9;border-radius:22px;align-items:center;gap:70px;max-width:1250px;margin:auto auto 15px;padding:60px;display:flex;box-shadow:0 18px 50px #0000001f}.team-image img{object-fit:cover;object-position:top;border-radius:18px;width:450px;height:550px;display:block}.team-content{flex:1}.team-tag{color:#e63946;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;font-size:14px}.team-content h2{color:#111;margin-bottom:18px;font-size:40px;line-height:1.3}.team-content h3{color:#222;margin-bottom:20px;font-size:22px;font-weight:600;line-height:1.4}.team-content p{color:#555;margin-bottom:18px;font-size:16px;line-height:1.8}@media (width<=1024px){.about-hero{height:380px}.hero-box{max-width:580px;padding:24px 38px}.hero-box h1{font-size:36px}.hero-box p{font-size:16px}.about-wrapper{flex-direction:column;gap:35px;padding:0}.about-info-card,.about-image-cards{flex:0 0 100%;max-width:100%}.about-info-card{padding:40px}.about-image-cards{gap:26px;width:100%}.image-card img{height:240px}.about-team-section{padding:80px 30px}.team-card-wrapper{text-align:center;flex-direction:column;gap:35px;padding:40px}.team-image img{width:100%;max-width:450px;height:auto}.team-content h2{font-size:32px}}@media (width<=768px){.about-hero{height:auto}.about-hero img{width:100%;height:auto;display:block}.about-hero-overlay{padding:0 15px}.hero-box{border-radius:12px;width:95%;padding:18px 25px}.hero-box h1{margin-bottom:8px;font-size:26px}.hero-box p{font-size:14px;line-height:1.5}.about-section{margin-bottom:50px;padding:60px 20px}.about-team-section{margin-bottom:50px;padding:70px 20px}.about-info-card{border-radius:14px;padding:30px 24px}.about-info-card h2{font-size:28px}.about-info-card p{font-size:15px;line-height:1.7}.image-card{border-radius:16px}.image-card img{height:220px}.team-card-wrapper{border-radius:18px;gap:28px;padding:30px 24px}.team-content h2{font-size:28px}.team-content h3{font-size:20px}.team-content p{font-size:15px;line-height:1.7}}@media (width<=480px){.about-hero img{width:100%;height:auto;display:block}.about-info-card h2{font-size:24px}.about-info-card p{font-size:14px;line-height:1.65}.image-card img{height:190px}.team-content h2{font-size:24px}.team-content h3{font-size:18px}.team-content p{font-size:14px;line-height:1.65}.about-hero{height:240px}.about-hero-overlay{padding:0 12px}.hero-box{border-radius:10px;width:100%;padding:14px 16px}.hero-box h1{margin-bottom:6px;font-size:22px}.hero-box p{font-size:12px;line-height:1.4}.about-section{margin-bottom:45px;padding:50px 14px}.about-team-section{margin-bottom:45px;padding:60px 14px}.about-wrapper{gap:24px}.about-info-card{border-radius:12px;padding:22px 18px}.about-tag,.team-tag{font-size:12px}.about-info-card h2{margin:10px 0 16px;font-size:24px}.about-info-card p{margin-bottom:14px;font-size:14px;line-height:1.65}.about-image-cards{gap:18px}.image-card{border-radius:14px}.image-card img{object-position:center;height:190px}.team-card-wrapper{border-radius:16px;padding:22px 16px}.team-image img{border-radius:14px}.team-content h2{margin-bottom:14px;font-size:24px}.team-content h3{margin-bottom:14px;font-size:18px}.team-content p{margin-bottom:14px;font-size:14px;line-height:1.65}}.services-hero{width:100%;height:auto;position:relative;overflow:hidden}.services-hero img{object-fit:contain;object-position:center center;width:100%;height:auto;display:block}.services-hero-overlay{text-align:center;justify-content:center;align-items:center;padding:0 15px;display:flex;position:absolute;inset:0}@media (width<=1024px){.services-hero{height:260px}.services-hero img{object-position:center}}@media (width<=768px){.services-hero{height:200px}.services-hero img{object-fit:cover;object-position:center}}@media (width<=480px){.services-hero{height:160px}.services-hero img{object-fit:cover;object-position:center}}.services{background-color:#f8f9fa;padding:70px 50px}.services-header{text-align:center;max-width:800px;margin:0 auto 60px;padding:0 15px}.services-header h2{color:#e81414;margin-bottom:12px;font-size:36px;font-weight:700;animation:.8s forwards fadeUp}.services-header p{color:#555;font-size:16px;line-height:1.6;animation:.8s .15s forwards fadeUp}.services-subtitle{color:#222;text-align:center;margin-bottom:35px;font-size:26px;font-weight:700;animation:.8s forwards fadeUp;position:relative}.services-subtitle:after{content:"";background-color:#e63946;width:70px;height:3px;margin:10px auto 0;display:block}.services-grid{grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:70px;display:grid}.service-card{text-align:center;animation:.9s forwards fadeUp;position:relative;overflow:hidden}.service-card img{aspect-ratio:1;object-fit:cover;border-radius:14px;width:100%;display:block;box-shadow:0 10px 28px #00000014}.service-card:before{content:"";aspect-ratio:1;pointer-events:none;background:#e63946e6;border-radius:14px;width:100%;height:100%;transition:transform .4s;position:absolute;top:0;left:0;transform:translateY(100%)}.service-card:hover:before{transform:translateY(0)}.service-card p{aspect-ratio:1;color:#fff;text-align:center;opacity:0;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;padding:30px;font-size:15px;line-height:1.7;transition:transform .4s,opacity .3s;display:flex;position:absolute;top:0;left:0;transform:translateY(100%)}.service-card:hover p{opacity:1;transform:translateY(0)}.service-card h4{color:#100b0b;margin-top:16px;font-size:19px;font-weight:600}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=1200px){.services{padding:65px 40px}}@media (width<=992px){.services{padding:60px 30px}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services{padding:50px 20px}.services-header h2{font-size:30px}.services-header p{font-size:15px}.services-subtitle{font-size:22px}.service-card h4{font-size:18px}}@media (width<=576px){.services-hero{height:220px}.services-grid{grid-template-columns:1fr;gap:30px}}@media (width<=360px){.services-header h2{font-size:26px}.services-subtitle{font-size:20px}.service-card h4{font-size:16px}}.media-hero{width:100%;height:auto;position:relative;overflow:hidden}.media-hero img{object-fit:contain;width:100%;height:auto;display:block}.media-hero-overlay{text-align:center;justify-content:center;align-items:center;padding:0 15px;display:flex;position:absolute;inset:0}.media-hero-overlay h1{color:#fff;letter-spacing:2px;font-size:48px;font-weight:700}.media{text-align:center;padding:60px 8%}.media p{color:#555;max-width:700px;margin:0 auto 50px;padding:0 10px;font-size:16px}.media-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;display:grid}.media-card{background:#fff;border-radius:10px;transition:transform .3s;overflow:hidden;box-shadow:0 8px 20px #00000014}.media-card:hover{transform:translateY(-6px)}.media-card img{object-fit:cover;width:100%;height:200px}.media-content{text-align:left;padding:18px}.media-content h3{color:#222;margin:0 0 6px;font-size:18px}.media-content span{color:#777;font-size:14px}@media (width<=1200px){.media-hero-overlay h1{font-size:42px}}@media (width<=992px){.media{padding:50px 6%}.media-hero,.media-hero img{height:auto}.media-hero-overlay h1{font-size:36px}}@media (width<=768px){.media{padding:40px 20px}.media-hero,.media-hero img{height:auto}.media-hero-overlay h1{letter-spacing:1px;font-size:28px}.media p{font-size:15px}.media-grid{gap:20px}.media-card img{height:180px}}@media (width<=480px){.media{padding:35px 15px}.media-hero,.media-hero img{height:auto}.media-hero-overlay h1{font-size:22px}.media p{font-size:14px}.media-content h3{font-size:16px}.media-content span{font-size:13px}.media-card img{height:160px}}@media (width<=360px){.media-hero-overlay h1{font-size:20px}.media p{font-size:13px}}.career-hero{width:100%;height:450px;margin-bottom:40px;position:relative}.career-hero img{object-fit:contain;object-position:top;width:100%;height:auto}.career-hero-overlay{position:absolute;inset:0}.job-section{background:#f9f9f9;padding:60px 8%}.job-card{background:#fff;border-radius:12px;margin-bottom:50px;padding:40px;box-shadow:0 8px 20px #00000014}.job-content{align-items:center;gap:40px;display:flex}.job-image-container{flex:1}.job-image-container img{object-fit:cover;border-radius:10px;width:100%;height:350px}.job-text{flex:1.5}.job-label{color:#888;letter-spacing:1px;font-size:13px}.job-text h2{margin:10px 0 20px;font-size:28px}.job-text p{margin-bottom:20px;line-height:1.6}.job-text ul{margin-bottom:20px;padding-left:20px}.job-text li{margin-bottom:8px}.apply-btn{color:#fff;background:#a10e0e;border-radius:5px;padding:10px 20px;text-decoration:none;transition:all .3s;display:inline-block}.apply-btn:hover{background:#444}.career-form{text-align:center;background:#f4f8fb;padding:80px 20px}.resume-form{gap:15px;max-width:600px;margin:30px auto 0;display:grid}.form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.form-grid input,.form-grid select,.resume-form input,.resume-form select{border:1px solid #ccc;border-radius:8px;width:100%;padding:14px;font-size:15px}.submit-btn,.resume-form button{color:#fff;cursor:pointer;background:#e53935;border:none;border-radius:25px;margin-top:15px;padding:14px;font-size:16px;transition:all .3s}.submit-btn:hover,.resume-form button:hover{background:#b71c1c}.popup-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-box{text-align:center;background:#f2f2f2;border-radius:12px;width:320px;padding:40px 28px 30px;animation:.35s popupScale;position:relative;box-shadow:0 18px 40px #00000059}.popup-close{color:#444;cursor:pointer;background:0 0;border:none;font-size:22px;font-weight:700;position:absolute;top:10px;right:12px}.popup-close:hover{color:#000}.popup-icon{color:#fff;background:#12b347;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 15px;font-size:28px;font-weight:700;display:flex}.popup-title{margin-bottom:10px;font-size:22px}.popup-title.success{color:#12b347}.popup-title.error{color:#e20e0e}.popup-message{color:#666;font-size:14px;line-height:1.5}@media (width<=600px){.popup-box{width:85%;padding:35px 20px}}.loading-overlay{z-index:10000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loading-box{text-align:center;background:#fff;border-radius:10px;padding:30px}.spinner{border:4px solid #eee;border-top-color:#e53935;border-radius:50%;width:40px;height:40px;margin:auto;animation:1s linear infinite spin}@media (width<=1024px){.job-section{padding:50px 6%}.job-card{padding:30px}.job-content{gap:30px}.job-image-container img{height:280px}}@media (width<=768px){.career-hero{height:260px}.job-section{padding:40px 5%}.job-card{padding:25px}.job-content{flex-direction:column;gap:20px}.job-image-container img{height:220px}.job-text h2{font-size:22px}.job-text p{font-size:15px}.career-form{padding:40px 5%}.form-grid{grid-template-columns:1fr}}@media (width<=480px){.career-hero{height:220px}.job-section{padding:30px 4%}.job-card{padding:20px}.job-image-container img{height:180px}.job-text h2{font-size:20px}.job-text p,.job-text li{font-size:14px}.career-form{padding:30px 4%}.resume-form input,.resume-form select,.submit-btn,.resume-form button{padding:12px;font-size:14px}}.indus-sec{color:#222;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.indus-sec-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:70vh;display:flex;position:relative}.indus-sec-overlay{text-align:center;color:#fff;background:#0009;border-radius:8px;max-width:900px;padding:60px 40px}.indus-sec-overlay h1{margin-bottom:15px;font-size:42px;font-weight:700}.indus-sec-overlay p{opacity:.95;font-size:18px;line-height:1.6}.indus-sec-content{max-width:1200px;margin:80px auto;padding:0 20px}.indus-sec-content h2{color:#0b2c4d;margin-bottom:20px;font-size:32px;font-weight:700}.indus-sec-content p{color:#444;max-width:900px;margin-bottom:30px;font-size:17px;line-height:1.7}.indus-sec-content ul{max-width:700px;padding:0;list-style:none}.indus-sec-content ul li{color:#333;align-items:center;padding:12px 0;font-size:16px;display:flex}.indus-sec-content ul li:before{content:"✔";color:#1fa84f;margin-right:12px;font-size:18px;font-weight:700}@media (width<=768px){.indus-sec-hero{height:60vh}.indus-sec-overlay h1{font-size:30px}.indus-sec-overlay p{font-size:16px}.indus-sec-content h2{font-size:26px}}@media (width<=480px){.indus-sec-overlay{padding:40px 20px}.indus-sec-overlay h1{font-size:24px}.indus-sec-content{margin:60px auto}}.bank-sec{color:#222;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.bank-sec-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:70vh;display:flex;position:relative}.bank-sec-overlay{text-align:center;color:#fff;background:#0009;border-radius:8px;max-width:900px;padding:60px 40px}.bank-sec-overlay h1{margin-bottom:15px;font-size:42px;font-weight:700}.bank-sec-overlay p{opacity:.95;font-size:18px;line-height:1.6}.bank-sec-content{max-width:1200px;margin:80px auto;padding:0 20px}.bank-sec-content h2{color:#0b2c4d;margin-bottom:20px;font-size:32px;font-weight:700}.bank-sec-content p{color:#444;max-width:900px;margin-bottom:30px;font-size:17px;line-height:1.7}.bank-sec-content ul{max-width:700px;padding:0;list-style:none}.bank-sec-content ul li{color:#333;align-items:center;padding:12px 0;font-size:16px;display:flex}.bank-sec-content ul li:before{content:"✔";color:#1fa84f;margin-right:12px;font-size:18px;font-weight:700}@media (width<=768px){.bank-sec-hero{height:60vh}.bank-sec-overlay h1{font-size:30px}.bank-sec-overlay p{font-size:16px}.bank-sec-content h2{font-size:26px}}@media (width<=480px){.bank-sec-overlay{padding:40px 20px}.bank-sec-overlay h1{font-size:24px}.bank-sec-content{margin:60px auto}}.corporate-sec{color:#222;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.corporate-sec-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:70vh;display:flex;position:relative}.corporate-sec-overlay{text-align:center;color:#fff;background:#0009;border-radius:8px;max-width:900px;padding:60px 40px}.corporate-sec-overlay h1{margin-bottom:15px;font-size:42px;font-weight:700}.corporate-sec-overlay p{opacity:.95;font-size:18px;line-height:1.6}.corporate-sec-content{max-width:1200px;margin:80px auto;padding:0 20px}.corporate-sec-content h2{color:#0b2c4d;margin-bottom:20px;font-size:32px;font-weight:700}.corporate-sec-content p{color:#444;max-width:900px;margin-bottom:30px;font-size:17px;line-height:1.7}.corporate-sec-content ul{max-width:700px;padding:0;list-style:none}.corporate-sec-content ul li{color:#333;align-items:center;padding:12px 0;font-size:16px;display:flex}.corporate-sec-content ul li:before{content:"✔";color:#0b2c4d;margin-right:12px;font-size:18px;font-weight:700}@media (width<=768px){.corporate-sec-hero{height:60vh}.corporate-sec-overlay h1{font-size:30px}.corporate-sec-overlay p{font-size:16px}.corporate-sec-content h2{font-size:26px}}@media (width<=480px){.corporate-sec-overlay{padding:40px 20px}.corporate-sec-overlay h1{font-size:24px}.corporate-sec-content{margin:60px auto}}.bouncers-sec{color:#222;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.bouncers-sec-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:70vh;display:flex;position:relative}.bouncers-sec-overlay{text-align:center;color:#fff;background:#000000a6;border-radius:8px;max-width:900px;padding:60px 40px}.bouncers-sec-overlay h1{margin-bottom:15px;font-size:42px;font-weight:700}.bouncers-sec-overlay p{opacity:.95;font-size:18px;line-height:1.6}.bouncers-sec-content{max-width:1200px;margin:80px auto;padding:0 20px}.bouncers-sec-content h2{color:#0b2c4d;margin-bottom:20px;font-size:32px;font-weight:700}.bouncers-sec-content p{color:#444;max-width:900px;margin-bottom:30px;font-size:17px;line-height:1.7}.bouncers-sec-content ul{max-width:700px;padding:0;list-style:none}.bouncers-sec-content ul li{color:#333;align-items:center;padding:12px 0;font-size:16px;display:flex}.bouncers-sec-content ul li:before{content:"✔";color:#e63946;margin-right:12px;font-size:18px;font-weight:700}@media (width<=768px){.bouncers-sec-hero{height:60vh}.bouncers-sec-overlay h1{font-size:30px}.bouncers-sec-overlay p{font-size:16px}.bouncers-sec-content h2{font-size:26px}}@media (width<=480px){.bouncers-sec-overlay{padding:40px 20px}.bouncers-sec-overlay h1{font-size:24px}.bouncers-sec-content{margin:60px auto}}.vip-escort-sec{color:#222;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.vip-escort-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:70vh;display:flex;position:relative}.vip-escort-overlay{text-align:center;color:#fff;background:#000000a6;border-radius:8px;max-width:900px;padding:60px 40px}.vip-escort-overlay h1{margin-bottom:15px;font-size:42px;font-weight:700}.vip-escort-overlay p{opacity:.95;font-size:18px;line-height:1.6}.vip-escort-content{max-width:1200px;margin:80px auto;padding:0 20px}.vip-escort-content h2{color:#0b2c4d;margin-bottom:20px;font-size:32px;font-weight:700}.vip-escort-content p{color:#444;max-width:900px;margin-bottom:30px;font-size:17px;line-height:1.7}.vip-escort-content ul{max-width:700px;padding:0;list-style:none}.vip-escort-content ul li{color:#333;align-items:center;padding:12px 0;font-size:16px;display:flex}.vip-escort-content ul li:before{content:"✔";color:#d4af37;margin-right:12px;font-size:18px;font-weight:700}@media (width<=768px){.vip-escort-hero{height:60vh}.vip-escort-overlay h1{font-size:30px}.vip-escort-overlay p{font-size:16px}.vip-escort-content h2{font-size:26px}}@media (width<=480px){.vip-escort-overlay{padding:40px 20px}.vip-escort-overlay h1{font-size:24px}.vip-escort-content{margin:60px auto}}.res-security-sec{color:#222;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.res-security-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:70vh;display:flex;position:relative}.res-security-overlay{text-align:center;color:#fff;background:#0009;border-radius:8px;max-width:900px;padding:60px 40px}.res-security-overlay h1{margin-bottom:15px;font-size:42px;font-weight:700}.res-security-overlay p{opacity:.95;font-size:18px;line-height:1.6}.res-security-content{max-width:1200px;margin:80px auto;padding:0 20px}.res-security-content h2{color:#0b2c4d;margin-bottom:20px;font-size:32px;font-weight:700}.res-security-content p{color:#444;max-width:900px;margin-bottom:30px;font-size:17px;line-height:1.7}.res-security-content ul{max-width:700px;padding:0;list-style:none}.res-security-content ul li{color:#333;align-items:center;padding:12px 0;font-size:16px;display:flex}.res-security-content ul li:before{content:"✔";color:#1d3557;margin-right:12px;font-size:18px;font-weight:700}@media (width<=768px){.res-security-hero{height:60vh}.res-security-overlay h1{font-size:30px}.res-security-overlay p{font-size:16px}.res-security-content h2{font-size:26px}}@media (width<=480px){.res-security-overlay{padding:40px 20px}.res-security-overlay h1{font-size:24px}.res-security-content{margin:60px auto}}.office-housekeeping-sec{color:#222;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.office-housekeeping-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:70vh;display:flex;position:relative}.office-housekeeping-overlay{text-align:center;color:#fff;background:#0009;border-radius:8px;max-width:900px;padding:60px 40px}.office-housekeeping-overlay h1{margin-bottom:15px;font-size:42px;font-weight:700}.office-housekeeping-overlay p{opacity:.95;font-size:18px;line-height:1.6}.office-housekeeping-content{max-width:1200px;margin:80px auto;padding:0 20px}.office-housekeeping-content h2{color:#0b2c4d;margin-bottom:20px;font-size:32px;font-weight:700}.office-housekeeping-content p{color:#444;max-width:900px;margin-bottom:30px;font-size:17px;line-height:1.7}.office-housekeeping-content ul{max-width:700px;padding:0;list-style:none}.office-housekeeping-content ul li{color:#333;align-items:center;padding:12px 0;font-size:16px;display:flex}.office-housekeeping-content ul li:before{content:"✔";color:#457b9d;margin-right:12px;font-size:18px;font-weight:700}@media (width<=768px){.office-housekeeping-hero{height:60vh}.office-housekeeping-overlay h1{font-size:30px}.office-housekeeping-overlay p{font-size:16px}.office-housekeeping-content h2{font-size:26px}}@media (width<=480px){.office-housekeeping-overlay{padding:40px 20px}.office-housekeeping-overlay h1{font-size:24px}.office-housekeeping-content{margin:60px auto}}.housekeeping-sec{color:#222;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.housekeeping-sec-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:70vh;display:flex;position:relative}.housekeeping-sec-overlay{text-align:center;color:#fff;background:#0009;border-radius:8px;max-width:900px;padding:60px 40px}.housekeeping-sec-overlay h1{margin-bottom:15px;font-size:42px;font-weight:700}.housekeeping-sec-overlay p{opacity:.95;font-size:18px;line-height:1.6}.housekeeping-sec-content{max-width:1200px;margin:80px auto;padding:0 20px}.housekeeping-sec-content h2{color:#0b2c4d;margin-bottom:20px;font-size:32px;font-weight:700}.housekeeping-sec-content p{color:#444;max-width:900px;margin-bottom:30px;font-size:17px;line-height:1.7}.housekeeping-sec-content ul{max-width:700px;padding:0;list-style:none}.housekeeping-sec-content ul li{color:#333;align-items:center;padding:12px 0;font-size:16px;display:flex}.housekeeping-sec-content ul li:before{content:"✔";color:#2a9d8f;margin-right:12px;font-size:18px;font-weight:700}@media (width<=768px){.housekeeping-sec-hero{height:60vh}.housekeeping-sec-overlay h1{font-size:30px}.housekeeping-sec-overlay p{font-size:16px}.housekeeping-sec-content h2{font-size:26px}}@media (width<=480px){.housekeeping-sec-overlay{padding:40px 20px}.housekeeping-sec-overlay h1{font-size:24px}.housekeeping-sec-content{margin:60px auto}}.res-housekeeping-sec{width:100%;font-family:Arial,sans-serif}.res-housekeeping-hero{background-position:50%;background-size:cover;justify-content:center;align-items:center;height:70vh;display:flex;position:relative}.res-housekeeping-overlay{color:#fff;text-align:center;background:#0009;border-radius:8px;max-width:800px;padding:40px}.res-housekeeping-overlay h1{margin-bottom:15px;font-size:36px}.res-housekeeping-overlay p{font-size:18px;line-height:1.6}.res-housekeeping-content{max-width:1000px;margin:auto;padding:60px 20px}.res-housekeeping-content h2{color:#222;margin-bottom:20px;font-size:28px}.res-housekeeping-content p{color:#555;margin-bottom:20px;font-size:16px;line-height:1.7}.res-housekeeping-content ul{padding-left:20px;list-style:outside}.res-housekeeping-content ul li{color:#333;margin-bottom:10px;font-size:16px}.manpower-sec{color:#222;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.manpower-sec-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:70vh;display:flex;position:relative}.manpower-sec-overlay{text-align:center;color:#fff;background:#0009;border-radius:8px;max-width:900px;padding:60px 40px}.manpower-sec-overlay h1{margin-bottom:15px;font-size:42px;font-weight:700}.manpower-sec-overlay p{opacity:.95;font-size:18px;line-height:1.6}.manpower-sec-content{max-width:1200px;margin:80px auto;padding:0 20px}.manpower-sec-content h2{color:#0b2c4d;margin-bottom:20px;font-size:32px;font-weight:700}.manpower-sec-content p{color:#444;max-width:900px;margin-bottom:30px;font-size:17px;line-height:1.7}.manpower-sec-content ul{max-width:700px;padding:0;list-style:none}.manpower-sec-content ul li{color:#333;align-items:center;padding:12px 0;font-size:16px;display:flex}.manpower-sec-content ul li:before{content:"✔";color:#f4a261;margin-right:12px;font-size:18px;font-weight:700}@media (width<=768px){.manpower-sec-hero{height:60vh}.manpower-sec-overlay h1{font-size:30px}.manpower-sec-overlay p{font-size:16px}.manpower-sec-content h2{font-size:26px}}@media (width<=480px){.manpower-sec-overlay{padding:40px 20px}.manpower-sec-overlay h1{font-size:24px}.manpower-sec-content{margin:60px auto}}.contract-sec{color:#222;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.contract-sec-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:70vh;display:flex;position:relative}.contract-sec-overlay{text-align:center;color:#fff;background:#0009;border-radius:8px;max-width:900px;padding:60px 40px}.contract-sec-overlay h1{margin-bottom:15px;font-size:42px;font-weight:700}.contract-sec-overlay p{opacity:.95;font-size:18px;line-height:1.6}.contract-sec-content{max-width:1200px;margin:80px auto;padding:0 20px}.contract-sec-content h2{color:#0b2c4d;margin-bottom:20px;font-size:32px;font-weight:700}.contract-sec-content p{color:#444;max-width:900px;margin-bottom:30px;font-size:17px;line-height:1.7}.contract-sec-content ul{max-width:700px;padding:0;list-style:none}.contract-sec-content ul li{color:#333;align-items:center;padding:12px 0;font-size:16px;display:flex}.contract-sec-content ul li:before{content:"✔";color:#1f6fe8;margin-right:12px;font-size:18px;font-weight:700}@media (width<=768px){.contract-sec-hero{height:60vh}.contract-sec-overlay h1{font-size:30px}.contract-sec-overlay p{font-size:16px}.contract-sec-content h2{font-size:26px}}@media (width<=480px){.contract-sec-overlay{padding:40px 20px}.contract-sec-overlay h1{font-size:24px}.contract-sec-content{margin:60px auto}}.office-support-sec{color:#222;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.office-support-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:70vh;display:flex;position:relative}.office-support-overlay{text-align:center;color:#fff;background:#0009;border-radius:8px;max-width:900px;padding:60px 40px}.office-support-overlay h1{margin-bottom:15px;font-size:42px;font-weight:700}.office-support-overlay p{opacity:.95;font-size:18px;line-height:1.6}.office-support-content{max-width:1200px;margin:80px auto;padding:0 20px}.office-support-content h2{color:#0b2c4d;margin-bottom:20px;font-size:32px;font-weight:700}.office-support-content p{color:#444;max-width:900px;margin-bottom:30px;font-size:17px;line-height:1.7}.office-support-content ul{max-width:700px;padding:0;list-style:none}.office-support-content ul li{color:#333;align-items:center;padding:12px 0;font-size:16px;display:flex}.office-support-content ul li:before{content:"✔";color:#6a4c93;margin-right:12px;font-size:18px;font-weight:700}@media (width<=768px){.office-support-hero{height:60vh}.office-support-overlay h1{font-size:30px}.office-support-overlay p{font-size:16px}.office-support-content h2{font-size:26px}}@media (width<=480px){.office-support-overlay{padding:40px 20px}.office-support-overlay h1{font-size:24px}.office-support-content{margin:60px auto}}body{margin:0;padding:0}*{box-sizing:border-box;margin:0;padding:0}body{color:#222;background-color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.app{width:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}h1{font-size:2.5rem}h2{font-size:2rem}p{font-size:1rem}@media (width<=768px){h1{font-size:2rem}h2{font-size:1.6rem}}
