@plugin "daisyui";.topbar{position:fixed;top:0;width:100%;height:90px;display:flex;align-items:center;justify-content:space-between;padding:0 40px;-webkit-backdrop-filter:blur(70px);backdrop-filter:blur(70px);transition:transform .3s,background-color .3s;z-index:1050;border-bottom:3px solid var(--crimson-red);background:transparent}.topbar.scrolled{background-color:var(--light-bg);-webkit-backdrop-filter:none;backdrop-filter:none;color:var(--dark-text);height:60px}.topbar.hidden{transform:translateY(-100%)}.topbar.visible{transform:translateY(0)}.topbar.visible.content-pushed,.topbar.scrolled.content-pushed{transform:translate(320px) translateY(0)}.topbar.hidden.content-pushed{transform:translate(320px) translateY(-100%)}.topbar.scrolled .desktop-hamburger,.topbar.scrolled .global-nav a{color:#000}.topbar.scrolled .desktop-hamburger{padding-right:50px}.topbar.scrolled .global-nav a:hover{color:var(--crimson-red)}.left-section{display:flex;align-items:center;gap:20px}.logo img{height:40px}.desktop-hamburger{cursor:pointer;font-size:16px;font-weight:600;padding:8px 50px 8px 12px;color:var(--light-bg)}.desktop-hamburger:hover{color:var(--crimson-red)}.global-nav{display:flex;gap:30px}.global-nav a{font-size:1rem;font-weight:500;text-decoration:none;color:var(--light-bg)}.global-nav a:hover{color:var(--crimson-red)}.desktop-sidebar{position:fixed;top:0;left:-320px;width:320px;height:100%;background-color:var(--alt-card-bg);transition:left .3s ease;z-index:1150;display:flex;flex-direction:column;padding:20px}.desktop-sidebar.open{left:0}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.sidebar-header .logo img{height:50px}.sidebar-close{font-size:24px;font-weight:700;cursor:pointer;color:var(--dark-text)}.sidebar-menu{display:flex;flex-direction:column;padding-top:20px;gap:20px;font-size:1rem;animation:fadeSlideIn .25s ease}.sidebar-menu li{cursor:pointer;display:flex;justify-content:space-between;align-items:center}.sidebar-menu li span{color:var(--dark-text);font-weight:500}.sidebar-menu li span:hover{color:var(--crimson-red);padding-left:10px;border-left:3px solid var(--crimson-red)}.sidebar-footer{font-size:.9rem;color:var(--muted-text);text-align:center;margin-top:auto}.sidebar-footer a{text-decoration:none;color:var(--muted-text)}.submenu-view{display:flex;flex-direction:column;animation:fadeSlideIn .25s ease}.submenu-back{cursor:pointer;font-weight:600;font-size:.95rem;color:var(--dark-text);margin-bottom:15px;padding:6px 10px;border-radius:6px;width:fit-content;transition:background-color .2s}.submenu-view h3{font-size:1.2rem;font-weight:700;margin-bottom:15px;color:var(--dark-text);padding-left:10px;border-left:3px solid var(--crimson-red)}.submenu-back:hover{color:var(--crimson-red)}.expanded-title{font-size:1.2rem;font-weight:700;margin-bottom:15px;color:var(--dark-text)}.submenu-list{display:flex;flex-direction:column;gap:20px;padding-left:15px;list-style:none}.submenu-list a{text-decoration:none;color:var(--dark-text);font-size:1rem;font-weight:500;transition:color .2s}.submenu-list a:hover{color:var(--crimson-red);padding-left:10px;border-left:3px solid var(--crimson-red)}@media (max-width: 800px){.global-nav,.menu-word{display:none}.desktop-hamburger{font-size:16px;font-weight:600;padding:8px 12px;color:var(--light-bg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media (max-width: 480px){.logo-dark{width:180px}}.home-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/Home/hero.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px}.home-about-us{display:flex;gap:40px;padding:150px 40px;background-color:var(--light-bg);flex-wrap:wrap;align-items:center;border-bottom:1px solid gainsboro}.aboutus-left{flex:1;min-width:300px}.aboutus-left .section-label{font-weight:600;font-size:.9rem;letter-spacing:1px;color:var(--muted-text);text-transform:uppercase;margin-bottom:12px}.aboutus-left h2{font-size:3rem;margin-bottom:20px;color:var(--crimson-red)}.aboutus-left p{font-size:1.1rem;color:var(--dark-text);line-height:1.6}.home-about-us .section-link{display:inline-block;margin-top:20px;padding:12px 24px;background-color:var(--crimson-red);color:#fff;font-weight:600;border-radius:8px;text-decoration:none;transition:background-color .3s ease}.home-about-us .section-link:hover{background-color:var(--deep-red)}.aboutus-carousel{width:100%;max-width:800px;margin:0 auto;position:relative}.aboutus-swiper{width:100%;height:auto;padding-bottom:40px}.aboutus-card{width:100%;border-radius:16px;overflow:hidden;background:#fff;border:1px solid #e6e6e6;position:relative;box-shadow:0 8px 20px #0000000f}.aboutus-card img{width:100%;height:400px;object-fit:cover;transition:transform .4s ease}.aboutus-card:hover img{transform:scale(1.03)}.aboutus-card .overlay{position:absolute;inset:0;background:#0006;color:#fff;opacity:0;padding:20px;display:flex;align-items:flex-end;font-size:1rem;font-weight:500;transition:opacity .3s ease}.aboutus-card:hover .overlay{opacity:1}.aboutus-swiper{--swiper-pagination-color: var(--crimson-red);--swiper-pagination-bullet-inactive-color: #d1d5db;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-size: 10px;--swiper-pagination-bullet-horizontal-gap: 6px}.home-career-preview{padding:150px 40px;background-color:var(--light-bg);display:flex;justify-content:center;flex-wrap:wrap;gap:40px;border-bottom:1px solid gainsboro}.career-main-container{display:flex;gap:40px;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;width:100%;max-width:1200px}.career-left{flex:1 1 350px;min-width:300px;max-width:700px;display:flex;flex-direction:column;gap:30px;margin-left:60px}.section-label{color:var(--muted-text);font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:.9rem;margin-bottom:12px}.career-left h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:20px;color:var(--crimson-red)}.career-description{font-size:1.1rem;line-height:1.6;color:var(--dark-text);margin-bottom:30px}.career-btn{background-color:var(--crimson-red);color:#fff;border:none;padding:12px 24px;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease}.career-btn:hover{background-color:#e04357;transform:translateY(-2px)}.career-right{flex:1 1 450px;min-width:350px;max-width:700px;display:flex;flex-direction:column;gap:50px}.employee-empty-state{color:var(--crimson-red);border:2px solid var(--crimson-red);border-radius:16px;padding:30px;background-color:#fff7f7;display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%;box-sizing:border-box}.empty-icon{font-size:40px;margin-bottom:15px;color:var(--crimson-red)}.employee-empty-state h3{color:#111!important;margin-bottom:16px;font-size:24px;font-weight:700}.employee-empty-state p{color:#555;font-size:14px;line-height:1.6;margin:0;max-width:100%}.employee-empty-state .employee-subtitle{color:var(--crimson-red)!important}.career-employee-highlight.best-employee{background-color:#fff7f7;border:2px solid var(--crimson-red);padding:30px;border-radius:16px;box-shadow:0 8px 24px #0000000d;display:flex;flex-direction:column}.employee-subtitle{color:var(--crimson-red);font-weight:600;letter-spacing:1px;text-transform:uppercase;font-size:12px;margin-bottom:8px}.career-employee-highlight h2{font-size:24px;font-weight:700;margin-bottom:16px;color:#111}.employee-content{display:flex;align-items:center;gap:20px}.employee-photo{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid var(--crimson-red);flex-shrink:0;display:flex;align-items:center;justify-content:center}.employee-photo img{width:100%;height:100%;object-fit:cover}.employee-details h4{margin:0;font-size:18px;font-weight:600;color:#111}.employee-role{font-size:14px;color:#777;margin:5px 0}.employee-quote{font-size:14px;color:#555;line-height:1.5;margin-top:10px}.career-former-employees{width:100%;padding:20px 0;font-size:12px}.former-employees-swiper{width:100%}.former-employee-slide{width:100%;max-width:500px;margin:0 auto;background-color:#fff7f7;border:2px solid var(--crimson-red);padding:30px;border-radius:16px;box-shadow:0 8px 24px #0000000d;text-align:left;display:flex;flex-direction:column;gap:12px}.former-employee-slide h4{font-size:18px;font-weight:600;color:#111}.former-employee-slide .employee-role{font-size:14px;color:#777;margin:4px 0}.former-employee-slide .employee-quote{font-size:14px;color:#555;line-height:1.5;margin-top:8px}.employee-department{font-size:14px;color:#444;margin:0}.former-employees-swiper .swiper-button-next,.former-employees-swiper .swiper-button-prev{color:var(--crimson-red)}.former-employees-swiper .swiper-pagination-bullet{background-color:#d1d5db;opacity:1}.former-employees-swiper .swiper-pagination-bullet-active{background-color:var(--crimson-red)}@media (max-width: 900px){.career-main-container{flex-direction:column;gap:40px}.employee-content{flex-direction:column;align-items:flex-start}.employee-photo{width:100px;height:100px}.former-employee-slide,.employee-empty-state{max-width:100%}}.home-news-section{padding:80px 40px;background-color:var(--light-bg);max-width:2500px}.home-news-section .section-label{font-weight:600;font-size:.9rem;color:var(--muted-text);text-transform:uppercase;margin-bottom:10px}.news-title{font-size:3rem;margin-bottom:20px;color:var(--crimson-red);font-weight:700}.news-subtitle{font-size:1.2rem;margin-bottom:30px;line-height:1.6;color:var(--dark-text)}.news-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:30px;padding-bottom:20px}.news-card-home{flex:0 0 300px;background-color:var(--card-bg);border-radius:16px;box-shadow:0 8px 20px #0000000f;scroll-snap-align:start;transition:transform .3s ease;overflow:hidden}.news-card-home:hover{transform:translateY(-5px)}.news-card-home img{width:100%;height:180px;object-fit:cover}.news-content{padding:20px}.news-content h3{font-size:1.2rem;color:var(--crimson-red);margin-bottom:10px}.news-date{font-size:.85rem;color:var(--muted-text);margin-bottom:10px}.news-summary{font-size:.95rem;color:var(--dark-text);margin-bottom:12px}.read-more{font-weight:600;color:var(--crimson-red);text-decoration:none}.read-more:hover{text-decoration:underline}.news-carousel::-webkit-scrollbar{height:8px}.news-carousel::-webkit-scrollbar-thumb{background-color:var(--lighter-text);border-radius:4px}.home-our-clients{background-color:var(--crimson-red);padding:80px 40px}.our-clients{margin:0 auto}.our-clients .section-label{font-weight:600;font-size:.9rem;letter-spacing:1px;color:var(--light-bg);text-transform:uppercase;margin-bottom:12px}.clients-title{color:var(--light-bg);font-size:3rem;font-weight:700;margin-bottom:10px}.clients-subtitle{color:var(--light-bg);font-size:1.25rem;margin-bottom:30px}.client-btn{background-color:var(--light-bg);color:var(--crimson-red);border:none;padding:14px 28px;font-weight:700;font-size:1rem;border-radius:8px;cursor:pointer;transition:background .3s ease}.client-btn:hover{background-color:silver}.home-contact-us{padding:80px 40px;background-color:var(--alt-card-bg);display:flex;justify-content:center}.contact-layout{display:flex;gap:100px;width:100%;align-items:flex-start;flex-wrap:wrap}.contact-info{flex:1}.contact-info .section-label{font-weight:600;font-size:.9rem;letter-spacing:1px;color:var(--muted-text);text-transform:uppercase;margin-bottom:12px}.contact-info h3{font-size:3rem;color:var(--crimson-red);margin-bottom:20px}.contact-info p{font-size:1rem;color:var(--muted-text);line-height:1.8}.contact-form-wrapper{flex:1;background-color:var(--card-bg);padding:40px;border-radius:16px;box-shadow:0 15px 25px #0000000d;max-width:900px}.form-grid{display:flex;flex-direction:column;gap:20px}.form-title{font-size:2rem;font-weight:700;margin-bottom:30px;text-align:left;color:var(--crimson-red)}.form-row{display:flex;gap:20px;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column}label{font-size:.9rem;color:#444;margin-bottom:6px}input,textarea{padding:12px 14px;border:1px solid #ccc;border-radius:8px;font-size:1rem;background-color:#fff;color:var(--dark-text);transition:border .3s ease}input:focus,textarea:focus{border-color:var(--crimson-red);outline:none}textarea{resize:vertical;min-height:100px}.full-width{width:100%}.submit-btn{padding:14px;width:100%;background-color:var(--crimson-red);color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease}.submit-btn:hover{background-color:var(--deep-red);animation:bounce .6s}.success-message{background-color:#4caf50;color:#fff;padding:10px;border-radius:6px;text-align:center;font-size:.95rem}.footer{background-color:var(--deep-red);color:#fff;padding:40px 60px;font-size:.95rem}.footer-top{display:flex;flex-wrap:wrap;gap:50px;justify-content:space-between}.footer-logo img{height:50px;margin-bottom:10px}.footer-logo p{margin:5px 0}.footer-logo a{color:#89cdfd;text-decoration:none}.linkedin-link a{display:inline-flex;align-items:center;color:#89cdfd;text-decoration:none}.linkedin-icon{width:25px;height:25px;filter:brightness(0) invert(1);transition:transform .2s ease}.linkedin-link a:hover .linkedin-icon{transform:scale(1.1)}.footer-links{display:flex;flex-wrap:wrap;gap:40px}.footer-links h4{margin-bottom:10px;font-size:1rem;font-weight:600}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:6px}.footer-links a{color:inherit;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #555;margin-top:30px;padding-top:15px;text-align:center;color:#aaa;font-size:.85rem}.footer-logo-img{width:200px;height:auto;object-fit:cover;object-position:center;display:block;margin-bottom:10px}@media (max-width: 800px){.footer{padding:30px 20px;font-size:.9rem}.footer-top{flex-direction:column;align-items:flex-start;gap:30px}.footer-logo{width:100%}.footer-logo p,.footer-logo a{font-size:.95rem}.footer-links{flex-direction:column;gap:20px;width:100%}.footer-links div{width:100%}.footer-bottom{margin-top:20px;padding-top:10px;font-size:.8rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.aboutus-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/AboutUs/hero.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.aboutus-section{padding:100px 40px;background-color:var(--light-bg);color:var(--dark-text);line-height:1.8}.aboutus-wrapper{max-width:1000px;margin:0 auto;display:flex;flex-direction:column}.aboutus-wrapper h1{font-size:3.5rem;color:var(--crimson-red)}.aboutus-wrapper p{font-size:1.2rem;color:var(--muted-text);line-height:1.6;margin-bottom:50px}.aboutus-desc p{font-size:1.5rem;width:100%;text-align:justify;text-indent:50px;color:var(--dark-text)}.simple-carousel{position:relative;width:100%;max-width:900px;margin:30px auto}.simple-swiper{width:100%;padding-bottom:40px}.simple-img{width:100%;aspect-ratio:16 / 9;border-radius:16px;object-fit:cover;box-shadow:0 12px 24px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.simple-img:hover{transform:scale(1.02);box-shadow:0 20px 40px #00000026}.simple-swiper{--swiper-navigation-size: 2rem;--swiper-navigation-color: #1f2937}.simple-swiper{--swiper-pagination-color: var(--crimson-red);--swiper-pagination-bullet-inactive-color: #d1d5db;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-size: 10px;--swiper-pagination-bullet-horizontal-gap: 6px}@media (max-width: 800px){.aboutus-section{padding:50px 20px}.aboutus-wrapper h1{font-size:2.2rem;text-align:center}.aboutus-wrapper p{font-size:1rem;line-height:1.5;text-align:center;margin-bottom:30px}.aboutus-desc p{padding:0;font-size:1rem;line-height:1.6;text-align:justify;text-indent:50px}.carousel-btn{font-size:1.5rem}.carousel img{aspect-ratio:auto;border-radius:12px}.img-1{width:100%;max-width:100%;margin:20px 0;border-radius:12px;max-height:none;aspect-ratio:16 / 9;object-fit:contain}}.journey-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/Journey/hs-aerosystem1.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.journey-section{padding:100px 20px;background:var(--light-bg);color:var(--dark-text)}.journey-wrapper{text-align:center;max-width:800px;margin:0 auto 80px}.journey-wrapper,.journey-legend,.timeline-item{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal{opacity:1!important;transform:translateY(0)!important}.journey-wrapper h1{font-size:3.5rem;color:var(--crimson-red);margin-bottom:10px}.journey-wrapper p{color:var(--muted-text);font-size:1.2rem}.journey-legend{display:flex;justify-content:center;gap:30px;margin-bottom:40px;font-size:.95rem;color:var(--dark-text)}.dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:8px;vertical-align:middle}.completed-dot{background-color:#007b4f}.planned-dot{background-color:#e07b00}.timeline-item.completed .content{border-left:4px solid #007b4f}.timeline-item.planned .content{border-left:4px dashed #e07b00;opacity:.8}.timeline-item.completed:before,.timeline-item.planned:before{content:"";position:absolute;top:20px;left:-10px;width:20px;height:20px;border-radius:50%;z-index:1}.timeline-item.completed:before{background-color:#007b4f;border:2px solid white}.timeline-item.planned:before{background-color:#e07b00;border:2px dashed white}.timeline{position:relative;max-width:1000px;margin:0 auto;padding-left:30px}.timeline:before{content:"";position:absolute;left:50%;width:2px;background:var(--muted-text);top:0;bottom:0;transform:translate(-50%)}.timeline-item{position:relative;width:50%;padding:20px 40px;box-sizing:border-box}.timeline-item.left{left:0;text-align:right}.timeline-item.right{left:50%}.timeline-item .content{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #0000000d;position:relative}.timeline-item .date{display:block;font-weight:700;font-size:.9rem;color:var(--crimson-red);margin-bottom:10px}.timeline-item h3{margin:0 0 10px;font-size:1.4rem;color:var(--dark-text)}.timeline-item p{font-size:1rem;color:var(--muted-text)}.journey-img{width:100%;max-width:400px;border-radius:10px;margin:15px 0;box-shadow:0 6px 18px #0000000d;object-fit:cover}.timeline-item.current .content{border:2px solid var(--crimson-red);box-shadow:0 0 10px #b600004d;position:relative}.current-label{display:inline-block;margin-top:10px;padding:6px 12px;background-color:var(--crimson-red);color:#fff;font-weight:700;font-size:.9rem;border-radius:20px;animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 #b60000b3}70%{box-shadow:0 0 0 10px #b6000000}to{box-shadow:0 0 #b6000000}}@media (max-width: 800px){.journey-section{padding:50px 20px}.journey-wrapper h1{font-size:2.2rem;text-align:center}.journey-wrapper p{font-size:1rem;line-height:1.5;text-align:justify;margin-bottom:30px}.timeline:before{left:10px}.timeline-item{width:100%;padding-left:30px;text-align:left}.timeline-item.left,.timeline-item.right{left:0}}.mission-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/Mission/hero.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.approach-section{padding:100px 40px;background-color:var(--light-bg);color:var(--dark-text);border-bottom:1px solid gainsboro}.approach-wrapper{max-width:1000px;margin:0 auto;text-align:left}.approach-wrapper h1{font-size:3.5rem;font-weight:700;margin-bottom:10px;color:var(--crimson-red)}.approach-wrapper p{font-size:1.2rem;color:var(--muted-text);margin-bottom:50px;line-height:1.6}.approach-block{margin-bottom:40px}.approach-block h2{font-size:1.6rem;font-weight:600;margin-bottom:10px;color:var(--dark-text)}.approach-block p{font-size:1.05rem;color:var(--muted-text);line-height:1.8}.value-section{padding:100px 40px;background-color:var(--light-bg);color:var(--dark-text)}.value-wrapper{max-width:1000px;margin:0 auto;text-align:left}.value-wrapper h1{font-size:3.5rem;font-weight:700;margin-bottom:10px;color:var(--crimson-red)}.value-wrapper p{font-size:1.2rem;color:var(--muted-text);margin-bottom:50px}.core-block{margin-bottom:40px}.core-block h2{font-size:1.6rem;font-weight:600;margin-bottom:10px;color:var(--dark-text)}.core-block p{font-size:1.05rem;color:var(--muted-text);line-height:1.8}@media (max-width: 800px){.approach-section{padding:50px 20px}.approach-wrapper h1{font-size:2.2rem;text-align:center}.approach-wrapper p{font-size:1rem;line-height:1.5;text-align:justify;margin-bottom:30px}.approach-block{margin-bottom:30px}.approach-block h2{font-size:1.3rem;text-align:center}.approach-block p{font-size:.95rem;line-height:1.6;text-align:justify}.value-section{padding:50px 20px}.value-wrapper h1{font-size:2.2rem;text-align:center}.value-wrapper p{font-size:1rem;margin-bottom:30px;text-align:justify}.core-block{margin-bottom:30px}.core-block h2{font-size:1.3rem;text-align:center}.core-block p{font-size:.95rem;line-height:1.6;text-align:justify}}.cert-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/Cert/hero.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.cert-section{padding:100px 40px;background-color:var(--light-bg);color:var(--dark-text);border-bottom:1px solid gainsboro}.cert-section .cert-wrapper{max-width:1200px;margin:0 auto;text-align:left}.cert-wrapper h1{font-size:3.5rem;color:var(--crimson-red);font-weight:700;margin-bottom:10px}.cert-wrapper p{font-size:1.2rem;color:var(--muted-text);margin-bottom:50px;line-height:1.6}.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.cert-card{background-color:#fff;border-radius:12px;padding:30px 24px;box-shadow:0 8px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.cert-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0000001a}.cert-card img{height:120px;object-fit:contain;margin-bottom:20px}.cert-card h3{font-size:1.3rem;color:var(--crimson-red);margin-bottom:10px}.cert-card p{font-size:1rem;color:var(--dark-text);margin-bottom:20px}.cert-card-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.cert-card-actions a{padding:10px 16px;border-radius:6px;font-size:.95rem;text-decoration:none;border:1px solid var(--crimson-red);color:var(--crimson-red);transition:all .3s ease}.cert-card-actions a:hover{background-color:var(--crimson-red);color:#fff}@media (max-width: 800px){.cert-section{padding:50px 20px}.cert-wrapper h1{font-size:2.2rem;text-align:center}.cert-wrapper p{font-size:1rem;line-height:1.5;margin-bottom:30px;text-align:justify}.cert-grid{grid-template-columns:1fr;gap:24px}.cert-card{padding:20px 16px}.cert-card img{height:90px;margin-bottom:16px}.cert-card h3{font-size:1.1rem}.cert-card p{font-size:.95rem}.cert-card-actions{flex-direction:column;gap:10px;width:100%}.cert-card-actions a{width:100%;text-align:center;font-size:.9rem}}.team-hero{position:relative;min-height:100vh;display:flex;background:url(/assets/Team/hero.JPG) center/cover no-repeat;align-items:flex-start;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.team-section{background-color:var(--light-bg);padding:100px 20px}.team-wrapper{max-width:1200px;margin:0 auto;padding:0 20px}.team-wrapper h1{font-size:3.5rem;color:var(--crimson-red);margin-bottom:20px}.team-wrapper p{font-size:1.2rem;color:var(--muted-text);line-height:1.6}.team-grid{display:block;max-width:1200px;margin:0 auto;padding-top:100px}.leadership-row{display:flex;justify-content:center;flex-wrap:wrap;gap:30px;width:100%}.team-card{width:220px;flex:0 0 220px;max-width:260px;border-bottom:1px solid gainsboro;text-align:center;transition:transform .3s ease;cursor:pointer;margin-bottom:20px}.team-card.general-manager-card{box-shadow:0 8px 16px #0000001a}.team-card:hover{transform:translateY(-5px)}.team-img{width:200px;height:200px;object-fit:cover;border-radius:6px;box-shadow:0 6px 12px #0000000f;margin:0 auto 12px}.team-info h3{margin:0;font-size:1.1rem;color:var(--dark-text);text-align:center}.team-info p{color:var(--muted-text);font-size:.95rem;margin-bottom:10px;text-align:center}.modal-overlay{position:fixed;inset:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:30px;border-radius:12px;width:90%;max-width:500px;text-align:center;position:relative;animation:fadeIn .3s ease;box-shadow:0 10px 25px #0003}.modal-content img{width:180px;height:180px;border-radius:8px;object-fit:cover;margin-bottom:20px}.modal-content h2{font-size:1.8rem;margin-bottom:10px;color:var(--dark-text)}.modal-content p{font-size:1rem;color:var(--muted-text)}.modal-close{position:absolute;top:12px;right:16px;font-size:1.5rem;background:none;border:none;cursor:pointer}.modal-contact{margin-top:10px;font-size:.95rem;color:var(--dark-text)}.modal-contact a{color:var(--crimson-red);text-decoration:none}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 800px){.team-section{padding:50px 20px}.team-wrapper h1{font-size:2.2rem;text-align:center}.team-wrapper p{font-size:1rem;line-height:1.5;text-align:justify}.leadership-row{justify-content:center;gap:30px}.team-card{flex:1 1 140px;max-width:180px;text-align:center}.team-img{width:140px;height:140px;margin:0 auto 12px}.team-info h3{font-size:1rem;text-align:center}.team-info p{font-size:.9rem;text-align:center}.modal-content{width:95%;padding:20px}.modal-content img{width:120px;height:120px;margin-bottom:15px}.modal-content h2{font-size:1.4rem}.modal-content p,.modal-contact{font-size:.9rem}.modal-close{font-size:1.3rem;top:8px;right:12px}}.customer-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/Customer/hero-customer2.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.customer-section{padding:100px 40px;background-color:var(--light-bg);color:var(--dark-text)}.customer-wrapper{max-width:1000px;margin:0 auto;text-align:left}.customer-wrapper h1{font-size:3.5rem;font-weight:700;margin-bottom:10px;color:var(--crimson-red)}.customer-wrapper p{font-size:1.2rem;color:var(--muted-text);margin-bottom:50px;line-height:1.6}.customer-logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));max-width:900px;margin:50px auto 0;gap:50px 40px;animation:fadeSlideUpCard 1s ease forwards;justify-items:center}.customer-logo{text-align:center;max-width:200px}.customer-logo img{width:100%;max-height:100px;object-fit:contain;margin-bottom:10px;transition:transform .3s ease}.customer-logo img:hover{transform:scale(1.05)}.customer-logo p{font-size:1rem;color:var(--dark-text)}@media (max-width: 800px){.customer-section{padding:50px 20px}.customer-wrapper h1{font-size:2rem;text-align:center}.customer-wrapper p{font-size:1rem;line-height:1.5;margin-bottom:30px;text-align:justify}.customer-logo-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:30px 20px;margin-top:30px}.customer-logo{max-width:150px}.customer-logo img{max-height:70px;margin-bottom:8px}.customer-logo p{font-size:.9rem}}.news-hero{position:relative;min-height:100vh;background:url(/assets/News/hero.JPG) center/cover no-repeat;display:flex;flex-direction:column;justify-content:center;padding:60px;color:#fff}.news-section{background-color:var(--light-bg);padding:100px 40px;color:var(--dark-text)}.news-wrapper{max-width:1200px;margin:0 auto;text-align:left}.news-wrapper h1{font-size:3rem;color:var(--crimson-red);margin-bottom:10px}.news-wrapper p{font-size:1.2rem;color:var(--muted-text);margin-bottom:40px}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.news-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0000001a}.news-card img{width:100%;height:180px;object-fit:cover}.news-card h3{font-size:1.3rem;color:var(--crimson-red);margin:20px}.news-card p{font-size:1rem;color:var(--dark-text);margin:0 20px 20px;line-height:1.6}.news-card a{margin:0 20px 20px;color:var(--crimson-red);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .3s ease}.news-card a:hover{text-decoration:underline}@media (max-width: 800px){.news-section{padding:50px 20px}.news-wrapper{text-align:center}.news-wrapper h1{font-size:2rem}.news-wrapper p{font-size:1rem;margin-bottom:30px}}.news-detail-hero{position:relative;min-height:30vh;overflow-y:auto;background:url(/assets/Journey/hs-aerosystem1.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:end;margin-top:20px;padding:50px}.news-images{display:flex;flex-direction:column;gap:1rem}.news-images img{max-width:100%;height:auto;border-radius:8px}.news-detail-section{padding:100px 40px;background-color:var(--light-bg);color:var(--dark-text)}.news-detail-wrapper{max-width:1000px;margin:0 auto;text-align:left}.news-detail-wrapper p{font-size:1.2rem;color:var(--muted-text);line-height:1.6}.news-detail-wrapper h1{font-size:3.5rem;color:var(--crimson-red);margin-bottom:10px}.news-banner{display:block;margin:30px auto;width:auto;height:auto;max-width:100%;max-height:80vh;border-radius:8px}.news-body{font-size:1.1rem;line-height:1.8;color:var(--muted-text);text-indent:50px}@media (max-width: 800px){.news-detail-hero{min-height:20vh;padding:30px 20px;margin-top:10px;text-align:center;align-items:center;justify-content:center}.news-detail-section{padding:50px 20px}.news-detail-wrapper{padding:0 10px}.news-detail-wrapper h1{font-size:2rem;text-align:center}.news-detail-wrapper p{font-size:1rem;line-height:1.5}.news-body{font-size:1rem;line-height:1.6;text-indent:20px}.news-images{gap:.75rem}.news-images img{border-radius:6px}.news-banner{margin:20px auto;max-height:50vh}}.activity-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/Activity/raya.png) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.activity-section{padding:100px 40px;background-color:var(--light-bg);color:var(--dark-text)}.activity-wrapper{max-width:1000px;margin:0 auto;text-align:left}.activity-wrapper h1{font-size:3.5rem;font-weight:700;margin-bottom:10px;color:var(--crimson-red)}.activity-wrapper p{font-size:1.2rem;color:var(--muted-text);margin-bottom:50px;line-height:1.6}.activity-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:80px;gap:40px;animation:fadeSlideUpCard 1s ease forwards;flex-wrap:wrap;border-bottom:1px solid gainsboro}.activity-row.reverse{flex-direction:row-reverse}.activity-image{flex:1;min-width:300px;max-width:45%;margin-bottom:80px}.activity-image img{width:100%;border-radius:8px;object-fit:cover;max-height:300px;transition:transform .3s ease}.activity-image img:hover{transform:scale(1.03)}.activity-description{flex:1;max-width:45%}.activity-description h2{font-size:1.6rem;font-weight:600;margin-bottom:10px;color:var(--dark-text)}.activity-description p{font-size:1.05rem;color:var(--muted-text);line-height:1.8}@media (max-width: 800px){.activity-section{padding:50px 20px}.activity-wrapper{text-align:center}.activity-wrapper h1{font-size:2rem}.activity-wrapper p{font-size:1rem;margin-bottom:30px}.activity-row{flex-direction:column;align-items:center;gap:20px;margin-bottom:50px}.activity-row.reverse{flex-direction:column}.activity-image{max-width:100%;min-width:auto;margin-bottom:20px}.activity-image img{max-height:200px}.activity-description{max-width:100%;text-align:center}.activity-description h2{font-size:1.3rem}.activity-description p{font-size:.95rem;line-height:1.6}}.product-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/ProductApp/hero.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.product-section{background-color:var(--light-bg)}.product-wrapper{padding:100px 40px;background-color:var(--light-bg);color:var(--dark-text);max-width:1000px;margin:0 auto;text-align:center}.product-wrapper h1{font-size:3.5rem;color:var(--crimson-red);margin-bottom:10px}.product-wrapper p{font-size:1.2rem;color:var(--muted-text);line-height:1.6}.scroll-gallery{display:flex;overflow-x:auto;gap:20px;padding-bottom:10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.gallery-item{flex:0 0 auto;width:300px;scroll-snap-align:start;background-color:var(--card-bg);padding:10px;border-radius:10px}.gallery-item img{width:100%;height:200px;object-fit:cover;border-radius:5px;display:block}.product-list{padding-left:50px;padding-right:50px;padding-bottom:50px}.product-tab summary{cursor:pointer;font-size:1.5rem;font-weight:500;position:relative;padding-right:25px;list-style:none;color:var(--dark-text)}.product-tab summary::-webkit-details-marker{display:none}.product-tab summary:after{content:"+";position:absolute;right:0;top:0;font-size:1.5rem;line-height:1;color:var(--dark-text);transition:transform .3s ease}.product-tab[open] summary:after{content:"−"}details{margin:10px 0;padding:20px;background-color:var(--card-bg);border:1px solid var(--muted-text);cursor:pointer}summary{font-size:1.5rem;font-weight:500;list-style:none}@media (max-width: 800px){.product-wrapper{padding:50px 20px}.product-wrapper h1{font-size:2rem}.product-wrapper p{font-size:1rem;line-height:1.5}.scroll-gallery{gap:10px;padding:10px 0}.gallery-item{width:220px;padding:8px}.gallery-item img{height:150px}.product-list{padding:20px}.product-tab summary{font-size:1.1rem;padding-right:20px}.product-tab summary:after{font-size:1.2rem}details{padding:15px}summary{font-size:1.1rem}}@media (max-width: 480px){.gallery-item{width:150px}.product-tab summary:after{font-size:1.25rem}}.process-cap-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/ProcessCap/hero.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.process-cap-section{background-color:var(--light-bg)}.process-cap-wrapper{padding:100px 40px;background-color:var(--light-bg);color:var(--dark-text);max-width:1000px;margin:0 auto;text-align:center}.process-cap-wrapper h1{font-size:3.5rem;color:var(--crimson-red);margin-bottom:10px}.process-cap-wrapper p{font-size:1.2rem;color:var(--muted-text);line-height:1.6}.process-cap-inner-slide{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:60px 80px;box-sizing:border-box;color:var(--dark-text);background-color:var(--card-bg);border-radius:20px;margin:30px auto;width:90%;max-width:1400px;box-shadow:0 8px 20px #0000000d}.process-cap-slide-content{display:flex;flex-direction:row;gap:60px;align-items:flex-start;justify-content:space-between;width:100%}.process-cap-text-section{flex:1}.process-cap-slide-number{font-weight:700;font-size:42px;color:var(--crimson-red);margin-bottom:10px}.process-cap-slide-title{font-size:42px;margin-bottom:20px;font-weight:600;color:var(--dark-text)}.process-cap-slide-description{font-size:18px;line-height:1.6;color:var(--muted-text)}ul.list1{list-style-type:circle}.process-cap-image-section{flex:1;display:flex;justify-content:center;height:70vh}.process-cap-image-section img{width:100%;max-width:500px;height:auto;border-radius:16px;object-fit:cover}@media (max-width: 800px){.process-cap-wrapper{padding:50px 20px}.process-cap-wrapper h1{font-size:2rem}.process-cap-wrapper p{font-size:1rem}.process-cap-inner-slide{flex-direction:column;padding:30px 20px;min-height:auto;width:95%}.process-cap-slide-content{flex-direction:column;gap:20px;align-items:center;text-align:center}.process-cap-text-section{width:100%}.process-cap-slide-number{font-size:28px}.process-cap-slide-title{font-size:1.5rem}.process-cap-slide-description{font-size:1rem;line-height:1.5}.process-cap-image-section{width:100%;margin-top:20px}.process-cap-image-section img{max-width:250px;aspect-ratio:1 / 1;object-fit:cover}}.recognition-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/Recognition/hero.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.recognition-section{padding:100px 40px;background-color:var(--light-bg);color:var(--dark-text);border-bottom:1px solid gainsboro}.recognition-wrapper{max-width:1000px;margin:0 auto;text-align:left}.recognition-wrapper h1{font-size:3.5rem;font-weight:700;margin-bottom:10px;color:var(--crimson-red)}.recognition-wrapper p{font-size:1.2rem;color:var(--muted-text);margin-bottom:50px;line-height:1.6}.recognition-spotlight{display:flex;align-items:center;justify-content:space-between;margin-bottom:80px;gap:50px;flex-wrap:wrap}.recognition-spotlight.left .employee-img{order:1}.recognition-spotlight.left .employee-info,.recognition-spotlight.right .employee-img{order:2}.recognition-spotlight.right .employee-info{order:1}.employee-img{position:relative;flex:1;max-width:300px;overflow:hidden;border-radius:15px}.employee-img img{width:100%;height:auto;border-radius:15px;display:block;transition:transform .4s ease}.employee-img:hover img{transform:scale(1.05)}.quarter-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;opacity:0;transition:opacity .3s ease;border-radius:15px}.employee-img:hover .quarter-overlay{opacity:1}.employee-info{flex:1}.employee-info h2{font-size:2rem;color:var(--dark-text);margin-bottom:5px}.employee-info h4{font-size:1.2rem;color:var(--crimson-red);margin-bottom:10px}.employee-info p{font-size:1.1rem;color:var(--muted-text);line-height:1.6}@media (max-width: 800px){.recognition-spotlight{flex-direction:column}.recognition-spotlight.left .employee-img,.recognition-spotlight.right .employee-img,.recognition-spotlight.left .employee-info,.recognition-spotlight.right .employee-info{order:unset}.recognition-wrapper h1{font-size:2.2rem}.recognition-wrapper p{font-size:1rem;margin-bottom:30px}.recognition-spotlight{flex-direction:column;gap:30px;margin-bottom:50px;text-align:center}.employee-img{max-width:200px;margin:0 auto}.employee-img img{height:auto}.employee-info h2{font-size:1.5rem}.employee-info h4{font-size:1rem}.employee-info p{font-size:.95rem}}.csr-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/csr/img1.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.csr-section{padding:100px 40px;background:var(--light-bg)}.csr-wrapper{text-align:center;max-width:1000px;margin:0 auto 80px}.csr-wrapper h2{font-size:3.5rem;color:var(--crimson-red);margin-bottom:10px}.csr-wrapper p{color:var(--muted-text);font-size:1.2rem}.pillar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px;max-width:1000px;justify-content:center;margin:0 auto}.pillar-card{text-align:center;background:var(--card-bg);padding:30px 20px;border-radius:12px;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.pillar-card:hover{transform:translateY(-5px);box-shadow:0 6px 18px #0000001f}.pillar-icon{width:70px;height:70px;margin-bottom:15px}.pillar-card h3{font-size:1.5rem;font-weight:600;margin-bottom:10px;color:var(--dark-text)}.pillar-card p{font-size:1rem;color:var(--muted-text);line-height:1.5}.csr-stats{display:flex;justify-content:center;gap:80px;padding:50px 150px;background:var(--crimson-red);color:var(--card-bg);text-align:center}.csr-stats h3{font-size:2rem;font-weight:700}.csr-stats p{font-size:1.2rem;opacity:.85}.story-section{background-color:var(--light-bg);padding:100px 40px;color:var(--dark-text)}.story-wrapper{max-width:1200px;margin:0 auto;text-align:left}.story-wrapper h1{font-size:3rem;color:var(--crimson-red);margin-bottom:10px}.story-wrapper p{font-size:1.2rem;color:var(--muted-text);margin-bottom:40px}.story-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.story-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.story-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0000001a}.story-card img{width:100%;height:300px;object-fit:cover}.story-card h3{font-size:1.3rem;color:var(--crimson-red);margin:20px}.story-card p{font-size:1rem;color:var(--dark-text);margin:0 20px 20px;line-height:1.6}.story-card a{margin:0 20px 20px;color:var(--crimson-red);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .3s ease}.story-card a:hover{text-decoration:underline}.csr-cta{padding:60px 150px;text-align:center;background:var(--alt-card-bg)}.csr-cta h2{font-size:3.5rem;font-weight:600;margin-bottom:15px;color:var(--crimson-red)}.csr-cta p{font-size:1.2rem;color:var(--muted-text);margin-bottom:20px}.csr-btn{display:inline-block;padding:12px 24px;background:var(--crimson-red);color:var(--card-bg);text-decoration:none;border-radius:8px;font-size:15px;font-weight:500;transition:background .3s ease}.csr-btn:hover{background:var(--deep-red)}@media (max-width: 800px){.csr-section{padding:50px 20px}.csr-wrapper h2{font-size:2rem}.csr-wrapper p{font-size:1rem}.pillar-grid{grid-template-columns:1fr;gap:20px}.pillar-card{padding:20px 15px}.pillar-icon{width:50px;height:50px}.pillar-card h3{font-size:1.2rem}.pillar-card p{font-size:.95rem}.csr-stats{flex-direction:column;gap:20px;padding:30px 20px}.csr-stats h3{font-size:1.5rem}.csr-stats p{font-size:1rem}.story-section{padding:50px 20px}.story-wrapper h1{font-size:2rem;text-align:center}.story-wrapper p{font-size:1rem;text-align:center;margin-bottom:30px}.story-grid{grid-template-columns:1fr;gap:20px}.story-card img{height:150px}.story-card h3{font-size:1.1rem;margin:15px;text-align:center}.story-card p{font-size:.95rem;margin:0 15px 15px;text-align:center}.story-card a{margin:0 auto 15px;display:block;text-align:center}.csr-cta{padding:40px 20px}.csr-cta h2{font-size:2rem}.csr-cta p{font-size:1rem}.csr-btn{font-size:.9rem;padding:10px 18px}}.csr-detail-hero{position:relative;min-height:30vh;overflow-y:auto;background:url(/assets/Journey/hs-aerosystem1.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:end;margin-top:20px;padding:50px}.csr-images{display:flex;flex-direction:column;gap:1rem}.csr-images img{max-width:100%;height:auto;border-radius:8px}.csr-detail-section{padding:100px 40px;background-color:var(--light-bg);color:var(--dark-text)}.csr-detail-wrapper{max-width:1000px;margin:0 auto;text-align:left}.csr-detail-wrapper p{font-size:1.2rem;color:var(--muted-text);line-height:1.6}.csr-detail-wrapper h1{font-size:3.5rem;color:var(--crimson-red);margin-bottom:10px}.csr-banner{display:block;margin:30px auto;width:auto;height:auto;max-width:100%;max-height:80vh;border-radius:8px}.csr-body{font-size:1.1rem;line-height:1.8;color:var(--muted-text);text-indent:50px}.csr-carousel{width:100%;max-width:800px;margin:20px auto;color:var(--crimson-red)}.csr-carousel img{width:100%;height:auto;border-radius:12px;object-fit:cover}.swiper-button-next,.swiper-button-prev{color:var(--crimson-red)}.swiper-button-next:hover,.swiper-button-prev:hover{color:var(--deep-red)}.swiper-button-next,.swiper-button-prev{font-size:24px}.csr-swiper{--swiper-pagination-color: var(--crimson-red);--swiper-pagination-bullet-inactive-color: #d1d5db;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-size: 10px;--swiper-pagination-bullet-horizontal-gap: 6px}@media (max-width: 800px){.csr-detail-hero{min-height:20vh;padding:30px 20px;background-position:center}.csr-detail-section{padding:50px 20px}.csr-detail-wrapper h1{font-size:2rem;text-align:center}.csr-detail-wrapper p{font-size:1rem;line-height:1.5;text-align:justify}.csr-body{font-size:1rem;line-height:1.6;text-indent:30px}.csr-banner{max-height:50vh;margin:20px auto}.csr-images{gap:.8rem}.csr-images img{max-width:100%;height:auto}.csr-carousel{max-width:100%;padding:0 10px}.csr-carousel img{border-radius:8px}.swiper-button-next,.swiper-button-prev{font-size:18px}.csr-swiper{--swiper-pagination-bullet-size: 8px;--swiper-pagination-bullet-horizontal-gap: 4px}}.hear-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/Hear/hero.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.hear-section{padding:100px 40px;background:var(--light-bg)}.hear-wrapper{text-align:center;max-width:1000px;margin:0 auto 80px}.hear-wrapper h2{font-size:3.5rem;color:var(--crimson-red);margin-bottom:10px}.hear-wrapper p{color:var(--muted-text);font-size:1.2rem}.masonry{text-align:center;max-width:1000px;margin:0 auto 80px;column-count:3;column-gap:1rem;padding:2rem}.masonry-item{background:var(--card-bg);border-radius:.75rem;overflow:hidden;margin-bottom:1rem;break-inside:avoid;cursor:pointer;box-shadow:0 4px 8px #0000001a;transition:transform .2s ease}.masonry-item img{width:100%;object-fit:cover;display:block}.card-height-1 img{height:200px}.card-height-2 img{height:260px}.card-height-3 img{height:320px}.masonry-item:hover{transform:scale(1.02)}.emp-info{padding:1rem;text-align:center}.emp-info h3{margin:0;font-size:1.2rem;font-weight:700;color:var(--dark-text)}.emp-info p{color:var(--muted-text);font-size:.9rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:var(--light-bg);padding:2rem;border-radius:.75rem;max-width:500px;width:90%;text-align:center}.modal-content img{max-width:150px;border-radius:50%;margin-bottom:1rem}.modal-content h2{margin-bottom:.5rem}.modal-content h4{color:var(--dark-text);margin-bottom:.5rem}.modal-content p{color:var(--muted-text);font-size:1rem;line-height:1.4;margin-bottom:.5rem}@media (max-width: 800px){.hear-section{padding:60px 20px}.hear-wrapper h2{font-size:2.2rem}.hear-wrapper p{font-size:1rem}.masonry{column-count:1;padding:1rem}.masonry-item{max-width:90%;margin:0 auto 1rem}.masonry-item img{max-height:220px;width:100%;object-fit:cover}.emp-info h3{font-size:1rem}.emp-info p{font-size:.85rem}.modal-content{padding:1.5rem;max-width:90%}.modal-content img{max-width:100px}.modal-content h2{font-size:1.4rem}.modal-content h4{font-size:1rem}.modal-content p{font-size:.9rem}}.career-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/Career/hero.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.container{max-width:1100px;margin:0 auto;padding:2rem}.career-section{padding:100px 40px;background-color:var(--light-bg);color:var(--dark-text)}.career-wrapper{max-width:1000px;margin:0 auto}.career-wrapper h1{font-size:3.5rem;color:var(--dark-text);margin-bottom:1rem}.career-wrapper p{font-size:1.2rem;color:var(--muted-text);margin-bottom:50px}.content-grid{display:flex;align-items:center;gap:40px;margin:60px auto 0;width:100%;flex-direction:row}.content-grid.image-first{flex-direction:row-reverse}.content-text,.content-image{flex:1;min-width:300px}.content-image img{width:100%;border-radius:12px;box-shadow:0 4px 12px #0000001a}.content-text h2{font-size:2.5rem;color:var(--dark-text);margin-bottom:15px;font-weight:700}.content-text p{font-size:1.1rem;font-weight:400;margin-bottom:1.5rem;color:var(--dark-text);line-height:1.6}.career-student{background:linear-gradient(135deg,#fff,#f8f8f8);padding:4rem 2rem}.student-btn{display:inline-block;background:var(--crimson-red);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:background .3s ease}.student-btn:hover{background:var(--deep-red)}.career-opportunities-alt{background:linear-gradient(to bottom,#fff8f8,var(--light-bg));padding:4rem 2rem;color:var(--dark-text)}.opportunities-header{text-align:center;margin-bottom:2rem}.opportunities-header h2{font-size:3.5rem;font-weight:700;position:relative;display:inline-block;color:var(--dark-text)}.opportunities-header .icon{margin-right:.5rem;font-size:2.5rem;vertical-align:middle}.opportunities-header h2:after{content:"";display:block;width:50%;height:3px;background:linear-gradient(to right,var(--crimson-red),var(--deep-red));margin:.5rem auto 0;border-radius:2px}.opportunities-header p{font-size:1rem;color:var(--muted-text);margin-top:.5rem}.vacancy-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;align-items:center}.vacancy-search{flex:1;padding:.7rem 1rem;border-radius:8px;border:1px solid #ddd;font-size:1rem}.vacancy-dropdown{padding:.7rem 1rem;border-radius:8px;border:1px solid #ddd;font-size:1rem;background-color:#fff;cursor:pointer}.vacancy-buttons{display:flex;gap:.5rem}.vacancy-buttons button{background:#f4f4f4;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:background .3s}.vacancy-buttons button.active{background:var(--crimson-red);color:#fff}.vacancy-buttons button:hover{background:#ddd}.vacancy-list{display:flex;flex-direction:column;gap:1.2rem;margin-top:2rem;max-height:500px;overflow-y:auto;overflow-x:hidden;padding-right:.5rem;position:relative}.vacancy-list:before,.vacancy-list:after{content:"";position:sticky;left:0;right:0;height:20px;z-index:1}.vacancy-list:before{top:0;background:linear-gradient(var(--alt-card-bg),transparent)}.vacancy-list:after{bottom:0;background:linear-gradient(transparent,var(--alt-card-bg))}.vacancy-card{background:var(--card-bg);border-radius:12px;padding:1.5rem;border-left:4px solid transparent;box-shadow:0 2px 6px #0000000a;transition:all .25s ease;cursor:pointer;border-image:linear-gradient(to bottom,var(--crimson-red),var(--deep-red)) 1;display:flex;justify-content:space-between;align-items:center}.vacancy-card:hover{transform:translateY(-3px);box-shadow:0 6px 14px #00000014}.vacancy-card h4{font-size:1.2rem;font-weight:600;margin-bottom:.3rem}.vacancy-card p{font-size:.95rem;color:var(--muted-text)}.vacancy-card strong{color:var(--dark-text)}.vacancy-list::-webkit-scrollbar{width:6px}.vacancy-list::-webkit-scrollbar-thumb{background:var(--crimson-red);border-radius:3px}.vacancy-list::-webkit-scrollbar-track{background:transparent}.job-modal{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:10px}.job-modal-content{background:var(--alt-card-bg);padding:40px;border-radius:12px;max-width:1000px;width:95%;position:relative;animation:fadeIn .3s ease;max-height:90vh;overflow-y:auto;box-sizing:border-box;text-align:left}.job-modal-content h2{font-size:3rem;color:var(--dark-text);margin-bottom:10px}.job-modal-content p{color:var(--dark-text);padding:0;margin-bottom:15px;line-height:1.6}.job-modal-close{position:absolute;top:15px;right:15px;background:var(--crimson-red);color:#fff;border:none;font-size:24px;padding:6px 12px;border-radius:50%;cursor:pointer;line-height:1;transition:background .3s ease}.job-modal-close:hover{background:var(--deep-red)}.apply-btn{display:inline-block;margin-top:20px;padding:10px 20px;background:var(--crimson-red);color:#fff;text-decoration:none;border-radius:6px;transition:background .3s ease}.apply-btn:hover{background:var(--deep-red)}.modal-open-lock{overflow:hidden;position:fixed;width:100%}.hr-section{padding:3rem 2rem;background:var(--light-bg);border-top:1px solid gainsboro;text-align:center}.hr-section h2{font-size:3.5rem;margin-bottom:3rem;color:var(--crimson-red)}.new-hr-grid{display:flex;justify-content:center;gap:30px;margin-top:20px;max-width:800px;margin-left:auto;margin-right:auto}.hr-contact-card{background:linear-gradient(135deg,#fff,#fdfdfd);border:1px solid transparent;border-image:linear-gradient(to right,var(--crimson-red),var(--deep-red)) 1;border-radius:12px;padding:30px 25px;text-align:center;width:100%;max-width:500px;box-shadow:0 4px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.hr-contact-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.profile-icon{font-size:2.5rem;color:var(--crimson-red);display:block;margin-bottom:10px;transition:transform .3s ease}.hr-contact-card:hover .profile-icon{animation:pulse .6s ease}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.hr-name-new{font-size:1.5rem;font-weight:700;color:var(--dark-text);margin-bottom:5px}.hr-role-new{display:inline-block;background-color:#eaf4ff;color:#007bff;padding:4px 10px;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:20px}.hr-email-new{display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--muted-text)}.mail-icon{font-size:1.2rem;margin-right:8px}.hr-email-link{background-color:#f4f4f4;padding:6px 12px;border-radius:6px;font-weight:500;color:var(--muted-text);text-decoration:none;transition:background .3s ease,color .3s ease}.hr-email-link:hover{background-color:var(--crimson-red);color:#fff;text-decoration:none}@media (max-width: 800px){.career-section{padding:50px 20px}.career-wrapper h1{font-size:2rem}.career-wrapper p{font-size:1rem;margin-bottom:30px}.content-grid{flex-direction:column;gap:1.5rem;text-align:center}.content-grid.image-first{flex-direction:column-reverse}.content-text h2{font-size:2rem;text-align:center}.content-text p{font-size:1rem;text-align:center}.student-btn{padding:.6rem 1.2rem;font-size:.9rem}.opportunities-header h2{font-size:2rem}.opportunities-header .icon{font-size:1.8rem}.vacancy-filters{flex-direction:column;align-items:stretch;gap:.8rem}.vacancy-search{width:100%;font-size:.95rem}.vacancy-buttons{flex-wrap:wrap;justify-content:center}.vacancy-buttons button{font-size:.9rem;padding:.5rem .8rem}.vacancy-card{padding:1rem}.vacancy-card h4{font-size:1rem}.vacancy-card p{font-size:.85rem}.hr-section h2{font-size:2rem}.new-hr-grid{flex-direction:column;align-items:center;gap:20px}.hr-contact-card{max-width:90%;padding:25px 20px}}.interns-hero{position:relative;min-height:100vh;overflow-y:auto;background:url(/assets/InternsExperience/hero.JPG) center/cover no-repeat;display:flex;align-items:left;flex-direction:column;justify-content:center;padding:50px;animation:fadeUp 1s ease forwards}.interns-section{padding:4rem 2rem;background:var(--light-bg);color:var(--dark-text);text-align:left}.interns-section h1{font-size:3.5rem;color:var(--crimson-red);margin-bottom:.5rem}.interns-section p{font-size:1.2rem;color:var(--muted-text);margin-bottom:2.5rem}.interns-experience-list{display:flex;flex-direction:column;gap:2rem;max-width:900px;margin:0 auto}.intern-exp-card{background:var(--card-bg);border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column}.intern-photo img{width:100%;height:auto;max-height:350px;object-fit:contain;display:block;margin:0 auto;background:#f9f9f9;border-bottom:1px solid #eee}.intern-text{padding:1.5rem 2rem;text-align:left}.intern-exp-card h3{margin:0 0 .5rem;font-size:1.4rem;font-weight:600;color:var(--dark-text)}.intern-role{font-weight:500;color:var(--muted-text);margin-bottom:1rem}.intern-text p{margin-bottom:.8rem;line-height:1.6}*{margin:0;padding:0;box-sizing:border-box}:root{--light-bg: #f9fafb;--card-bg: #ffffff;--alt-card-bg: #f3f4f6;--dark-text: #1a1a1a;--muted-text: #555555;--lighter-text: #ccc;--crimson-red: #b30000;--deep-red: #7c0a02}body{font-family:RTX-font,Helvetica,Arial,sans-serif;background-color:#111;color:#fff;overscroll-behavior:contain}body.menu-open{overflow:hidden;position:fixed;width:100%}#app-content{transition:transform .3s ease;transform:translate(0);min-height:100vh;position:relative}#app-content.content-pushed{transform:translate(320px)}.overlay{position:absolute;inset:0;background-color:#0009}.hero-text{position:relative;z-index:2;padding:50px;font-size:3rem;color:var(--light-bg);animation:fadeUp 1s ease forwards;opacity:0}.hero-text p{font-size:1.5rem}.back-button{display:inline-block;margin-bottom:20px;color:var(--muted-text);text-decoration:none;font-weight:500;transition:color .2s ease}.back-button:hover{color:var(--crimson-red)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 800px){.hero-text{padding:20px;font-size:2rem;text-align:center}.hero-text p{font-size:1rem;line-height:1.4}.overlay{background-color:#000000b3}body{font-size:14px}}
