html{overflow-x:hidden}body{overflow-x:hidden;margin:0;padding:0}*{box-sizing:border-box}.header-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 32px;background-color:#f8f8f8;color:#222;position:sticky;top:0;z-index:100}.logo{font-size:24px;font-weight:700;display:flex;align-items:center}.logo img{height:44px}.navlinks{display:flex;gap:32px;flex:1;justify-content:center;align-items:center}.navlinks a{text-decoration:none;color:#333;transition:color .2s;font-weight:500;font-size:1.08rem;font-family:Verdana,Geneva,Tahoma,sans-serif;padding:6px 12px;border-radius:4px}.navlinks a:hover{color:#53b83a;background:#61dafb33;border-radius:20px}.navlink-dropdown{position:relative;display:inline-block}.navlink-dropdown>a{cursor:pointer}.dropdown-content{display:none;position:absolute;left:0;top:100%;min-width:160px;background:#fff;box-shadow:0 8px 24px #53b83a14;border-radius:8px;z-index:200;padding:10px 0}.dropdown-content a{display:block;padding:8px 20px;color:#333;text-decoration:none;font-size:1rem;border-radius:4px;transition:background .2s,color .2s}.dropdown-content a:hover{background:linear-gradient(90deg,#82d46d 60%,#67c2fa);color:#fff}.navlink-dropdown:hover .dropdown-content{display:block}.button{background-color:#61dafb;border:none;border-radius:5px;padding:10px 18px;cursor:pointer;color:#fff;font-weight:600;font-size:1rem;transition:background .2s}.button:hover{background:#1e90ff}.menu-btn{display:none}@media (max-width: 768px){.menu-btn{display:block;background:none;border:none;font-size:2rem;color:#53b83a;cursor:pointer;margin-left:16px;z-index:1001}}@media (max-width: 768px){.header-container{flex-direction:row;padding:10px 16px}.logo img{height:36px}.navlinks{position:fixed;top:0;right:0;height:100vh;width:70vw;background:#fff;box-shadow:-2px 0 16px #53b83a14;flex-direction:column;gap:0;justify-content:flex-start;align-items:flex-start;padding:80px 24px 24px;transform:translate(100%);transition:transform .3s ease;z-index:999}.navlinks.open{transform:translate(0)}.navlinks a,.navlink-dropdown>a{font-size:1.1rem;padding:14px 0;width:100%;border-radius:0;text-align:left;background:none}.dropdown-content{position:static;min-width:unset;box-shadow:none;background:none;padding:0}.dropdown-content a{padding:10px 24px;font-size:1rem}.button{padding:8px 12px;font-size:.98rem}.menu-btn{display:block;background:none;border:none;font-size:2rem;color:#53b83a;cursor:pointer;margin-left:16px;z-index:1001}}@media (max-width: 480px){.header-container{padding:8px 6px}.navlinks{width:90vw;padding:60px 12px 12px}}.dropdown-content a{padding:8px 20px;color:#333;text-decoration:none;font-size:.7rem;border-radius:4px;transition:background .2s,color .2s}.footer-container{background:#f8f8f8;color:#222;border-top:1px solid #e0e0e0;font-family:Verdana,Geneva,Tahoma,sans-serif;padding-top:32px}.footer-main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:0 98px 24px}.footer-main-logo{width:220px;height:auto;margin-bottom:1rem}.footer-logo-section{flex:1 1 120px;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:24px}.footer-logo-section img{width:220px;height:auto;margin-bottom:1rem}.footer-brand{font-size:24px;font-weight:700;color:#53b83a}.footer-tagline{font-size:1rem;color:#333;margin:8px 0 16px;max-width:250px}.footer-social{display:flex;gap:12px}.footer-social a{color:#53b83a;font-size:1.4rem;transition:color .2s}.footer-social a:hover{color:#1e90ff}.footer-links{display:flex;gap:48px;flex:2 1 320px;margin-bottom:24px}.footer-links h4{font-size:1.1rem;margin-bottom:8px;color:#222}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:6px}.footer-links a{color:#333;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#53b83a}.footer-newsletter{flex:1 1 220px;margin-bottom:24px}.flag-icon{width:20px;height:15px;margin-right:8px;vertical-align:middle;border-radius:2px}.location-flags{display:flex;gap:16px;align-items:center;margin-top:8px}.flag-item{display:flex;flex-direction:column;align-items:center;gap:4px}.flag-icon{width:54px;height:28px;border-radius:3px;transition:transform .2s ease}.flag-icon:hover{transform:scale(1.1)}.flag-label{font-size:.8rem;color:#666;font-weight:500}.social-icon{width:20px;height:20px;transition:transform .2s ease}.social-icon:hover{transform:scale(1.1)}.linkedin-section{margin-top:20px;display:flex;flex-direction:column;width:100px;align-items:flex-start;gap:6px}.linkedin-tagline{font-size:.85rem;color:#666;margin:0;text-align:left}@media (max-width: 900px){.footer-main{padding:0 24px 24px;gap:18px}.footer-main-logo{height:56px;width:auto}.footer-logo-section img{height:56px}.footer-brand{font-size:20px}.footer-links{gap:18px}}@media (max-width: 600px){.footer-main{flex-direction:column;align-items:stretch;padding:0 8px 18px}.footer-logo-section{align-items:center;padding:0;margin-bottom:18px}.footer-logo-section img{height:40px;margin-bottom:6px}.footer-brand{font-size:18px}.footer-tagline{font-size:.95rem;text-align:center}.footer-social{justify-content:center;gap:10px}.footer-links{flex-direction:column;gap:8px;margin-bottom:12px;align-items:center}.footer-links h4{font-size:1rem;text-align:center}.footer-links ul{text-align:center}.footer-newsletter{margin-bottom:12px;padding:0}.newsletter-form{flex-direction:column;gap:6px;align-items:stretch}.newsletter-form input[type=email]{font-size:.98rem;padding:7px}.newsletter-form button{font-size:.98rem;padding:7px 12px}.footer-bottom{flex-direction:column;padding:12px 8px 8px;font-size:.95rem;text-align:center;border-radius:0 0 10px 10px}.footer-policy-links{margin-top:6px}}.footer-newsletter h4{font-size:1.1rem;margin-bottom:8px}.newsletter-form{display:flex;gap:8px;margin-bottom:8px}.newsletter-form input[type=email]{padding:8px;border:1px solid #ccc;border-radius:4px;font-size:1rem}.newsletter-form button{background-color:#53b83a;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:1rem;cursor:pointer;transition:background .2s}.newsletter-form button:hover{background:#1e90ff}.footer-newsletter-text{font-size:.95rem;color:#333}.footer-bottom{border-top:1px solid #e0e0e0;padding:16px 98px 12px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;font-size:.98rem;color:#333;background:#f8f8f8}.footer-policy-links a{color:#53b83a;text-decoration:none;margin:0 4px;font-size:.98rem}.footer-policy-links a:hover{color:#1e90ff}@media (max-width: 600px){.icon-row-section{width:100%;max-width:100%;border-radius:0;margin:0;padding:20px 10px;box-sizing:border-box;overflow:hidden}.icon-row{width:100%;max-width:100%;box-sizing:border-box;flex-wrap:wrap;gap:8px;justify-content:center}.icon-item{min-width:60px;max-width:80px;box-sizing:border-box}.what-we-do-section{margin:12px 0;padding:0 10px 12px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.what-we-do-cards{flex-direction:column;gap:10px;align-items:center;width:100%;max-width:100%;box-sizing:border-box}.what-we-do-card{width:calc(100% - 20px);max-width:350px;min-width:unset;margin:0 10px 10px;padding:16px 12px;box-sizing:border-box}.how-different-section{padding:20px 10px;margin:18px 0;width:100%;box-sizing:border-box}.savings{padding:2rem 10px;width:100%;box-sizing:border-box}.saving-grid{padding:0 10px;width:100%;box-sizing:border-box}.excellence-section{padding:3rem 10px;width:100%;box-sizing:border-box}}@media (max-width: 480px){*{box-sizing:border-box}body{overflow-x:hidden}.what-we-do-card{width:calc(100% - 10px);margin:0 5px 10px;padding:12px 8px}.icon-row-section{padding:15px 5px}.how-different-section{padding:15px 5px;margin:15px 0}.savings{padding:1.5rem 5px}.excellence-section{padding:2rem 5px}}@media (max-width: 768px){html,body{overflow-x:hidden;width:100%}.home-video-container{width:100%;margin:0;padding:0}.home-banner-image{width:100%;max-width:100%}}@media (max-width: 600px){.icon-row-section{width:100vw;max-width:100vw;border-radius:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0;box-sizing:border-box;overflow-x:hidden}.icon-row{width:100vw;max-width:100vw;box-sizing:border-box;flex-wrap:wrap;gap:8px}.icon-item{min-width:60px;box-sizing:border-box}}.services-heading{font-size:2rem;color:#63c1f5;font-weight:700;margin-bottom:20px;margin-top:20px;letter-spacing:1px;text-align:center}.services-desc{font-size:1.08rem;color:#222;opacity:.92;line-height:1.5;margin-bottom:24px;text-align:center}@media (max-width: 600px){.services-heading{font-size:1.2rem;margin-bottom:6px}.services-desc{font-size:.98rem;margin-bottom:14px}}.icon-row-section{width:100%;background:linear-gradient(120deg,#8ff65bd7 3%,#35d4e6);box-shadow:0 2px 12px #67c2fa14;display:flex;flex-direction:column;align-items:center}.icon-row{display:flex;justify-content:center;align-items:flex-start;gap:130px;margin-bottom:18px;width:100%}.icon-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:80px}.icon-img{height:94px;width:94px;margin-bottom:8px;filter:drop-shadow(0 2px 8px rgba(83,184,58,.1))}.icon-label{font-size:1.08rem;color:#fefeff;font-weight:600;margin-top:2px;letter-spacing:.5px;width:80px;text-align:center;display:inline-block}@media (max-width: 700px){.icon-row-section{padding:0 4vw 18px}.icon-row{gap:16px}.icon-img{height:54px;width:54px;margin-bottom:8px;filter:drop-shadow(0 2px 8px rgba(83,184,58,.1));display:block;margin-left:auto;margin-right:auto}}@media (max-width: 500px){.icon-row{gap:8px}.icon-item{min-width:60px}.icon-img{height:28px;width:28px}.icon-label{font-size:1.08rem;color:#0091ff;font-weight:600;margin-top:2px;letter-spacing:.5px;width:80px;text-align:center;display:block;margin-left:auto;margin-right:auto}}.how-different-heading{font-size:2rem;color:#53b83a;font-weight:700;margin-bottom:18px;letter-spacing:1px;position:relative;display:block;text-align:center}.how-different-heading:after{content:"";display:block;width:50%;height:4px;background:linear-gradient(90deg,#53b83a 60%,#0091ff);border-radius:2px;margin:50px auto 0;opacity:.7}.how-different-desc{font-size:1.08rem;color:#222;opacity:.92;line-height:1.7;margin:0 auto 100px;max-width:1200px}@media (max-width: 600px){.how-different-section{padding:0 4vw 18px;margin:18px 0 0}.how-different-heading{font-size:1.2rem;margin-bottom:10px}.how-different-desc{font-size:.98rem;padding:0}}.what-we-do-section,.what-we-do-card,.what-we-do-heading,.what-we-do-title,.what-we-do-desc,.what-we-do-readmore{font-family:Verdana,Geneva,Tahoma,sans-serif}.what-we-do-readmore{margin-top:18px;background:linear-gradient(90deg,#82d46d 60%,#67c2fa);color:#fff;border:none;border-radius:8px;padding:8px 22px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #53b83a1a;transition:background .2s,transform .2s,box-shadow .2s}.what-we-do-readmore:hover{background:linear-gradient(90deg,#67c2fa 60%,#82d46d);transform:translateY(-2px) scale(1.05);box-shadow:0 4px 16px #1e90ff1f}.home-video-container{position:relative;width:100%;height:80vh;overflow:hidden}.home-video-inner{width:100%;height:100%;overflow:hidden;position:relative}.home-banner-video{display:block;width:100%;margin-top:-120px}.home-logo-overlay{position:absolute;left:50%;bottom:5%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;width:100%;pointer-events:none}.home-logo-img{height:120px;width:auto;box-shadow:0 4px 24px #00000026;background:#ffffffb3;border-radius:16px;padding:18px 36px}@media (max-width: 600px){.home-video-container{height:220px;min-height:180px}.home-video-inner{height:100%;min-height:180px}.home-banner-video{width:100vw;height:220px;object-fit:cover;margin-top:0;border-radius:0 0 18px 18px}.home-logo-overlay{bottom:10px}.home-logo-img{height:60px;padding:8px 18px;border-radius:10px}}.what-we-do-section{width:100%;max-width:1200px;margin:32px auto 70px;padding:0 8px 32px;text-align:center}@media (max-width: 600px){.what-we-do-section{margin:12px 0 0;padding:0 0 12px;width:100vw;max-width:100vw;box-sizing:border-box}.what-we-do-cards{flex-direction:column;gap:10px;align-items:center;width:100vw;max-width:100vw;box-sizing:border-box}.what-we-do-card{width:calc(100% - 20px);max-width:350px;min-width:unset;margin:0 10px 10px;padding:16px 12px;box-sizing:border-box}}.what-we-do-heading{font-size:2.2rem;color:#67c2fa;margin-bottom:32px;font-weight:700;letter-spacing:1px}.what-we-do-cards{display:flex;flex-wrap:wrap;gap:72px;justify-content:center}.what-we-do-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #53b83a14,0 1.5px 8px #1e90ff12;width:300px;min-height:220px;padding:32px 24px 24px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;transition:transform .25s,box-shadow .25s;animation:fadeInUp .7s cubic-bezier(.23,1.01,.32,1) both}.what-we-do-card:hover{transform:translateY(-8px) scale(1.04);box-shadow:0 8px 32px #53b83a29,0 2px 12px #1e90ff1f}.what-we-do-icon{font-size:8rem;margin-bottom:18px;transition:transform .2s;display:flex;align-items:center;justify-content:center}.what-we-do-icon img{height:8rem;width:8rem}.what-we-do-card:hover .what-we-do-icon{transform:scale(1.15) rotate(-8deg)}.what-we-do-title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:10px;letter-spacing:.5px}.what-we-do-desc{font-size:1rem;color:#222;opacity:.85}@media (max-width: 900px){.what-we-do-cards{gap:20px}.what-we-do-card{width:45vw;min-width:180px;padding:24px 12px 18px}}@media (max-width: 600px){.what-we-do-cards{flex-direction:column;gap:18px;align-items:center}.what-we-do-card{width:90vw;min-width:unset;padding:18px 8px 14px}.what-we-do-heading{font-size:1.5rem}}.home-banner-image{width:100%;height:140%;object-fit:cover;object-position:center;display:block;margin-top:-7%;margin-bottom:-7%}.video-section{position:relative;width:100%;height:600px;overflow:hidden}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;filter:brightness(.6)}.video-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:1;width:90%;max-width:800px}.video-content h2{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.video-content p{font-size:1.5rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}@media screen and (max-width: 768px){.video-section{height:400px}.video-content h2{font-size:2rem}.video-content p{font-size:1.1rem;margin-bottom:1.5rem}.video-cta{padding:.8rem 1.5rem;font-size:1rem}}@media screen and (max-width: 480px){.video-section{height:350px}.video-content h2{font-size:1.8rem}.video-content p{font-size:1rem;margin-bottom:1.2rem}}.video-cta{background-color:#000;color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.video-cta:hover{background-color:#1a1a1a;transform:translateY(-2px)}.savings{width:100%;background:linear-gradient(135deg,#000,#1a1a1a,#2d2d2d);padding:6rem 2rem;min-height:auto;display:flex;align-items:center;box-shadow:#000}@media screen and (max-width: 768px){.savings{padding:3rem 1rem}}@media screen and (max-width: 480px){.savings{padding:2rem 1rem}}.saving-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}@media screen and (max-width: 1024px){.saving-grid{gap:3rem}}@media screen and (max-width: 768px){.saving-grid{grid-template-columns:1fr;gap:2rem;text-align:center}}.saving-content{color:#fff;text-align:left}.saving-content h2{font-size:2.8rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:linear-gradient(45deg,#67c2fa,#53b83a)}.head{color:linear-gradient(45deg,#67c2fa,#53b83a)}.saving-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;color:#53b83a}.saving-button{padding:1rem 2rem;font-size:1.1rem;color:#67c2fa;background:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:600;background:transparent;border:2px solid #67c2fa;box-shadow:0 8px 25px #67c2fa4d}.saving-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 5px 15px #0003;background-color:#67c2fa;color:#000}.saving-image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0003;transform:perspective(1000px) rotateY(-15deg);transition:transform .5s ease;max-width:100%}@media screen and (max-width: 768px){.saving-image-container{transform:perspective(1000px) rotateY(0);margin-top:2rem}}.saving-image-container:hover{transform:perspective(1000px) rotateY(0)}.saving-image{width:100%;height:400px;object-fit:cover;transition:transform .5s ease}.saving-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#0000004d,#1a1a1a4d);opacity:0;transition:opacity .3s ease}.saving-image-container:hover .saving-overlay{opacity:1}@media screen and (max-width: 1024px){.saving-grid{grid-template-columns:1fr;gap:2rem}.saving-content{text-align:center}.saving-content h2{font-size:2.2rem}}@media screen and (max-width: 768px){.savings{padding:3rem 1.5rem}.saving-content h2{font-size:1.8rem}.saving-content p{font-size:1rem}.saving-image{height:300px}}.insights{width:100%;background:#f9fafb;padding:4rem 2rem;text-align:center}.insights-heading{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:3rem;line-height:1.2;font-family:Inter,sans-serif}.insights-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 1rem}.saving-logo{width:280px;height:auto;margin-bottom:20px;filter:drop-shadow(0 2px 8px rgba(83,184,58,.2))}.excellence-section{width:100%;background:linear-gradient(135deg,#000,#1a1a1a,#2d2d2d);padding:6rem 2rem;position:relative;overflow:hidden}.excellence-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.excellence-content{color:#fff;opacity:0;animation:slideInFromLeft 1s ease forwards;animation-delay:.3s}.excellence-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(45deg,#67c2fa,#53b83a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;animation:titleGlow 1.5s ease forwards;animation-delay:.5s}@media screen and (max-width: 1024px){.excellence-container{grid-template-columns:1fr;gap:3rem;text-align:center}.excellence-title{font-size:2.8rem}}@media screen and (max-width: 768px){.excellence-section{padding:4rem 1.5rem}.excellence-title{font-size:2.2rem}.excellence-subtitle{font-size:1.1rem}.feature-item{flex-direction:column;text-align:center;gap:1rem}.feature-icon{width:60px;height:60px;font-size:2rem}.excellence-animation{height:300px}}@media screen and (max-width: 480px){.excellence-section{padding:3rem 1rem}.excellence-title{font-size:1.8rem}.feature-item h3{font-size:1.2rem}.feature-item p{font-size:.9rem}}.experience{width:100%;min-width:0;background:linear-gradient(120deg,#fff 60%,#35d4e6);padding:32px 0 40px;color:#f1f5f9;height:45vh;margin:auto 0;display:flex;flex-direction:column;align-items:center;text-align:center;font-family:Segoe UI,Verdana,Geneva,Tahoma,"sans-serif"}.experience h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:inherit;color:#fff297}.experience p{font-size:1.2rem;font-weight:300;font-family:inherit;margin-top:-10px}.experience-text{width:100%;margin-top:12px;font-size:2.4rem;font-weight:500;font-family:inherit;color:#000;text-align:center;letter-spacing:2px;margin-bottom:28px;opacity:0;animation:fadeIn .8s ease forwards;animation-delay:.3s}.our-details{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:42px;margin-top:20px;width:100%;max-width:1000px}.our-details div{background:linear-gradient(135deg,#b4f690 30%,#67c2fa);border-radius:14px;border:none;box-shadow:0 2px 12px #1e293b4c;padding:32px 0;flex:1;text-align:center;color:#f1f5f9;display:flex;flex-direction:column;justify-content:center;height:180px;opacity:0;animation:slideInUp .6s ease forwards}.our-details div:nth-child(1){animation-delay:.2s}.our-details div:nth-child(2){animation-delay:.4s}.our-details div:nth-child(3){animation-delay:.6s}.our-details div:nth-child(4){animation-delay:.8s}.our-details div h1{font-size:2.2rem;margin-bottom:24px;color:#000;font-family:inherit}.our-details div p{font-weight:700;color:#fff;font-family:inherit}@media (max-width: 900px){.our-details{gap:18px;max-width:100%}.our-details div{min-width:140px;padding:18px 0;height:120px}}@media (max-width: 768px){.experience{padding:1.2rem .5rem;min-height:220px;margin-top:0;height:auto;border-radius:10px}.experience-text{font-size:1.2rem;margin:0 0 1.2rem;padding:0 8px;line-height:1.3}.our-details{flex-direction:column;gap:10px;padding:0 2px;margin-top:10px}.our-details div{width:100%;padding:12px 4px;margin-bottom:0;margin-top:0;min-height:70px;border-radius:8px;height:auto}.our-details div h1{font-size:1rem;margin-bottom:4px}.our-details div p{font-size:.85rem}}@media (max-width: 480px){.experience{padding:.8rem .2rem;min-height:120px}.experience-text{font-size:1rem;margin-bottom:8px;padding:0 2px}.our-details{gap:7px;padding:0 1px;margin-top:7px}.our-details div{padding:8px 2px;border-radius:6px}.our-details div h1{font-size:.9rem;margin-bottom:2px}.our-details div p{font-size:.75rem}}.specific{padding:4rem 2rem;background:linear-gradient(120deg,#fff 60%,#35d4e6);text-align:center}.specific h1{font-size:2.5rem;color:#63c1f5;margin-bottom:3rem;font-family:Inter,sans-serif;font-weight:700;letter-spacing:-.5px}.specific-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;padding:0 1rem}.specific-image{aspect-ratio:1;background-color:#e5e7eb;border-radius:1rem;transition:transform .3s ease;background-size:cover;background-position:center;background-repeat:no-repeat;border:6px solid #7adc6b87;box-shadow:0 4px 6px #e0cc1a1a;cursor:pointer}.specific-image:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 20px #e0cc1a4d}@media (max-width: 1024px){.specific-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.specific-grid{grid-template-columns:repeat(2,1fr)}.specific h1{font-size:2rem}}.points-container{padding:2rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:15px;box-shadow:0 8px 25px #00000026;border:1px solid rgba(31,106,138,.1);margin:2rem 200px;text-align:center;position:relative;overflow:visible}.points-container:before{content:"";position:absolute;top:-100px;left:-100px;width:calc(100% + 200px);height:calc(100% + 200px);background:radial-gradient(circle,rgba(31,106,138,.05) 0%,transparent 70%);animation:rotate 30s linear infinite;z-index:0}.points-container:after{content:"";position:absolute;top:-100px;left:-100px;width:calc(100% + 200px);height:calc(100% + 200px);background:conic-gradient(from 0deg,transparent,#b4f69070,transparent);animation:rotateReverse 25s linear infinite;z-index:0}.floating-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.particle{position:absolute;width:4px;height:4px;background:linear-gradient(135deg,#b4f690 30%,#67c2fa);border-radius:50%;animation:float 8s ease-in-out infinite}.particle-1{top:10%;left:10%;animation-delay:0s}.particle-2{top:20%;right:15%;animation-delay:-1s}.particle-3{bottom:30%;left:20%;animation-delay:-2s}.particle-4{bottom:20%;right:10%;animation-delay:-3s}.particle-5{top:60%;left:5%;animation-delay:-4s}.particle-6{top:80%;right:25%;animation-delay:-5s}.points-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:1rem;z-index:2;position:relative}.points-item{font-size:1.1rem;line-height:1.6;color:#333;background:#fff;padding:1.5rem;border-radius:15px;border-left:4px solid #1f6a8a;box-shadow:0 4px 15px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;display:flex;align-items:center;gap:1rem;opacity:0;transform:translateY(50px) rotateX(45deg);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.points-item.visible{opacity:1;transform:translateY(0) rotateX(0);animation:slideInUpEnhanced 1s cubic-bezier(.175,.885,.32,1.275) var(--delay) forwards}.points-item.hovered{transform:translateY(-12px) scale(1.05);box-shadow:0 20px 40px #1f6a8a4d;z-index:10}.point-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#1f6a8a1a,#fff2971a);transition:all .4s ease}.point-icon{font-size:1.5rem;transition:all .4s ease;z-index:1}.points-item:hover .point-icon{transform:scale(1.3) rotate(360deg);filter:drop-shadow(0 0 10px rgba(255,242,151,.8))}.icon-ripple{position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(31,106,138,.3),transparent);border-radius:50%;transform:translate(-50%,-50%);transition:all .6s ease}.points-item:hover .icon-ripple{width:80px;height:80px;animation:ripple 1s ease-out}.shimmer-effect{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .8s ease}.points-item:hover .shimmer-effect{left:100%}.glow-effect{position:absolute;inset:-2px;background:linear-gradient(45deg,#b4f690 30%,#67c2fa);border-radius:17px;opacity:0;z-index:-1;transition:opacity .3s ease}.points-item:hover .glow-effect{opacity:.7}.point-text{flex:1;font-weight:500;position:relative;z-index:1}.points-item:hover .point-text{transform:translate(5px);color:#1f6a8a;font-weight:600}@keyframes slideInUpEnhanced{0%{opacity:0;transform:translateY(80px) rotateX(90deg) scale(.8)}50%{transform:translateY(-15px) rotateX(-10deg) scale(1.05)}70%{transform:translateY(5px) rotateX(5deg) scale(.98)}to{opacity:1;transform:translateY(0) rotateX(0) scale(1)}}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.7}33%{transform:translateY(-30px) rotate(120deg);opacity:1}66%{transform:translateY(-60px) rotate(240deg);opacity:.5}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes ripple{0%{width:0;height:0;opacity:1}to{width:120px;height:120px;opacity:0}}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.points-container{padding:1.5rem;margin:1.5rem 0}.points-list{grid-template-columns:1fr}.points-item{font-size:1rem;padding:1.2rem}.point-icon{font-size:1.3rem}.point-icon-wrapper{width:40px;height:40px}}.works{width:100%;display:flex;justify-content:center;align-items:center;padding:4rem 2rem;background-color:#fff;height:auto;font-family:sans-serif;opacity:0;transform:translateY(50px);transition:all 1s ease}.works.visible{opacity:1;transform:translateY(0)}.works div{text-align:center;max-width:1700px}.works h2{font-size:2.5rem;color:#146286;margin-bottom:1.5rem;font-weight:700;line-height:1.2;font-family:sans-serif;opacity:0;transform:scale(.8) translateY(-30px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.works h2.title-visible{opacity:1;transform:scale(1) translateY(0)}.works p{font-size:1.2rem;color:#333;width:95%;margin:0;font-family:sans-serif;opacity:0;transform:translate(-30px);transition:all .6s ease;margin-bottom:1rem;text-align:left;display:flex;align-items:flex-start;gap:.5rem}.works p.paragraph-visible{opacity:1;transform:translate(0)}.works p:hover{transform:translate(10px);color:#000}.bullet{color:#146286;font-weight:700;font-size:1.5rem;min-width:20px;margin-right:.5rem}@media (max-width: 768px){.works{padding:3rem 1rem;min-height:300px}.works h2{font-size:2rem}.works p{font-size:1rem}}@media (max-width: 480px){.works{padding:2rem .5rem;min-height:250px}.works h2{font-size:1.8rem}.works p{font-size:.9rem}}.bullet-points{list-style-type:disc;padding-left:20px}.bullet-points li{margin-bottom:10px;line-height:1.6}.paragraph-container{background:linear-gradient(90deg,#1e293b,#334155);border-radius:16px;padding:24px 32px;box-shadow:0 4px 24px #1e293b26;color:#f1f5f9;max-width:1100px;margin:32px auto;font-family:Segoe UI,Verdana,Geneva,Tahoma,"sans-serif"}.paragraph-list{list-style:none;padding:0;margin:0}.paragraph-item{position:relative;padding-left:32px;margin-bottom:18px;font-size:1.15rem;opacity:0;animation:fadeInUp .7s forwards;animation-delay:calc(.1s * var(--i));color:#f1f5f9;font-family:inherit}.paragraph-item:before{content:"";position:absolute;left:0;top:10px;width:12px;height:12px;background:linear-gradient(135deg,#67c2fa 60%,#53b83a);border-radius:50%;box-shadow:0 2px 8px #67c2fa55}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.paragraph-item{--i: 1}.paragraph-item:nth-child(1){--i: 1}.paragraph-item:nth-child(2){--i: 2}.paragraph-item:nth-child(3){--i: 3}.paragraph-item:nth-child(4){--i: 4}.paragraph-item:nth-child(5){--i: 5}.paragraph-item:nth-child(6){--i: 6}@media (max-width: 768px){.paragraph-container{padding:16px 20px;margin:20px auto;border-radius:12px}.paragraph-item{font-size:1rem;padding-left:24px;margin-bottom:14px}.paragraph-item:before{width:10px;height:10px;top:8px}}@media (max-width: 480px){.paragraph-container{padding:12px 16px;margin:16px auto;border-radius:10px}.paragraph-item{font-size:.9rem;padding-left:20px;margin-bottom:12px}.paragraph-item:before{width:8px;height:8px;top:6px}}.engagements{width:100%;min-width:0;background:#fff;border-radius:16px;padding:40px 0 48px;box-shadow:0 6px 32px #1e293b38;color:#eaf1fb;margin:40px auto 60px;display:flex;flex-direction:column;align-items:center;text-align:center;font-family:Segoe UI,Verdana,Geneva,Tahoma,"sans-serif"}.engagements-text{width:100%;margin-top:12px;font-size:2.4rem;font-weight:600;font-family:inherit;color:#000;text-align:center;letter-spacing:2px;margin-bottom:18px;opacity:0;animation:fadeIn .8s ease forwards;animation-delay:.3s}.engagements-subheading{font-size:1.15rem;font-weight:500;color:#fff;margin-bottom:2.5rem;max-width:1000px;opacity:.85}.engagements-details{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:32px;margin-top:10px;width:100%;max-width:900px}.engagements-details div{background:linear-gradient(135deg,#fff 60%,#67c2fa);border-radius:16px;border:none;box-shadow:0 2px 12px #1e293b44;padding:36px 0;flex:1 1 180px;text-align:center;color:#eaf1fb;display:flex;flex-direction:column;justify-content:center;min-width:150px;min-height:100px;opacity:0;animation:slideInUp .6s ease forwards;transition:box-shadow .2s;margin-bottom:40px}.engagements-details div:hover{box-shadow:0 8px 32px #67c2fa55}.engagements-details div:nth-child(1){animation-delay:.2s}.engagements-details div:nth-child(2){animation-delay:.4s}.engagements-details div:nth-child(3){animation-delay:.6s}.engagements-details div:nth-child(4){animation-delay:.8s}.engagements-details div h1{font-size:2rem;margin-bottom:18px;font-weight:700;letter-spacing:1px;color:#000;font-family:inherit}.engagements-details div p{font-size:1rem;font-weight:600;letter-spacing:.5px;margin:0;color:#31858b;font-family:inherit}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 1024px){.engagements-details{gap:12px;padding:0 4px}.engagements-details div{padding:18px 6px;min-width:120px;min-height:80px}.engagements-details div h1{font-size:1.3rem;margin-bottom:8px}.engagements-details div p{font-size:.95rem}}@media screen and (max-width: 768px){.engagements{padding:1.5rem .5rem;min-height:200px;border-radius:10px}.engagements-text{font-size:1.3rem;margin-bottom:.7rem}.engagements-subheading{font-size:1rem;margin-bottom:1.5rem}.engagements-details{flex-direction:column;gap:10px;padding:0 2px;margin-top:10px;max-width:100%}.engagements-details div{min-width:0;width:100%;padding:12px 4px;margin-bottom:0;margin-top:0;min-height:60px;border-radius:8px}.engagements-details div h1{font-size:1rem;margin-bottom:4px}.engagements-details div p{font-size:.85rem}}@media screen and (max-width: 480px){.engagements{padding:.8rem .2rem;min-height:120px}.engagements-text{font-size:1rem;margin-bottom:8px;padding:0 2px}.engagements-details{gap:7px;padding:0 1px;margin-top:7px}.engagements-details div{padding:8px 2px;border-radius:6px}.engagements-details div h1{font-size:.9rem;margin-bottom:2px}.engagements-details div p{font-size:.75rem}}.excellence-section{width:100%;max-width:100vw;background:linear-gradient(135deg,#000,#1a1a1a,#2d2d2d);padding:6rem 1rem;position:relative;overflow:hidden;text-align:center;box-sizing:border-box}.excellence-container{max-width:1200px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;position:relative;z-index:2;padding:0 1rem;box-sizing:border-box}.excellence-content{color:#fff;opacity:0;animation:slideInFromLeft 1s ease forwards;animation-delay:.3s;position:relative;z-index:2}.excellence-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#fff!important;opacity:1!important;animation:1.5s ease forwards;animation-delay:.5s;position:relative;z-index:3}.excellence-subtitle{font-size:1.3rem;margin-bottom:3rem;opacity:.9;color:#e0e0e0;opacity:0;animation:fadeInUp 1s ease forwards;animation-delay:.7s}.excellence-features{display:flex;flex-direction:column;gap:2rem}.feature-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#ffffff0d;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease;opacity:0;transform:translate(-50px);animation:featureSlideIn .8s ease forwards}.feature-item:nth-child(1){animation-delay:.9s}.feature-item:nth-child(2){animation-delay:1.1s}.feature-item:nth-child(3){animation-delay:1.3s}.feature-item:hover{transform:translateY(-5px);background:#ffffff1a;box-shadow:0 10px 30px #67c2fa33}.feature-icon{font-size:3rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#67c2fa,#53b83a);border-radius:50%;flex-shrink:0;animation:iconRotate 3s ease-in-out infinite}.feature-item h3{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#fff}.feature-item p{margin:0;color:#b0b0b0;font-size:1rem}.excellence-animation{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.floating-shapes{position:relative;width:100%;height:100%}.shape{position:absolute;border-radius:50%;background:linear-gradient(45deg,#67c2fa4d,#53b83a4d);animation:float 6s ease-in-out infinite}.shape-1{width:120px;height:120px;top:10%;left:20%;animation-delay:0s}.shape-2{width:80px;height:80px;top:60%;right:30%;animation-delay:1s}.shape-3{width:100px;height:100px;bottom:20%;left:10%;animation-delay:2s}.shape-4{width:60px;height:60px;top:30%;right:10%;animation-delay:3s}@keyframes titleGlow{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes featureSlideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes iconRotate{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.1)}}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.7}50%{transform:translateY(-20px) rotate(180deg);opacity:1}}@media screen and (max-width: 1024px){.excellence-container{grid-template-columns:1fr;gap:2rem;text-align:center;padding:0 .5rem}.excellence-title{font-size:2.8rem}}@media screen and (max-width: 768px){.excellence-section{padding:3rem .5rem;width:100%;max-width:100%}.excellence-container{padding:0;gap:1.5rem}.excellence-title{font-size:2.2rem}.excellence-subtitle{font-size:1.1rem}.feature-item{flex-direction:column;text-align:center;gap:1rem}.feature-icon{width:60px;height:60px;font-size:2rem}.excellence-animation{height:300px}}@media screen and (max-width: 480px){.excellence-section{padding:2rem .25rem}.excellence-container{padding:0}.excellence-title{font-size:1.8rem}.excellence-main-heading{font-size:2.5rem}.feature-item h3{font-size:1.2rem}.feature-item p{font-size:.9rem}}.excellence-main-heading{font-size:4rem;font-weight:700;margin-bottom:2rem;color:#fff;background:linear-gradient(45deg,#67c2fa,#53b83a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;animation:titleGlow 1.5s ease forwards;animation-delay:.3s}.how-different{width:100%;background:linear-gradient(135deg,#fff,#e8e1e1);padding:4rem 0rem;min-height:auto;display:flex;align-items:center;box-shadow:#000}.different-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.different-content{color:#fff;text-align:left}.different-logo{width:280px;height:auto;margin-bottom:20px;filter:drop-shadow(0 2px 8px rgba(83,184,58,.2))}.different-content h2{font-size:2.8rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.different-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;color:#53b83a}.different-button{padding:1rem 2rem;font-size:1.1rem;color:#000;background:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:600}.different-button:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}.different-image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0003;transform:perspective(1000px) rotateY(-15deg);transition:transform .5s ease;max-width:100%}.different-image-container:hover{transform:perspective(1000px) rotateY(0)}.different-image{width:100%;height:400px;object-fit:cover;transition:transform .5s ease}.different-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#0000004d,#1a1a1a4d);opacity:0;transition:opacity .3s ease}.different-image-container:hover .different-overlay{opacity:1}@media screen and (max-width: 768px){.how-different{padding:3rem 1rem}.different-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.different-image-container{transform:perspective(1000px) rotateY(0);margin-top:2rem}.different-content h2{font-size:1.8rem}.different-content p{font-size:1rem}.different-image{height:300px}}@media screen and (max-width: 480px){.how-different{padding:2rem 1rem}}.aboutus-container{max-width:1100px;margin:40px auto;padding:24px;background:#fff;border-radius:16px;box-shadow:0 2px 16px #67c2fa1a;font-family:Verdana,Geneva,Tahoma,sans-serif}.aboutus-container h1{color:#0091ff;font-size:2.2rem;margin-bottom:18px;text-align:center}.aboutus-container h2{color:#53b83a;font-size:1.3rem;margin-top:24px;margin-bottom:10px}.aboutus-container p,.aboutus-container ul{color:#222;font-size:1.08rem;line-height:1.7;margin-bottom:16px}.aboutus-container ul{padding-left:20px}.aboutus-section,.vision-section,.mission-section,.why-choose-section,.certifications-section,.company-overview-section{width:90%;max-width:1200px;margin:20px auto;padding:36px 24px;background:linear-gradient(145deg,#fff,#f8fafc);color:#1e293b;border-radius:18px;box-shadow:0 4px 24px #53b83a14,0 1.5px 8px #1e90ff12;font-family:Segoe UI,Verdana,Geneva,Tahoma,"sans-serif";line-height:1.8;transition:all .4s cubic-bezier(.175,.885,.32,1.275);opacity:0;transform:translateY(50px);animation:fadeInUp .8s ease forwards;position:relative;overflow:hidden}.aboutus-section{animation-delay:.1s}.company-overview-section{animation-delay:.2s}.vision-section{animation-delay:.3s}.mission-section{animation-delay:.4s}.why-choose-section{animation-delay:.5s}.certifications-section{animation-delay:.6s}.aboutus-section:hover,.vision-section:hover,.mission-section:hover,.why-choose-section:hover,.certifications-section:hover,.company-overview-section:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #53b83a29,0 4px 16px #1e90ff1f}.aboutus-section:before,.vision-section:before,.mission-section:before,.why-choose-section:before,.certifications-section:before,.company-overview-section:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(103,194,250,.1),transparent);transition:left .8s ease;z-index:0}.aboutus-section:hover:before,.vision-section:hover:before,.mission-section:hover:before,.why-choose-section:hover:before,.certifications-section:hover:before,.company-overview-section:hover:before{left:100%}h1,h2{color:#67c2fa;margin-bottom:16px;letter-spacing:.6px;width:100%;font-weight:700;opacity:0;animation:slideInFromLeft .6s ease forwards;animation-delay:.3s;position:relative;z-index:1}h1{font-size:2.2rem;margin-top:0}h2{font-size:1.8rem;margin-top:0}p{color:#222;font-size:1rem;margin-bottom:16px;width:100%;opacity:0;animation:fadeInContent .8s ease forwards;animation-delay:.5s;position:relative;z-index:1}ul{padding-left:20px;margin-bottom:20px;width:100%;opacity:0;animation:fadeInContent .8s ease forwards;animation-delay:.6s;position:relative;z-index:1}li{margin-bottom:12px;color:#222;font-weight:500;opacity:0;animation:listItemSlide .5s ease forwards;animation-delay:calc(.7s + var(--i) * .1s);transform:translate(-20px)}li:nth-child(1){--i: 0}li:nth-child(2){--i: 1}li:nth-child(3){--i: 2}li:nth-child(4){--i: 3}li:nth-child(5){--i: 4}.certifications-container{display:flex;justify-content:center;gap:60px;margin:40px 0;flex-wrap:wrap;width:100%}.certification-item{flex:1 1 450px;max-width:500px;background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;padding:40px 30px;display:flex;flex-direction:column;align-items:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);will-change:transform;box-shadow:0 4px 24px #53b83a14,0 1.5px 8px #1e90ff12;opacity:0;transform:scale(.9) translateY(30px);animation:certificationSlideIn .8s ease forwards;border:2px solid transparent;position:relative;overflow:hidden}.certification-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(67,194,250,.1),transparent);transition:left .6s ease}.certification-item:hover:before{left:100%}.certification-item:nth-child(1){animation-delay:.8s}.certification-item:nth-child(2){animation-delay:1s}.certification-item:hover{transform:translateY(-12px) scale(1.03);box-shadow:0 16px 45px #43c2fa40,0 8px 20px #53b83a26;border-color:#43c2fa33}.certification-logo{width:100%;max-width:320px;height:180px;object-fit:contain;margin-bottom:25px;transition:all .3s ease;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.certification-item:hover .certification-logo{transform:scale(1.08);filter:drop-shadow(0 8px 20px rgba(67,194,250,.2))}.certification-item h4{color:#1e293b;font-size:1.15rem;margin:0;text-align:center;font-weight:600;letter-spacing:.5px;line-height:1.4}@media (max-width: 900px){.aboutus-section,.vision-section,.mission-section,.why-choose-section,.certifications-section,.company-overview-section{width:95%;max-width:95%;padding:24px 16px;margin:16px auto}.certification-item{flex:1 1 100%;max-width:720px;padding:20px}.certification-logo{max-width:320px}}@media (max-width: 600px){.aboutus-section,.vision-section,.mission-section,.why-choose-section,.certifications-section,.company-overview-section{width:100%;max-width:100%;margin:10px auto;padding:20px 15px;border-radius:8px}h1{font-size:1.8rem}h2{font-size:1.5rem}}.vision-section,.mission-section,.company-overview-section{width:100%;max-width:1200px;padding:36px 24px;background:linear-gradient(145deg,#fff,#f8fafc);color:#1e293b;border-radius:18px;box-shadow:0 4px 24px #53b83a14,0 1.5px 8px #1e90ff12;font-family:Segoe UI,Verdana,Geneva,Tahoma,"sans-serif";line-height:1.8;transition:transform .25s,box-shadow .25s}.company-overview-section:hover{transform:translateY(-4px);box-shadow:0 8px 32px #53b83a1f,0 2px 12px #1e90ff1a}.why-choose-section,.certifications-section{width:100%;max-width:1200px;padding:36px 24px;background:linear-gradient(145deg,#fff,#f8fafc);color:#1e293b;border-radius:18px;box-shadow:0 4px 24px #53b83a14,0 1.5px 8px #1e90ff12;font-family:Segoe UI,Verdana,Geneva,Tahoma,"sans-serif";line-height:1.8;transition:transform .25s,box-shadow .25s}.aboutus-section{width:90%;max-width:1200px;margin:20px auto;padding:36px 24px;background:linear-gradient(145deg,#fff,#f8fafc);color:#1e293b;border-radius:18px;box-shadow:0 4px 24px #53b83a14,0 1.5px 8px #1e90ff12;font-family:Segoe UI,Verdana,Geneva,Tahoma,"sans-serif";line-height:1.8;transition:transform .25s,box-shadow .25s}.aboutus-header{display:flex;align-items:center;gap:20px;margin-bottom:20px}.aboutus-logo{width:120px;height:auto;object-fit:contain}.aboutus-header h1{margin:0;color:#67c2fa;font-size:2.2rem;font-weight:700;letter-spacing:.6px}.aboutus-content{position:relative;z-index:1}.aboutus-background-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:auto;opacity:0;z-index:-1;pointer-events:none;animation:logoFadeIn 2s ease forwards,logoFloat 6s ease-in-out infinite;animation-delay:1s,3s}.aboutus-content p{position:relative;z-index:2;color:#222;font-size:1rem;margin-bottom:16px;width:100%;opacity:.92}@media (max-width: 768px){.aboutus-header{flex-direction:column;text-align:center;gap:15px}.aboutus-logo{width:100px}.aboutus-header h1{font-size:1.8rem}.aboutus-background-logo{width:350px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInContent{0%{opacity:0}to{opacity:.92}}@keyframes listItemSlide{0%{opacity:0;transform:translate(-20px)}to{opacity:.9;transform:translate(0)}}@keyframes logoFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:.35;transform:translate(-50%,-50%) scale(1)}}@keyframes logoFloat{0%,to{transform:translate(-50%,-50%) rotate(0) scale(1)}50%{transform:translate(-50%,-52%) rotate(2deg) scale(1.02)}}@keyframes certificationSlideIn{0%{opacity:0;transform:scale(.9) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.contactus-container{width:80%;margin:48px auto 32px;padding:0;background:#fff;border-radius:18px;box-shadow:0 2px 16px #67c2fa1a;font-family:Verdana,Geneva,Tahoma,sans-serif;display:flex;gap:0;flex-direction:column;overflow:hidden}.contactus-content{display:flex;flex-direction:row;gap:0}.contactus-left,.contactus-right{flex:1;padding:40px 32px 32px;display:flex;flex-direction:column;justify-content:flex-start}.contactus-left{background:linear-gradient(120deg,#67c2fa 60%,#82d46d);color:#fff;border-top-left-radius:18px;border-bottom-left-radius:18px}.contactus-left h1{color:#fff;font-size:2rem;margin-bottom:18px;text-align:left;font-weight:700;letter-spacing:1px}.contactus-left p{color:#f8f8f8;font-size:1.08rem;margin-bottom:18px}.contactus-details h2{color:#fff;font-size:1.1rem;margin-top:18px;margin-bottom:6px;font-weight:600}.contactus-details p{color:#f8f8f8;font-size:1rem;margin-bottom:12px}.contactus-details a{color:#fff;text-decoration:underline}.contactus-right{background:#fff;border-top-right-radius:18px;border-bottom-right-radius:18px;box-shadow:-2px 0 12px #67c2fa0a}.contactus-right h2{color:#0091ff;font-size:1.3rem;margin-bottom:18px;font-weight:700;text-align:left}.contactus-form{display:flex;flex-direction:column;gap:14px}.contactus-form input,.contactus-form textarea{padding:12px;border-radius:8px;border:1px solid #67c2fa;font-size:1rem;font-family:inherit;resize:vertical;background:#f8f8f8;transition:border .2s}.contactus-form input:focus,.contactus-form textarea:focus{border:1.5px solid #0091ff;outline:none}.contactus-form textarea{min-height:90px}.contactus-form button{background:linear-gradient(90deg,#82d46d 60%,#67c2fa);color:#fff;border:none;border-radius:8px;padding:12px 0;font-size:1rem;font-weight:600;cursor:pointer;margin-top:6px;transition:background .2s,transform .2s;box-shadow:0 2px 8px #67c2fa1a}.contactus-form button:hover{background:linear-gradient(90deg,#67c2fa 60%,#82d46d);transform:translateY(-2px) scale(1.03)}.contactus-form button:disabled{opacity:.6;cursor:not-allowed}.contactus-form input:disabled,.contactus-form textarea:disabled{background-color:#f8f9fa;opacity:.7;cursor:not-allowed}.name-row{display:flex;flex-direction:column;gap:15px;margin-bottom:15px}.name-row input{flex:1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.name-row input:focus{outline:none;border-color:#67c2fa;box-shadow:0 0 0 3px #67c2fa1a}.name-row input:disabled{background-color:#f8f9fa;opacity:.7;cursor:not-allowed}.map-section{margin-top:0;background:linear-gradient(145deg,#fff,#f8fafc);border-radius:0 0 18px 18px;padding:2.5rem;box-shadow:0 4px 24px #53b83a14,0 1.5px 8px #1e90ff12;text-align:center;opacity:0;animation:fadeInUp 1s ease forwards;animation-delay:.8s;border-top:1px solid rgba(103,194,250,.1)}.map-title{font-size:2rem;font-weight:700;color:#67c2fa;margin-bottom:2rem}.map-wrapper{border-radius:15px;overflow:hidden;box-shadow:0 8px 32px #0000001a;transition:transform .3s ease;margin-bottom:2rem}.map-wrapper:hover{transform:scale(1.02)}.google-map{filter:grayscale(.2);transition:filter .3s ease}.google-map:hover{filter:grayscale(0)}.map-address{background:#67c2fa1a;padding:1.5rem;border-radius:15px;max-width:400px;margin:2rem auto 0;border:2px solid rgba(103,194,250,.2)}.map-address h3{font-size:1.3rem;font-weight:600;color:#67c2fa;margin:0 0 .5rem}.map-address p{color:#64748b;margin:0;line-height:1.6;font-size:1rem}.location-section{margin-top:2rem;text-align:center}.location-title{font-size:1.3rem;font-weight:600;color:#67c2fa;margin-bottom:1rem}.location-flags{display:flex;justify-content:center;align-items:center;gap:3rem}.flag-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:transform .3s ease}.flag-item:hover{transform:translateY(-5px)}.flag-icon{width:50px;height:35px;border-radius:6px;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.flag-item:hover .flag-icon{transform:scale(1.1);box-shadow:0 6px 20px #67c2fa4d}.flag-label{font-size:.9rem;color:#64748b;font-weight:600;letter-spacing:.5px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.map-section{margin-top:2rem;padding:1.5rem}.map-title{font-size:1.5rem}.google-map{height:300px}.location-flags{gap:2rem}.flag-icon{width:40px;height:28px}.flag-label{font-size:.8rem}}@media (max-width: 900px){.contactus-content{flex-direction:column}.contactus-left,.contactus-right{border-radius:0;padding:28px 16px 18px}.contactus-left{border-top-left-radius:18px;border-top-right-radius:18px}.contactus-right{border-radius:0}.map-section{border-radius:0 0 14px 14px}}.career-container{width:100%;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Segoe UI,Verdana,Geneva,Tahoma,"sans-serif"}.career-hero{position:relative;height:70vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-bg-image{width:100%;height:100%;object-fit:cover;filter:brightness(.4)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#67c2facc,#53b83a99);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:#fff;max-width:800px;padding:0 2rem;opacity:0;animation:heroFadeIn 1.5s ease forwards;animation-delay:.5s}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(45deg,#fff,#f0f9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:titleGlow 2s ease-in-out infinite alternate}.hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6}.cta-button{background:linear-gradient(45deg,#67c2fa,#53b83a);color:#fff;border:none;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #67c2fa4d}.cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #67c2fa66}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.float-element{position:absolute;background:#ffffff1a;border-radius:50%;animation:float 6s ease-in-out infinite}.element-1{width:100px;height:100px;top:20%;left:10%;animation-delay:0s}.element-2{width:60px;height:60px;top:60%;right:15%;animation-delay:2s}.element-3{width:80px;height:80px;bottom:30%;left:20%;animation-delay:4s}.why-work-section{padding:6rem 2rem;background:linear-gradient(135deg,#fff,#f8fafc)}.section-container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:3rem;font-weight:700;color:#67c2fa;margin-bottom:3rem;opacity:0;animation:slideInFromBottom 1s ease forwards;animation-delay:.3s}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.benefit-card{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;padding:2.5rem;text-align:center;box-shadow:0 4px 24px #53b83a14;position:relative;overflow:hidden;transition:all .4s ease;opacity:0;transform:translateY(50px);animation:cardSlideIn .8s ease forwards;animation-delay:var(--delay)}.benefit-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 12px 40px #43c2fa33}.benefit-icon{font-size:4rem;margin-bottom:1.5rem;display:inline-block;animation:iconBounce 2s ease-in-out infinite}.benefit-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.benefit-description{color:#64748b;line-height:1.6;font-size:1rem}.card-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(103,194,250,.1),transparent);transition:left .8s ease}.benefit-card:hover .card-glow{left:100%}.openings-section{padding:6rem 2rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.openings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:3rem}.opening-card{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;padding:2rem;position:relative;overflow:hidden;box-shadow:0 4px 24px #53b83a14;transition:all .4s ease;opacity:0;transform:translate(-50px);animation:slideInFromLeft .8s ease forwards;animation-delay:var(--delay)}.opening-card:hover{transform:translateY(-8px);box-shadow:0 16px 50px #43c2fa40}.opening-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.opening-title{font-size:1.4rem;font-weight:600;color:#1e293b;margin:0;flex:1}.opening-type{background:linear-gradient(45deg,#67c2fa,#53b83a);color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.opening-details{margin-bottom:2rem}.detail-item{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}.detail-icon{font-size:1.2rem}.detail-text{color:#64748b;font-size:.95rem}.apply-button{width:100%;background:linear-gradient(45deg,#67c2fa,#53b83a);color:#fff;border:none;padding:1rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease}.apply-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #67c2fa4d}.opening-decoration{position:absolute;top:-50px;right:-50px;width:100px;height:100px;background:linear-gradient(45deg,#67c2fa1a,#53b83a1a);border-radius:50%;animation:decorationSpin 10s linear infinite}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#000,#1a1a1a);position:relative;overflow:hidden}.cta-content{max-width:800px;margin:0 auto;text-align:center;color:#fff;position:relative;z-index:2}.cta-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(45deg,#67c2fa,#53b83a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-description{font-size:1.2rem;margin-bottom:2.5rem;color:#9c9292;line-height:1.6}.cta-button.secondary{background:transparent;border:2px solid #67c2fa;color:#67c2fa}.cta-button.secondary:hover{background:#67c2fa;color:#fff}.cta-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.animated-shape{position:absolute;background:linear-gradient(45deg,#67c2fa1a,#53b83a1a);border-radius:50%;animation:shapeFloat 8s ease-in-out infinite}.shape-1{width:150px;height:150px;top:10%;left:5%;animation-delay:0s}.shape-2{width:100px;height:100px;top:60%;right:10%;animation-delay:2s}.shape-3{width:200px;height:200px;bottom:10%;left:15%;animation-delay:4s}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes titleGlow{0%{text-shadow:0 0 20px rgba(255,255,255,.5)}to{text-shadow:0 0 30px rgba(255,255,255,.8)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes decorationSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shapeFloat{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-30px) rotate(180deg);opacity:.7}}@media (max-width: 1024px){.hero-title{font-size:3rem}.section-title{font-size:2.5rem}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.career-hero{height:60vh;min-height:400px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.why-work-section,.openings-section{padding:4rem 1rem}.section-title{font-size:2rem}.benefits-grid,.openings-grid{grid-template-columns:1fr;gap:1.5rem}.cta-title{font-size:2rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.benefit-card,.opening-card{padding:1.5rem}.cta-section{padding:4rem 1rem}}.jobhire-container{max-width:600px;margin:48px auto 32px;padding:32px 24px;background:linear-gradient(120deg,#67c2fa 60%,#82d46d);border-radius:18px;box-shadow:0 4px 24px #67c2fa21;font-family:Verdana,Geneva,Tahoma,sans-serif}.jobhire-heading{color:#0091ff;font-size:2rem;margin-bottom:18px;text-align:center;font-weight:700;letter-spacing:1px}.jobhire-desc{color:#222;font-size:1.08rem;text-align:center;margin-bottom:24px;opacity:.92}.jobhire-form{display:flex;flex-direction:column;gap:16px}.jobhire-form input,.jobhire-form textarea{padding:12px;border-radius:8px;border:1px solid #67c2fa;font-size:1rem;font-family:inherit;background:#f8f8f8;transition:border .2s}.jobhire-form input:focus,.jobhire-form textarea:focus{border:1.5px solid #0091ff;outline:none}.jobhire-form textarea{min-height:80px}.jobhire-form button{background:linear-gradient(90deg,#82d46d 60%,#67c2fa);color:#fff;border:none;border-radius:8px;padding:12px 0;font-size:1rem;font-weight:600;cursor:pointer;margin-top:6px;transition:background .2s,transform .2s}.jobhire-form button:hover{background:linear-gradient(90deg,#67c2fa 60%,#82d46d);transform:translateY(-2px) scale(1.03)}.success-message{background-color:#d4edda;color:#155724;padding:12px 16px;border:1px solid #c3e6cb;border-radius:8px;margin-bottom:20px;font-family:Segoe UI,Verdana,Geneva,Tahoma,"sans-serif"}.error-message{background-color:#f8d7da;color:#721c24;padding:12px 16px;border:1px solid #f5c6cb;border-radius:8px;margin-bottom:20px;font-family:Segoe UI,Verdana,Geneva,Tahoma,"sans-serif"}.file-input-wrapper{margin-bottom:15px}.file-input-wrapper label{display:block;margin-bottom:5px;font-weight:600;color:#1e293b}.file-input-wrapper input[type=file]{width:100%;padding:10px;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit}.file-name{display:block;margin-top:5px;font-size:.9rem;color:#53b83a;font-style:italic}.jobhire-form button:disabled{opacity:.6;cursor:not-allowed}.jobhire-form input:disabled,.jobhire-form textarea:disabled{background-color:#f8f9fa;opacity:.7;cursor:not-allowed}.lightindustrial-container,.technology-container{width:100%;min-height:100vh;background:#f8fafc;font-family:Segoe UI,Verdana,Geneva,Tahoma,"sans-serif"}.hospitality-experience{display:flex;align-items:center;justify-content:center;gap:2rem;margin:3rem 0;padding:2rem;background:linear-gradient(135deg,#b4f690 30%,#67c2fa);border-radius:24px;box-shadow:0 4px 24px #2c3e5014;overflow:hidden;font-family:Segoe UI,Arial,Helvetica Neue,Arial,Helvetica,sans-serif}.hospitality-experience>div:first-child{flex:1;display:flex;justify-content:center;align-items:center;animation:slideInLeft 1s cubic-bezier(.23,1,.32,1);font-family:Segoe UI,Arial,Helvetica Neue,Arial,Helvetica,sans-serif}.hospitality-experience>div:first-child img{width:260px;height:260px;object-fit:cover;border-radius:18px;box-shadow:0 2px 16px #2c3e501f;border:4px solid #ffffff;background:#fffbe6}.hospitality-experience>div:last-child{flex:2;animation:fadeInUp 1.2s cubic-bezier(.23,1,.32,1);font-family:Segoe UI,Arial,Helvetica Neue,Arial,Helvetica,sans-serif}.hospitality-experience h1{color:#1a237e;font-size:2rem;margin-bottom:1rem;font-weight:700;font-family:Segoe UI,Arial,Helvetica Neue,Arial,Helvetica,sans-serif}.hospitality-experience p{color:#4e342e;font-size:1.1rem;line-height:1.7;padding:1rem 1.5rem;border-radius:12px;animation:fadeIn 2s;font-family:Segoe UI,Arial,Helvetica Neue,Arial,Helvetica,sans-serif;opacity:1}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 900px){.hospitality-experience{flex-direction:column;gap:1.5rem;padding:1.5rem;font-family:Segoe UI,Arial,Helvetica Neue,Arial,Helvetica,sans-serif}.hospitality-experience>div:first-child,.hospitality-experience>div:last-child{width:100%;max-width:100%;text-align:center}.hospitality-experience>div:first-child img{width:180px;height:180px}.hospitality-experience h1{font-size:1.4rem}.hospitality-experience p{font-size:1rem;padding:.8rem 1rem}}@media (max-width: 600px){.hospitality-experience{padding:1rem;gap:1rem;font-family:Segoe UI,Arial,Helvetica Neue,Arial,Helvetica,sans-serif}.hospitality-experience>div:first-child img{width:120px;height:120px}.hospitality-experience h1{font-size:1.1rem}.hospitality-experience p{font-size:.95rem;padding:.6rem .5rem}}.hospitality-engagements{display:flex;align-items:center;justify-content:center;gap:2rem;margin:3rem 0;padding:2rem;background:linear-gradient(135deg,#67c2fa 20%,#b4f690);border-radius:24px;box-shadow:0 4px 24px #2c3e5014;overflow:hidden;font-family:Segoe UI,Arial,Helvetica Neue,Arial,Helvetica,sans-serif}.hospitality-engagements>div:first-child{flex:2;animation:fadeInUp 1.2s cubic-bezier(.23,1,.32,1);font-family:inherit}.hospitality-engagements>div:last-child{flex:1;display:flex;justify-content:center;align-items:center;animation:slideInRight 1s cubic-bezier(.23,1,.32,1);font-family:inherit}.hospitality-engagements>div:last-child img{width:260px;height:260px;object-fit:cover;border-radius:18px;box-shadow:0 2px 16px #2c3e501f;border:4px solid #ffffff;background:#fffbe6}.hospitality-engagements h1{color:#1a237e;font-size:2rem;margin-bottom:1rem;font-weight:700;letter-spacing:1px;font-family:inherit}.hospitality-engagements p{color:#4e342e;font-size:1.1rem;line-height:1.7;padding:1rem 1.5rem;border-radius:12px;animation:fadeIn 2s;font-family:inherit;opacity:1}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@media (max-width: 900px){.hospitality-engagements{flex-direction:column;gap:1.5rem;padding:1.5rem;font-family:Segoe UI,Arial,Helvetica Neue,Arial,Helvetica,sans-serif}.hospitality-engagements>div:first-child,.hospitality-engagements>div:last-child{width:100%;max-width:100%;text-align:center}.hospitality-engagements>div:last-child img{width:180px;height:180px}.hospitality-engagements h1{font-size:1.4rem}.hospitality-engagements p{font-size:1rem;padding:.8rem 1rem}}@media (max-width: 600px){.hospitality-engagements{padding:1rem;gap:1rem;font-family:Segoe UI,Arial,Helvetica Neue,Arial,Helvetica,sans-serif}.hospitality-engagements>div:last-child img{width:120px;height:120px}.hospitality-engagements h1{font-size:1.1rem}.hospitality-engagements p{font-size:.95rem;padding:.6rem .5rem}}.hosp{width:100%;max-width:100%;display:block;margin:2rem 0;border-radius:18px;box-shadow:0 2px 16px #2c3e501f;object-fit:cover}@media (max-width: 600px){.hosp{width:100vw;max-width:100vw;height:auto;margin:1rem 0 0;border-radius:0;box-shadow:none;display:block;object-fit:cover}}
