h1,h2{margin-bottom:1rem;border-bottom:4px solid teal;padding-bottom:.25rem;display:inline-block}p,ul{color:#ccc}ul,ul li{padding-left:20px}.btn,h1,h2{display:inline-block}.hero,ul li{position:relative}.container,.hero,.hero-bg,.nav-buttons,header{width:100%}.download-btn-footer,.top-btn{text-decoration:none;min-width:90px;letter-spacing:.3px;text-transform:uppercase;text-align:center;cursor:pointer}.card-3d,.counters-grid,.download-btn-footer,.footer-bottom,.top-btn{text-align:center}.back-to-top,.btn,.card-3d,.download-btn-footer,.nav-toggle,.top-btn{cursor:pointer}.back-to-top.visible,.footer-projects .footer-item a:hover .tooltip{visibility:visible;opacity:1}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Open Sans',sans-serif;color:indigo;background-color:#000;line-height:1.6}.btn,.btn-card,.card-3d .btn-card,.counter-number,.download-btn-footer,.footer-grid h4,.top-btn,h1,h2,h3,h4{font-family:Montserrat,sans-serif}.container{margin:0;padding:0 20px}h1,h2,h3,h4{font-weight:700;color:teal}h1{font-size:2.8rem}h2{font-size:2rem}h3{font-size:1.4rem;margin-bottom:.5rem;color:teal}p{margin-bottom:12px;line-height:1.8}ul{margin-bottom:15px}ul li{margin-bottom:8px;list-style-type:none}.footer-expertise li::before,ul li::before{content:'▸';color:teal;position:absolute;left:0;font-weight:700}.footer-contact p a:hover,.footer-projects .footer-item a:hover,strong{color:teal}.btn{background-color:teal;color:#fff;padding:12px 30px;border-radius:30px;text-decoration:none;font-weight:600;transition:background-color .3s,transform .3s;margin-right:10px;margin-top:10px;border:none}.btn:hover{background-color:#066;transform:scale(1.05)}.btn-outline{background:0 0;border:2px solid teal;color:teal}.btn-outline:hover{background:teal;color:#fff}.btn-card,.card-3d .btn-card{display:inline-block;background:0 0;color:teal;padding:8px 25px;border-radius:25px;text-decoration:none;font-weight:600;font-size:.9rem;transition:.3s;border:2px solid teal;margin-top:15px;align-self:center;cursor:pointer}.btn-card:hover,.card-3d .btn-card:hover{background:teal;color:#fff;transform:scale(1.05);box-shadow:0 0 20px rgba(0,128,128,.4)}.top-btn{background:url('../images/top-button.png') center/cover no-repeat;color:#000;padding:6px 10px;border-radius:25px;font-weight:900;font-size:.6rem;border:none;box-shadow:none;transition:transform .3s;display:inline-flex;align-items:center;justify-content:center;line-height:1.2;height:auto}.top-btn:hover{transform:scale(1.1)}.top-btn.two-line{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1;padding:4px 10px;min-width:70px}nav{background:#1a1a1a;padding:12px 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,.5)}nav .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.nav-logo{display:inline-block;line-height:0}.nav-logo img{height:35px;width:auto;display:block}.nav-buttons{display:flex;list-style:none;gap:4px 8px;flex-wrap:wrap;justify-content:space-between}.nav-toggle{display:none;color:#fff;font-size:1.5rem}.hero{height:400px;overflow:hidden;padding:0;margin:0}.hero-bg{position:absolute;top:0;left:0;height:100%;background:url('../images/PrincipalOffice.jpg') top center/100% 100% no-repeat;z-index:0}.hero-overlay{position:absolute;top:0;right:0;width:50%;height:100%;background:url('../images/Text.png') right top/contain no-repeat;z-index:1;pointer-events:none}@media (min-width:1025px){.hero-bg{background-size:100% 100%}}@media (max-width:1024px){.hero{height:350px}.hero-overlay{width:60%}}@media (max-width:768px){.hero{height:300px}.hero-bg{background-size:cover;background-position:top 30% center}.hero-overlay{width:70%;background-position:right top}}.counters{background:#000;padding:30px 0 15px;box-shadow:0 4px 12px rgba(0,0,0,.3)}.counters-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.counter-item{padding:5px 10px}.counter-number{font-size:2.4rem;font-weight:700;color:teal;line-height:1.2}.counter-number::after{content:"Years";font-size:.85rem;color:#fff;font-weight:600;font-family:'Open Sans',sans-serif;vertical-align:super;margin-left:4px;opacity:1}.counter-label{font-size:.75rem;color:#fff;font-weight:700;display:block;margin-top:4px}@media (max-width:1024px){.counters-grid{grid-template-columns:repeat(4,1fr)}.counter-number{font-size:2rem}.counter-label,.counter-number::after{font-size:.7rem}}@media (max-width:768px){.counters-grid{grid-template-columns:repeat(2,1fr);gap:15px}.counter-item{padding:10px}.counter-number{font-size:2.8rem}.counter-label,.counter-number::after{font-size:.9rem}}@media (max-width:600px){.counters-grid{grid-template-columns:1fr;gap:8px}.counter-item{padding:5px}.counter-number{font-size:2.8rem}.counter-number::after{font-size:.9rem}.counter-label{font-size:1rem}}.cards-section{background:#000;padding:20px 0 80px}.cards-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;margin-top:0}.card-3d{background:#1a1a1a;border-radius:15px;padding:25px 20px;box-shadow:0 10px 30px rgba(0,0,0,.5);transition:.4s cubic-bezier(.175, .885, .32, 1.275);border:1px solid #2a2a2a;perspective:1000px;transform-style:preserve-3d;position:relative;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;opacity:0;transform:translateY(50px)}.card-3d.visible{opacity:1;transform:translateY(0);transition:opacity .6s,transform .6s}.card-3d:hover{transform:translateY(-15px) rotateX(5deg) rotateY(5deg);box-shadow:0 20px 50px rgba(0,128,128,.3);border-color:teal}.card-3d .card-icon{width:64px;height:64px;margin:0 auto 15px;display:block;transition:transform .4s}.card-3d .card-icon img{width:100%;height:100%;object-fit:contain;display:block}.card-3d:hover .card-icon{transform:scale(1.15) rotateY(10deg)}.card-3d h3{color:teal;font-size:1.15rem;margin-bottom:10px}.card-3d p{color:#ccc;font-size:.95rem;flex-grow:1}.card-3d::after{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:17px;background:linear-gradient(45deg,teal,transparent,teal,transparent);background-size:400% 400%;z-index:-1;opacity:0;transition:opacity .5s}.card-3d:hover::after{opacity:1;animation:3s infinite gradientMove}@keyframes gradientMove{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}.card-3d::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,teal,transparent);opacity:0;transition:opacity .4s}.card-3d:hover::before{opacity:1}@media (max-width:1024px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.cards-grid{grid-template-columns:1fr;gap:20px}.card-3d{min-height:auto;padding:25px 20px;max-width:100%}}@media (max-width:480px){.hero{height:200px}.hero-bg{background-size:cover;background-position:top 20% left 20%}.hero-overlay{width:80%;background-position:right top}.cards-grid{grid-template-columns:1fr;gap:15px}.card-3d{min-height:auto;padding:20px 15px}.card-3d .card-icon{width:50px;height:50px}.card-3d h3{font-size:1rem}.card-3d p{font-size:.85rem}}footer{background:#0a0a0a;padding:30px 0 0;border-top:1px solid #1a1a1a}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:30px;padding-bottom:30px;border-bottom:1px solid #1a1a1a}.footer-grid h4{color:teal;font-size:1.1rem;margin-bottom:15px;border-bottom:2px solid teal;padding-bottom:8px;display:inline-block}.footer-expertise{list-style:none;padding:0;margin:0 0 10px;line-height:1.2}.footer-expertise li{color:#ccc;font-size:.85rem;padding:0 0 0 20px;list-style-type:none;line-height:1.6;position:relative}.footer-downloads{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;flex-wrap:wrap;margin:4px 0 8px}.download-btn-footer{display:inline-block;background:url('../images/teal-button.png') center/cover no-repeat;color:#000;padding:6px 10px;border-radius:25px;font-weight:900;font-size:.6rem;transition:transform .3s;border:none;width:auto;white-space:nowrap;box-shadow:none}.download-btn-footer:hover{transform:scale(1.1);box-shadow:none}.footer-contact p{color:#ccc;font-size:.85rem;margin-bottom:6px;display:flex;align-items:flex-start;gap:8px}.footer-contact p i{color:teal;width:20px;margin-top:3px;font-size:.9rem}.footer-contact p a,.footer-projects .footer-item a{color:#ccc;text-decoration:none;transition:color .3s}.footer-follow{display:flex;align-items:center;gap:12px;margin-top:15px;flex-wrap:wrap}.footer-follow a{display:inline-block;transition:transform .3s}.footer-follow a:hover{transform:scale(1.15)}.footer-follow img{width:42px;height:42px;border-radius:50%;display:block;transition:box-shadow .3s}.footer-follow img:hover{box-shadow:0 0 15px rgba(0,128,128,.4)}.footer-projects{margin-top:5px}.footer-projects .footer-item{display:flex;align-items:center;gap:12px;margin-bottom:6px;padding:2px 0;position:relative}.footer-projects .footer-item img{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0}.footer-projects .footer-item .fallback-icon{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#1a1a1a;color:teal;font-size:1.2rem;flex-shrink:0}.footer-projects .footer-item a{font-size:.85rem;line-height:1.4;position:relative}.footer-projects .footer-item a .tooltip{visibility:hidden;opacity:0;width:auto;white-space:nowrap;background:#1a1a1a;color:teal;text-align:center;padding:4px 12px;border-radius:6px;border:1px solid teal;font-size:.7rem;font-weight:400;font-family:'Open Sans',sans-serif;position:absolute;bottom:130%;left:50%;transform:translateX(-50%);transition:opacity .3s,visibility .3s;z-index:100;box-shadow:0 4px 15px rgba(0,0,0,.5);pointer-events:none}.footer-projects .footer-item a .tooltip::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:teal}.footer-bottom{padding:20px 0 15px}.footer-bottom p{color:teal;font-size:.85rem}.footer-bottom p .highlight{color:#fff}.back-to-top{position:fixed;bottom:30px;right:30px;background:teal;color:#fff;width:50px;height:50px;border-radius:50%;border:none;font-size:1.5rem;transition:.3s;box-shadow:0 4px 15px rgba(0,128,128,.3);z-index:999;opacity:0;visibility:hidden;transform:translateY(20px)}.back-to-top.visible{transform:translateY(0)}.back-to-top:hover{background:#066;transform:scale(1.1);box-shadow:0 4px 25px rgba(0,128,128,.5)}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-grid h4{display:inline-block}}@media (max-width:768px){.top-btn,.top-btn.two-line{min-width:unset;width:100%}.nav-buttons{display:none;flex-direction:column;width:100%;gap:5px;padding:10px 0}.nav-buttons.active{display:flex}.top-btn{font-size:.9rem!important;padding:8px 10px;text-align:left;white-space:normal;background-size:cover;justify-content:center}.top-btn.two-line{flex-direction:row;gap:4px}.nav-toggle{display:block}.nav-logo img{height:30px}.footer-grid{grid-template-columns:1fr;gap:25px;text-align:left}.footer-grid h4{display:block;text-align:left}.footer-contact p,.footer-downloads,.footer-follow,.footer-projects .footer-item{justify-content:flex-start}.download-btn-footer{width:100%;text-align:center}}