@import"https://fonts.googleapis.com/css?family=Inconsolata:700";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--dark-blue: #0a192f;--navy-blue: #1c2a4e;--blue: #3a7ca5;--red: #d80032;--white: #f0f0f0;--black: #0d0d0d;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;max-width:100vw;overflow-x:hidden;margin:0;padding:0}body{margin:0;background-color:var(--dark-blue);color:var(--white)}*{margin:0;padding:0;box-sizing:border-box}.app,.App{width:100%!important;max-width:100vw!important;overflow-x:hidden;margin:0;padding:0}.app-container{width:100vw;max-width:100vw;overflow-x:hidden;margin:0;padding:0;box-sizing:border-box}.page-wrapper,.main-content,.content-wrapper{width:100%;max-width:none;margin:0;padding:0;box-sizing:border-box}.fade-in{opacity:0;transform:translateY(20px);transition:opacity 2.5s ease-in-out,transform 2.5s ease-in-out}.fade-in.visible{opacity:1;transform:translateY(0)}.container,.main-container,.layout-wrapper{width:100%!important;max-width:100vw!important;margin-left:0!important;margin-right:0!important}.navbar{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;background-color:#0a192fd9;color:var(--white);height:120px;border-bottom:1px solid var(--navy-blue);position:fixed;top:0;left:0;width:100%;z-index:1000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.navbar-left{display:flex;align-items:center;gap:0rem}.navbar-right{display:flex;align-items:center;padding-right:5rem}.navbar-logo{display:flex;align-items:center;text-decoration:none;line-height:1;background-color:transparent;padding:0;box-shadow:none;border-radius:0;transition:none}.navbar-logo:hover{transform:none;background-color:transparent;box-shadow:none}.navbar-logo img{height:48px;display:block}.diagonal-logo-wrapper{background-color:#fff;clip-path:polygon(0 0,100% 0,80% 100%,0% 100%);padding:20px;height:120px;width:315px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;cursor:pointer}.diagonal-logo-wrapper:hover{background-color:#ff6c6c;transform:scale(1.05) translateY(-2px);box-shadow:0 4px 8px #ffffff1a,0 8px 20px #0000001f}.logo{height:40px;object-fit:contain}.navbar-hamburger{display:none;font-size:2rem;background:none;border:none;color:var(--white);cursor:pointer;padding:0 .5rem}@media (max-width: 768px){.navbar-left{gap:1rem}.navbar-hamburger{display:block}.navbar-right{display:none}.navbar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:transparent;z-index:999}}@media (max-width: 768px){.navbar-buttons{transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);overflow:hidden;max-height:0;opacity:0;transform:translateY(-20px)}.navbar-buttons.open{max-height:500px;opacity:1;transform:translateY(0)}}@media (max-width: 480px){.navbar{height:auto;flex-wrap:wrap;padding:.5rem 1rem}.navbar-left{width:100%;justify-content:space-between}.diagonal-logo-wrapper{width:310px;height:80px;padding:10px;max-width:360px}}.container{position:relative;width:300px;height:100px}.container .search{position:absolute;margin:auto;inset:0;width:80px;height:80px;background:#dc143c;border-radius:50%;transition:all 1s;z-index:4;box-shadow:0 0 25px #0006}.container .search:hover{cursor:pointer}.container .search:before{content:"";position:absolute;margin:auto;inset:22px 0 0 22px;width:12px;height:2px;background:#fff;transform:rotate(45deg);transition:all .5s}.container .search:after{content:"";position:absolute;margin:auto;inset:-5px 0 0 -5px;width:25px;height:25px;border-radius:50%;border:2px solid white;transition:all .5s}.container input{font-family:Inconsolata,monospace;position:absolute;margin:auto;inset:0;width:50px;height:50px;outline:none;border:none;background:#dc143c;color:#fff;text-shadow:0 0 10px crimson;padding:0 80px 0 20px;border-radius:30px;box-shadow:0 0 25px #dc143c,0 20px 25px #0003;transition:all 1s;opacity:0;z-index:5;font-weight:bolder;letter-spacing:.1em}.container input:hover{cursor:pointer}.container input:focus{width:300px;opacity:1;cursor:text}.container input:focus~.search{right:-250px;background:#151515;z-index:6}.container input:focus~.search:before{top:0;left:0;width:25px}.container input:focus~.search:after{top:0;left:0;width:25px;height:2px;border:none;background:#fff;border-radius:0%;transform:rotate(-45deg)}.container input::placeholder{color:#fff;opacity:.5;font-weight:bolder}.navbar-buttons{display:flex;align-items:center;gap:1rem;justify-content:flex-start;flex-grow:1;margin-left:0;padding-left:0}.navbar__menu{list-style:none;display:flex;padding:0;margin:0;gap:1.5rem}.navbar__item{list-style:none}.hoverable{display:inline-block;backface-visibility:hidden;vertical-align:middle;position:relative;box-shadow:0 0 1px #0000;transform:translateZ(0);transition-duration:.3s;transition-property:transform;color:#fff;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid white;padding:4px 10px;border-radius:10px;background-color:#001f3f}.hoverable:before{position:absolute;pointer-events:none;z-index:-1;content:"";top:100%;left:5%;height:10px;width:90%;opacity:0;background:radial-gradient(ellipse at center,#fff,#fff0 80%);transition-duration:.7s;transition-property:transform,opacity}.hoverable:hover,.hoverable:active,.hoverable:focus{transform:translateY(-5px)}.hoverable:hover:before,.hoverable:active:before,.hoverable:focus:before{opacity:1;transform:translateY(-5px)}@keyframes bounce-animation{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}to{transform:translateY(0)}}.bounce{animation-name:bounce-animation;animation-duration:2s}@media (max-width: 768px){.navbar-buttons{position:absolute;top:120px;left:0;right:0;background-color:#0a192ff2;flex-direction:column;align-items:flex-start;padding:1rem 2rem;gap:1rem;visibility:hidden;opacity:0;transform:translateY(-20px) scale(.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 24px #0000004d;border-radius:8px;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1),visibility 0s linear .4s}.navbar-buttons.open{visibility:visible;opacity:1;transform:translateY(0) scale(1);transition-delay:0s}.navbar__menu{flex-direction:column;gap:1rem;width:100%}.navbar__item{width:100%}.hoverable{width:100%;padding:.75rem 1rem;border-radius:5px}}@media (max-width: 480px){.navbar-buttons{top:80px;padding:1rem}}.hero-section{display:flex;justify-content:center;align-items:center;height:calc(100vh - 120px);margin-top:120px;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;transition:transform .2s ease-out;will-change:transform,background-position}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-content{position:relative;z-index:1;max-width:800px;padding:0 1rem}.hero-section:hover{transform:scale(1.05)}.hero-content{position:absolute;bottom:130px;left:50%;transform:translate(-50%);z-index:2;max-width:10000px;padding:2.1rem 1.5rem;background:#06103acd;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:12px;border:1px solid rgba(255,255,255,0);box-shadow:0 8px 32px #0000004d}.hero-content h1{font-size:3.5rem;color:red;font-weight:700;margin-bottom:-2rem;line-height:1.2;opacity:0;transform:translateY(20px);animation:fadeInUp 1s forwards;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-content p{font-size:1.5rem;color:#fff;margin-bottom:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:700;opacity:0;transform:translateY(20px);animation:fadeInUp 1s .5s forwards;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.hero-btn{padding:.8rem 2rem;background-color:transparent;color:var(--white);border:2px solid var(--white);border-radius:5px;cursor:pointer;font-weight:700;text-decoration:none;transition:background-color .3s ease,color .3s ease,transform .3s ease;font-size:1rem}.hero-btn:hover{background-color:var(--red);border-color:var(--red);transform:scale(1.05)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (min-width: 769px) and (min-device-width: 769px){.hero-section{height:calc(100vh - 120px);margin-top:120px}.hero-content h1{font-size:3.5rem}.hero-content p{font-size:1.5rem}}@media (min-width: 769px) and (max-device-width: 768px){.hero-section{height:100vh;margin-top:0;padding-top:120px}.hero-video{width:100%;height:100%;top:0;left:0;transform:none}.hero-content{bottom:90px;padding:1.5rem 1rem;max-width:95%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-content h1{font-size:clamp(1.8rem,6vw,2.5rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-content p{font-size:clamp(1rem,3vw,1.2rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-btn{padding:.7rem 1.5rem;font-size:.9rem}}@media (max-width: 768px) and (max-device-width: 768px){.hero-section{height:100vh;margin-top:0;padding-top:120px}.hero-video{width:100%;height:100%;top:0;left:0;transform:none}.hero-content{bottom:120px;padding:1rem .5rem;max-width:98%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-content h1{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:-.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-content p{font-size:clamp(.9rem,3vw,1.1rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-btn{padding:.6rem 1.2rem;font-size:.9rem}}@media (min-width: 1600px){.hero-section{height:calc(100vh - 140px);margin-top:140px}.hero-content h1{font-size:4.5rem}.hero-content p{font-size:2rem}.hero-btn{padding:1rem 3rem;font-size:1.2rem}}.market-sectors{background-color:#d61818;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:2rem 5%;font-family:Arial,sans-serif}.market-sectors h2{font-size:2rem;font-weight:700;margin:0}.market-sectors-btn{background:transparent;border:2px solid white;color:#fff;padding:.6rem 1.5rem;border-radius:25px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.market-sectors-btn:hover{background-color:#fff;color:#d61818}.trusted-factory-section{display:flex;align-items:center;padding:2rem 5%;gap:3rem;font-family:Arial,sans-serif;color:#000;background-color:#fff}.trusted-factory-image img{width:100%;max-width:400px;height:auto;border-radius:8px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.trusted-factory-image img:hover{transform:scale(1.05);box-shadow:5px 10px 50px #010201}.trusted-factory-content{max-width:2600px}.trusted-factory-our-story{color:#d61818;font-weight:600;font-size:1rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1.5px}.trusted-factory-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.trusted-factory-title em{font-style:italic;color:#d61818}.trusted-factory-message-title{font-size:1.25rem;font-weight:600;color:#888;margin-bottom:1rem}.trusted-factory-message{font-size:1rem;line-height:1.6;margin-bottom:2rem;white-space:pre-line}.trusted-factory-read-more{background-color:#d61818;color:#fff;border:none;padding:.75rem 1.5rem;font-weight:700;font-size:1rem;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.trusted-factory-read-more:hover{background-color:#a31212}@media (max-width: 768px){.trusted-factory-section{flex-direction:column;padding:1.5rem 3%;gap:1.5rem}.trusted-factory-image img{max-width:100%;height:auto}.trusted-factory-content{max-width:100%}.trusted-factory-title{font-size:2rem}.trusted-factory-message-title{font-size:1.1rem}.trusted-factory-message{font-size:.95rem}.trusted-factory-read-more{padding:.6rem 1.2rem;font-size:.9rem}}@media (max-width: 480px){.trusted-factory-section{padding:1rem 2%;gap:1rem}.trusted-factory-title{font-size:1.5rem}.trusted-factory-message-title{font-size:1rem}.trusted-factory-message{font-size:.9rem}.trusted-factory-read-more{padding:.5rem 1rem;font-size:.85rem}}.product-cards-section{position:relative;width:100%;max-width:950px;margin:6rem auto 3rem;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;-webkit-user-select:none;user-select:none}.cards-container{position:relative;width:130%;height:150px;display:flex;justify-content:space-between;align-items:center;perspective:1000px}.card{position:absolute;width:310px;height:410px;background:#ffffff14;border-radius:20px;box-shadow:0 8px 25px #0000004d,0 4px 10px #0003;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.25);transition:transform .5s ease,opacity .5s ease,box-shadow .3s ease,border .3s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:0;box-sizing:border-box;cursor:pointer;opacity:0;transform-style:preserve-3d}.card:hover{border:3px solid #ffffff;box-shadow:0 12px 35px #6c63ff66,0 8px 20px #6c63ff33;z-index:10;transform:scale(1.05)}.card-content{text-align:center;font-family:Arial,sans-serif}.card h3{margin:0;font-size:1.2rem;font-weight:700;color:#333}.card p{margin:.5rem 0 0;font-size:1rem;font-weight:600;color:#666}.card.active{opacity:1;transform:scale(1.2);z-index:3;left:37.5%;top:-20%}.card.prev-1{opacity:1;transform:scale(.9);z-index:2;left:8.5%;top:-20%}.card.prev-2{opacity:.7;transform:scale(.8);z-index:1;left:-15%;top:-20%}.card.next-1{opacity:1;transform:scale(.9);z-index:2;left:66.5%;top:-20%}.card.next-2{opacity:.7;transform:scale(.8);z-index:1;left:90%;top:-20%}.card.hidden{opacity:0;pointer-events:none;transform:translate(0) scale(.8);z-index:1}.controls{margin-top:18rem;margin-bottom:-30px;display:flex;gap:2rem}.card-name{text-align:center;margin-top:.1rem;font-weight:700;font-size:1.1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.05em;color:#fff;-webkit-user-select:none;user-select:none}.card-image-placeholder{width:100%;height:100%;overflow:hidden;border-radius:20px}.card-image-placeholder img{width:100%;height:100%;object-fit:cover;border-radius:20px}.controls button{background-color:#15335fc3;border:none;color:#fff;font-size:1.5rem;padding:.5rem 1rem;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.controls button:hover{background-color:#d61818}@media (max-width: 768px){.product-cards-section{max-width:100%;padding:1.5rem .5rem;margin:4rem auto 2rem}.cards-container{height:200px;width:100%}.card{width:140px;height:200px}.card.active{transform:scale(1.1);left:50%;top:-20%;margin-left:-70px}.card.prev-1{left:20%;margin-left:-70px}.card.prev-2{left:5%;margin-left:-70px}.card.next-1{left:80%;margin-left:-70px}.card.next-2{left:95%;margin-left:-70px}.controls{margin-top:15rem;gap:1.5rem}.controls button{font-size:1.2rem;padding:.4rem .8rem}.card-name{font-size:1rem}}@media (max-width: 768px){.controls{margin-top:.1rem!important}}@media (max-width: 480px){.product-cards-section{padding:1rem .25rem;margin:3rem auto 1.5rem}.cards-container{height:150px}.card{width:100px;height:150px}.card.active{transform:scale(1.05);left:50%;top:-20%;margin-left:-50px}.card.prev-1{left:25%;margin-left:-50px}.card.prev-2{left:10%;margin-left:-50px}.card.next-1{left:75%;margin-left:-50px}.card.next-2{left:90%;margin-left:-50px}.controls{margin-top:12rem;gap:1rem}.controls button{font-size:1rem;padding:.3rem .6rem}.card-name{font-size:.9rem}}@media (max-width: 320px){.product-cards-section{padding:.5rem .1rem}.card{width:80px;height:120px}.card.active,.card.prev-1,.card.prev-2,.card.next-1,.card.next-2{margin-left:-40px}.controls{margin-top:10rem}}.our-services-section h2{font-size:1.5rem;margin-bottom:1rem;font-weight:700;color:#222}.services-container{display:flex;justify-content:center;gap:120px;max-width:3000px;margin:0 auto}.service-image{width:80%;height:200px;object-fit:cover;border-radius:12px;box-shadow:0 15px 30px #0000004d}.service-card:hover{box-shadow:0 8px 20px #0003}.service-content h3{font-size:1.5rem;font-weight:700;color:#333;margin:0;z-index:1}.service-popup{position:absolute;top:50%;left:50%;width:220px;padding:1.5rem;background-color:#fff;border-radius:8px;box-shadow:0 8px 25px #00000026;transform:translate(-50%,-50%);z-index:10;text-align:center}.service-popup p{font-size:1rem;color:#222;margin-bottom:1rem}.view-detail-btn{background-color:#001f3f;color:#fff;border:none;padding:.5rem 1.2rem;border-radius:20px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.view-detail-btn:hover{background-color:#d61818}.why-choose-us-section{display:flex;width:90%;max-width:1400px;margin:4rem auto;gap:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff}.left-content{flex:1;background-color:#0f1f3d;padding:2rem 3rem;border-radius:12px;display:flex;flex-direction:column;justify-content:center}.left-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.left-content p{font-size:1rem;line-height:1.6;margin-bottom:2rem;color:#cbd5e1}.why-choose-us-text{text-align:justify}.features-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:1rem 2rem;font-weight:700;font-size:1.1rem}.features-list li{position:relative;padding-left:1.5rem}.features-list li:before{content:"✔";position:absolute;left:0;color:#fff;font-weight:900;transition:color .3s ease;cursor:pointer}.features-list li:hover:before{color:#d61818}.right-content{flex:1;justify-content:flex-start;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem;border-radius:12px;overflow:hidden;min-height:320px}.top-left.red-block,.top-right.image-block,.bottom-left.video-block,.bottom-right.text-block{display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:border-box}.red-block{background-color:#d61818;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700;font-size:1.2rem;padding:2rem;border-radius:12px 0 0;cursor:default;-webkit-user-select:none;user-select:none}.years-number{font-size:5rem;line-height:1}.years-text{margin-top:.5rem;font-size:1.3rem}.image-block{background-color:#555;color:#fff;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.3rem;border-radius:0 12px 0 0;-webkit-user-select:none;user-select:none}.image-placeholder{padding:1rem;color:#000;text-align:center}.video-block{background-color:#0f1f3d;position:relative;border-radius:0 0 0 12px;display:flex;justify-content:center;align-items:center}.video-element{width:104.5%;height:108.3%;object-fit:cover;border-radius:0 0 0 12px;display:block;transition:transform .3s ease}.video-element:hover{transform:scale(1);z-index:20}.top-left.red-block,.top-right.image-block,.bottom-left.video-block,.bottom-right.text-block{min-width:200px;min-height:200px}.video-placeholder{width:100%;height:100%;background-color:#222;border-radius:0 0 0 12px;display:flex;justify-content:center;align-items:center}.play-button{background-color:#d61818;border:none;border-radius:50%;width:60px;height:60px;color:#fff;font-size:2rem;cursor:pointer;box-shadow:0 0 15px #d61818;transition:transform .3s ease}.play-button:hover{transform:scale(1.1)}.text-block{background-color:#0f1f3d;color:#fff;padding:2rem;border-radius:0 0 12px;display:flex;flex-direction:column;justify-content:center}.text-block h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.text-block p{font-size:1.1rem;line-height:1.4}@media (max-width: 768px){.why-choose-us-section{flex-direction:column}.right-content{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:1rem}.top-left.red-block,.top-right.image-block,.bottom-left.video-block,.bottom-right.text-block{min-width:auto;min-height:auto;border-radius:12px}.video-element:hover{transform:scale(1.1)}}.sponsors-section{padding:3rem 1rem;text-align:center;background-color:#0f1f3d;color:#f5f5f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden}.sponsors-section h2{font-size:2rem;font-weight:700;margin-bottom:2rem}.sponsors-section .highlight{color:#d61818}.sponsors-container-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent);mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-1160px)}}.sponsors-container{display:flex;width:3480px;animation:scroll 30s linear infinite}.sponsors-container-wrapper:hover .sponsors-container{animation-play-state:paused}.sponsor-box{flex:0 0 100px;height:100px;background-color:#fff;color:#fff;font-weight:700;font-size:1.1rem;display:flex;justify-content:center;align-items:center;border-radius:5px;-webkit-user-select:none;user-select:none;cursor:default;box-shadow:0 10px 20px #000000e6;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:visible;margin:0 8px}.sponsor-box img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease;box-shadow:0 4px 8px #0000004d}.sponsor-box:hover{transform:scale(2);box-shadow:0 12px 24px #0006,0 8px 8px #0000004d,0 0 0 1px #ffffff1a}.scroll-btn{display:none}.footer-section{background-color:#121212;color:#ccc;padding:40px 20px 20px;font-family:Arial,sans-serif;font-size:14px}.footer-container{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto 30px;flex-wrap:wrap}.footer-column{flex:1 1 220px;margin:10px 20px}.footer-column h3{color:#fff;font-weight:700;margin-bottom:15px}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:10px;cursor:pointer;color:#fff;transition:color .3s ease,transform .3s ease,box-shadow .3s ease;padding:6px 10px;border-radius:6px;display:inline-block}.footer-column ul li a{color:#0af;text-decoration:none;transition:color .3s ease}.footer-column ul li a:hover{color:#0af;text-decoration:underline}.footer-column ul li:hover{color:#0af;transform:scale(1.05);box-shadow:0 4px 15px #0af9;background-color:#00aaff1a}.footer-column.contact-us p{display:flex;align-items:flex-start;margin-bottom:15px;color:#bbb}.footer-column.contact-us .icon{margin-right:10px;margin-top:3px;color:#0af;min-width:20px}.footer-column.newsletter p{margin-bottom:20px;line-height:1.5;color:#bbb}.newsletter-form{display:flex;margin-bottom:20px}.newsletter-input{flex:1;padding:8px 12px;border:none;border-radius:4px 0 0 4px;font-size:14px}.newsletter-input:focus{outline:none;box-shadow:0 0 5px #0af}.newsletter-button{background-color:#0af;border:none;color:#fff;padding:8px 16px;font-size:14px;cursor:pointer;border-radius:0 4px 4px 0;transition:background-color .3s ease}.newsletter-button:hover{background-color:#008ecc}.social-icons.modern{display:flex;gap:15px}.social-icon{width:40px;height:40px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;box-shadow:0 4px 6px #0000004d;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;background-color:#222}.social-icon.facebook{background-color:#3b5998}.social-icon.google{background-color:#dd4b39}.social-icon.linkedin{background-color:#0077b5}.social-icon.instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.social-icon.twitter{background-color:#1da1f2}.social-icon:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 8px 15px #00000080;filter:brightness(1.2)}.footer-bottom{border-top:1px solid #333;max-width:1200px;margin:0 auto;padding:15px 20px;display:flex;justify-content:space-between;color:#666;font-size:13px}.footer-bottom .privacy-policy{cursor:pointer;text-decoration:underline}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:flex-start;margin-bottom:0}.footer-column{margin:5px 0!important}.footer-column:nth-child(1){margin-bottom:-130px!important}.footer-column:nth-child(2){margin-top:0!important;margin-bottom:-130px!important}.footer-section{padding-bottom:10px!important}.footer-bottom{flex-direction:column;gap:10px;text-align:center}}.about-page{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e);color:#fff;font-family:Arial,sans-serif;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.about-header{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:80px 20px;text-align:center;border-bottom:2px solid #0f3460;width:100%;box-sizing:border-box}.about-header h1{font-size:3.5rem;margin-bottom:10px;background:linear-gradient(45deg,#00d4ff,#09c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;word-wrap:break-word;overflow-wrap:break-word}.about-header p{font-size:1.5rem;color:#b0b0b0;margin-top:0;word-wrap:break-word;overflow-wrap:break-word}.about-content{max-width:1200px;margin:0 auto;padding:60px 20px;width:100%;box-sizing:border-box}.about-section{margin-bottom:60px;background:#ffffff0d;border-radius:15px;padding:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);width:100%;box-sizing:border-box;overflow-wrap:break-word}.about-section h2{font-size:2.5rem;margin-bottom:25px;color:#00d4ff;border-bottom:2px solid #0099cc;padding-bottom:10px;word-wrap:break-word;overflow-wrap:break-word}.about-section p{font-size:1.2rem;line-height:1.8;color:#e0e0e0;margin-bottom:20px;word-wrap:break-word;overflow-wrap:break-word}.about-section ul{list-style:none;padding:0;width:100%}.about-section ul li{font-size:1.2rem;color:#e0e0e0;margin-bottom:15px;padding-left:25px;position:relative;word-wrap:break-word;overflow-wrap:break-word}.about-section ul li:before{content:"▶";color:#00d4ff;position:absolute;left:0}.industries-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:30px;width:100%}.industries-list span{background:#00d4ff1a;padding:20px;text-align:center;border-radius:10px;border:1px solid rgba(0,212,255,.3);font-size:1.1rem;transition:all .3s ease;word-wrap:break-word;overflow-wrap:break-word}.industries-list span:hover{background:#00d4ff33;transform:scale(1.05)}.about-footer{background:#0a0a0a;padding:40px 20px;text-align:center;border-top:2px solid #0f3460;width:100%;box-sizing:border-box}.about-footer p{color:#b0b0b0;margin:0;word-wrap:break-word;overflow-wrap:break-word}.about-top-section{position:relative;width:100%;height:450px;overflow:hidden;color:#fff;font-family:Arial,sans-serif;display:flex;justify-content:center;box-sizing:border-box}.about-top-container{position:relative;width:90%;max-width:1200px;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box}.about-top-video{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);object-fit:cover;z-index:1;filter:brightness(1) contrast(1);transition:box-shadow .3s ease;cursor:default}.about-top-section .about-top-overlay{transition:background .4s ease}.about-top-content{position:relative;z-index:3;text-align:left;width:100%;padding-left:20px;display:flex;flex-direction:column;justify-content:center;height:100%;box-sizing:border-box}.about-top-content h1{font-size:2.5rem;font-weight:700;margin:0;padding-bottom:10px;word-wrap:break-word;overflow-wrap:break-word}.about-breadcrumb{font-size:1rem;color:#ccc;word-wrap:break-word;overflow-wrap:break-word}.our-story-section{padding:60px 20px;background:#fff;color:#000;width:100%;overflow-x:hidden;box-sizing:border-box}.our-story-container{max-width:1200px;margin:0 auto;display:flex;gap:40px;align-items:center;justify-content:space-between;flex-wrap:wrap;width:100%;box-sizing:border-box}.our-story-image{flex:1 1 300px;max-width:400px;min-width:250px;box-sizing:border-box}.our-story-image img{width:100%;height:auto;max-width:100%;border-radius:10px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;box-sizing:border-box}.our-story-image img:hover{transform:scale(1.05);box-shadow:8px 16px 40px #00000080}.our-story-text{flex:1 1 300px;max-width:600px;text-align:left;min-width:250px;box-sizing:border-box}.our-story-text h3{color:#d32f2f;font-weight:600;margin-bottom:10px;text-transform:uppercase;letter-spacing:1.5px;word-wrap:break-word;overflow-wrap:break-word}.our-story-text h2{font-size:2.8rem;margin-bottom:20px;font-weight:700;word-wrap:break-word;overflow-wrap:break-word}.our-story-text h2 em{font-style:italic;color:#d32f2f}.our-story-text p{font-size:1.1rem;line-height:1.6;margin-bottom:15px;color:#333;word-wrap:break-word;overflow-wrap:break-word}.about-us-text{text-align:justify}@media (min-width: 769px){.about-header h1{font-size:min(3.5rem,8vw)}.about-header p{font-size:min(1.5rem,4vw)}.about-section{padding:40px}.about-section h2{font-size:min(2.5rem,6vw)}.about-top-section{height:450px}.about-top-container,.about-top-video{height:100%}.about-top-content h1{font-size:min(2.5rem,6vw)}.about-breadcrumb{font-size:min(1rem,3vw)}.our-story-container{flex-direction:row;align-items:center;padding:0}.our-story-text h2{font-size:min(2.8rem,6vw)}}@media (max-width: 768px){.about-page{padding:0;margin:0}.about-header{padding:40px 15px}.about-header h1{font-size:min(2.5rem,10vw)}.about-header p{font-size:min(1.2rem,5vw)}.about-content{padding:30px 15px}.about-section{padding:20px 15px}.about-section h2{font-size:min(2rem,8vw)}.about-section p,.about-section ul li{font-size:min(1.2rem,4vw)}.about-top-section{height:min(180px,40vw)}.about-top-container{height:100%;width:95%}.about-top-video{height:100%}.about-top-content{padding-left:15px}.about-top-content h1{font-size:min(1.8rem,8vw)}.about-breadcrumb{font-size:min(.9rem,4vw)}.our-story-section{padding:30px 15px}.our-story-container{flex-direction:column;align-items:center;gap:20px;padding:0}.our-story-text,.our-story-image{width:100%;max-width:100%;min-width:auto;flex:none}.our-story-text h3{font-size:min(1rem,4vw)}.our-story-text h2{font-size:min(2rem,8vw)}.our-story-text p{font-size:min(1.1rem,4vw)}.industries-list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.industries-list span{padding:15px 10px;font-size:min(1.1rem,4vw)}}@media (max-width: 480px){.about-top-container{width:98%}.about-top-content{padding-left:10px}.about-content,.our-story-section{padding-left:10px;padding-right:10px}.about-section{padding:15px 10px}}.thriving-building-section{padding:60px 20px;background-color:#0f1f3d;color:#fff;position:relative;overflow-x:hidden;min-height:700px;width:100%;margin:0;box-sizing:border-box}.thriving-building-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch;position:relative;z-index:1;padding:0 20px;box-sizing:border-box;width:100%}.thriving-building-image{position:relative;width:100%;max-width:600px;height:505px;overflow:hidden;z-index:0;box-sizing:border-box}.thriving-building-video{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block;box-sizing:border-box}.thriving-building-content{background-color:#d32f2f;padding:30px;border-radius:10px;color:#fff;box-sizing:border-box;transition:color .3s ease,background-color .3s ease;width:100%;max-width:100%;overflow-wrap:break-word}.info-box:hover{color:inherit;background-color:inherit}.thriving-building-content:hover{color:#000;background-color:#fff}.thriving-building-content h2{font-size:2.5rem;margin-bottom:30px;font-weight:700;word-wrap:break-word;overflow-wrap:break-word}.info-box{background-color:#a52727;border-radius:10px;padding:20px;margin-bottom:20px;display:flex;gap:15px;align-items:flex-start;box-sizing:border-box;width:100%;overflow-wrap:break-word}.info-box h3{margin:0 0 10px;font-weight:700;text-decoration:underline;word-wrap:break-word;overflow-wrap:break-word}.info-box p{margin:0;line-height:1.5;font-size:1.1rem;flex:1;word-wrap:break-word;overflow-wrap:break-word}.thriving-building-text{text-align:justify}.icon{width:40px;height:40px;background-repeat:no-repeat;background-position:center;background-size:contain;flex-shrink:0}.vision-icon{background-image:url(/path/to/vision-icon.svg)}.mission-icon{background-image:url(/path/to/mission-icon.svg)}.thriving-buttons{margin-top:20px;display:flex;gap:15px;flex-wrap:wrap}.btn{padding:10px 20px;border-radius:6px;border:none;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .3s ease;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.primary-btn{background-color:#0056b3;color:#fff}.primary-btn:hover{background-color:#003d80}.secondary-btn{background-color:#28a745;color:#fff}.secondary-btn:hover{background-color:#1e7e34}.tertiary-btn{background-color:#ffc107;color:#000}.tertiary-btn:hover{background-color:#d39e00}@media (min-width: 769px) and (min-device-width: 769px){.thriving-building-section{padding:60px 20px;min-height:700px}.thriving-building-container{grid-template-columns:1fr 1fr;gap:40px;max-width:1200px}.thriving-building-image{max-width:600px;height:505px}.thriving-building-content h2{font-size:min(2.5rem,6vw)}.info-box{flex-direction:row;gap:15px}.info-box p{font-size:min(1.1rem,3vw)}.thriving-buttons{flex-direction:row}}@media (min-width: 769px) and (max-device-width: 768px){.thriving-building-section{padding:40px 15px;min-height:auto;width:100%;overflow-x:hidden}.thriving-building-container{display:flex;flex-direction:column;align-items:center;gap:30px;padding:0 15px;max-width:100%}.thriving-building-image{width:100%;max-width:100%;height:clamp(250px,40vh,400px)}.thriving-building-content{width:100%;max-width:100%;padding:20px 15px}.thriving-building-content h2{font-size:clamp(1.6rem,6vw,2.2rem);margin-bottom:20px}.info-box{flex-direction:column;gap:10px;padding:15px}.info-box h3{font-size:clamp(1.1rem,4vw,1.3rem)}.info-box p{font-size:clamp(.9rem,3vw,1.1rem)}.thriving-buttons{flex-direction:column;gap:10px}.btn{width:100%;padding:12px 16px;font-size:clamp(.9rem,3vw,1rem)}.icon{width:30px;height:30px}}@media (max-width: 768px) and (max-device-width: 768px){.thriving-building-section{padding:40px 15px;min-height:auto}.thriving-building-container{display:flex;flex-direction:column;align-items:center;gap:30px;padding:0;max-width:100%}.thriving-building-image{width:100%;max-width:100%;height:auto;min-height:250px}.thriving-building-content{width:100%;max-width:100%;padding:25px 20px}.thriving-building-content h2{font-size:2rem;line-height:1.3;margin-bottom:20px}.info-box{flex-direction:column;gap:10px;padding:15px}.info-box p{font-size:1rem;line-height:1.5}.thriving-buttons{flex-direction:column;gap:10px}.btn{width:100%}}@media (max-width: 480px){.thriving-building-section{padding:30px 10px}.thriving-building-container{padding:0 5px}.thriving-building-content{padding:20px 15px}.info-box{padding:12px}.btn{padding:10px 15px}}@media (max-width: 768px) and (orientation: landscape){.thriving-building-section{min-height:auto;padding:30px 15px}.thriving-building-image{height:200px}}.our-services-section{padding:4rem 2rem;text-align:center;background-color:#fff}.our-services-section h2{font-size:2.5rem;margin-bottom:2rem;font-weight:700;color:#222}.services-container{display:flex;justify-content:center;gap:40px;max-width:1200px;margin:0 auto;flex-wrap:wrap}.service-card{position:relative;background-color:#f5f5f5;border-radius:12px;width:280px;height:320px;cursor:pointer;box-shadow:0 15px 30px #000;transition:box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.service-content{text-align:center;margin:1%}.service-content h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.service-description{font-size:1rem;color:#666;line-height:1.5;margin:0}@media (max-width: 768px){.services-container{flex-direction:column;align-items:center;gap:20px}.service-card{width:90%;max-width:400px}}.specializing-page{font-family:Arial,sans-serif;color:#000}.specializing-top-section{position:relative;height:450px;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column}.video-placeholder{width:100%;height:100%;background-color:#222;display:flex;align-items:center;justify-content:center;color:#888;font-size:1.5rem;position:absolute;top:0;left:0;z-index:1}.specializing-top-content{position:relative;z-index:2;text-align:center}.specializing-top-content h1{font-size:3rem;margin-bottom:10px}.breadcrumb{font-size:1rem;color:#ccc}.specializing-images-section{padding:40px 20px;background-color:#f9f9f9}.images-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 20px;max-width:1200px;margin:0 auto;justify-items:center}@media (max-width: 768px){.images-container{grid-template-columns:1fr;gap:20px 10px;padding:0 1rem}.image-placeholder{max-width:100%!important;width:100%!important}.image-placeholder img{height:auto!important}}.image-placeholder{width:100%;max-width:350px;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:10px;cursor:pointer;transition:box-shadow .3s ease,transform .3s ease}.image-placeholder:hover{box-shadow:0 12px 35px #6c63ff99,0 8px 20px #6c63ff66;transform:scale(1.05)}.image-placeholder img{width:100%;border-radius:10px;object-fit:cover;margin-bottom:10px}.image-box-1 img,.image-box-2 img,.image-box-3 img,.image-box-4 img,.image-box-5 img,.image-box-6 img{height:300px}.quality-page{font-family:Arial,sans-serif;color:#000}.quality-top-video{position:absolute;top:50%;left:50%;width:100vw;height:450px;object-fit:cover;transform:translate(-50%,-50%);z-index:1}.video-placeholder{width:100vw;height:350px;background-color:#222;color:#888;display:flex;align-items:center;justify-content:center;font-size:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.about-top-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.about-top-content h1{font-size:2.5rem;font-weight:700;margin:0;padding-bottom:10px}.quality-images-section{padding:40px 20px;background-color:#f9f9f9}.quality-images-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 20px;max-width:1200px;margin:0 auto;justify-items:center}.quality-image-box{width:100%;max-width:550px;height:600px;background-color:#ddd;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:1.2rem;cursor:default}.quality-image-box img{width:100%;height:100%;object-fit:contain;border-radius:10px;transition:transform .3s ease,filter .3s ease;cursor:pointer}.quality-image-box img:hover{transform:scale(1.1);filter:brightness(1) saturate(1.2)}@media (max-width: 768px){.about-top-content h1{font-size:1.8rem}.about-breadcrumb{font-size:.9rem}.quality-images-section{padding:20px 10px}.quality-images-container{grid-template-columns:1fr;gap:20px 10px}.quality-image-box{max-width:100%;height:700px}}.capabilities-section{text-align:center;margin:20px 0;width:100%;box-sizing:border-box;padding:20px}.capabilities-section h2{margin-bottom:2rem}.capability-item h3{color:#6c63ff;margin-top:.5rem;margin-bottom:0;font-weight:600;font-size:1.15rem}.capability-image-placeholder{transition:box-shadow .3s,transform .3s}.capability-image-placeholder img{transition:transform .3s}.capability-item:hover .capability-image-placeholder{box-shadow:0 8px 24px #0000002e;transform:scale(1.04)}.capability-item:hover .capability-image-placeholder img{transform:scale(1.08) rotate(-2deg);filter:brightness(1.08) contrast(1.08)}.capabilities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto;justify-items:center;width:100%;box-sizing:border-box;padding:0 20px}.capability-item{width:100%;max-width:280px;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:10px;cursor:pointer;transition:box-shadow .3s ease,transform .3s ease;margin:0 0 30px;box-sizing:border-box}.capability-item:hover{box-shadow:0 12px 35px #6c63ff99,0 8px 20px #6c63ff66;transform:scale(1.05)}.capability-image-placeholder{width:100%;max-width:100%;background-color:#fff;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.capability-image-placeholder img{width:100%;height:220px;border-radius:10px;object-fit:cover;margin-bottom:10px;display:block}@media (min-width: 1200px){.capabilities-grid{grid-template-columns:repeat(4,1fr);gap:25px}.capability-item{max-width:300px}}@media (min-width: 769px) and (min-device-width: 769px){.capabilities-grid{grid-template-columns:repeat(4,1fr);gap:20px}}@media (min-width: 769px) and (max-device-width: 768px){.capabilities-section{padding:15px}.capabilities-grid{grid-template-columns:repeat(2,1fr);gap:15px;padding:0 10px;max-width:100%}.capability-item{max-width:100%;width:100%}.capability-image-placeholder img{height:clamp(180px,30vh,220px)}.capability-item h3{font-size:clamp(1rem,3vw,1.1rem)}}@media (max-width: 1024px) and (min-width: 769px){.capabilities-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (max-width: 768px) and (max-device-width: 768px){.capabilities-section{padding:15px 10px}.capabilities-grid{grid-template-columns:repeat(2,1fr);gap:15px;padding:0 5px}.capability-item{max-width:100%;width:100%;padding:8px}.capability-image-placeholder img{height:160px}.capability-item h3{font-size:1rem}}@media (max-width: 480px){.capabilities-grid{grid-template-columns:1fr;gap:20px}.capability-image-placeholder img{height:200px}}.contact-page{font-family:Arial,sans-serif;color:#000}.about-top-section{position:relative;width:100vw;height:450px;overflow:hidden;color:#fff;font-family:Arial,sans-serif;display:flex;justify-content:center;background-color:#000}.about-top-video{position:absolute;top:50%;left:50%;width:100vw;height:450px;object-fit:cover;transform:translate(-50%,-50%);z-index:1}.about-top-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:#0000004d}.about-top-container{position:relative;width:90%;max-width:1200px;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}.about-top-content{position:relative;z-index:3;text-align:left;width:100%;padding-left:20px;display:flex;flex-direction:column;justify-content:center;height:100%}.about-top-content h1{font-size:2.5rem;font-weight:700;margin:0;padding-bottom:10px;color:#fff}.about-breadcrumb{font-size:1rem;color:#ccc}.about-breadcrumb span{margin-right:5px}.contact-content-section{padding:40px 20px;background-color:#fff}.contact-container{max-width:1200px;margin:0 auto;display:flex;gap:40px;flex-wrap:wrap;justify-content:space-between}.quick-contact,.send-message,.map-section{background:#f9f9f9;padding:20px;border-radius:10px;flex:1 1 300px;box-shadow:0 4px 8px #0000001a}.quick-contact h3,.send-message h3{margin-top:15px;margin-bottom:15px}.quick-contact p{margin:10px 0;color:#333}.quick-contact strong{display:block;margin-top:15px;margin-bottom:15px}.social-icons{margin-top:20px}.social-icons a{display:inline-block;margin-right:10px;color:#fff;background-color:#d61818;padding:8px 12px;border-radius:4px;text-decoration:none;font-size:1rem;transition:background-color .3s ease}.social-icons a:hover{background-color:#a31414}.send-message form{display:flex;flex-direction:column}.send-message input,.send-message textarea{margin-bottom:25px;padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:6px;resize:vertical}.send-message button{background-color:#d61818;color:#fff;border:none;padding:12px;font-size:1.1rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.send-message button:hover{background-color:#a31414}.map-section{max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;overflow:hidden}.map-section iframe{width:100%;height:500px;border:none;border-radius:10px}@media (max-width: 768px){.contact-container{flex-direction:column}.map-section{max-width:100%;padding:0}.map-section iframe{height:300px}}
