.clients-page{margin-top:4rem;padding:0 1.5rem 3rem;text-align:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#03444f}.clients-title{margin-bottom:.5rem;font-size:clamp(2rem,3vw,2.6rem);font-weight:700;letter-spacing:.04em;text-transform:uppercase;position:relative;display:inline-block}.clients-title:after{content:"";position:absolute;left:50%;bottom:-.35rem;transform:translate(-50%);width:60%;height:3px;border-radius:999px;background:linear-gradient(90deg,#c8a600,#03444f)}.clients-grid{display:grid;gap:1.5rem;max-width:1000px;margin:2.5rem auto 0;grid-template-columns:1fr}@media(min-width:480px){.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.clients-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}}.client-card{border-radius:16px;padding:1.25rem 1.5rem;background-color:#ffffffeb;border:1px solid rgba(3,68,79,.08);box-shadow:0 10px 25px #0000000f;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.client-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #0000001a;border-color:#c8a60099;background-color:#fff}.client-logo{width:100%;max-width:220px;height:140px;object-fit:contain;background-color:transparent}@media(min-width:768px){.client-logo{height:160px;max-width:240px}}.client-placeholder{width:100%;height:120px;display:grid;place-items:center;background-color:#fafafa;margin-bottom:.75rem;font-weight:600;color:#555;padding:.5rem;text-align:center;border-radius:12px}.clients-link{display:inline-block;margin:2.5rem 0 1.25rem;font-size:1.05rem;text-decoration:none;font-weight:600;padding:.6rem 1.6rem;border-radius:999px;border:1px solid rgba(200,166,0,.8);color:#c8a600;background-color:#fff;box-shadow:0 6px 16px #00000014;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.clients-link:hover{background:linear-gradient(90deg,#c8a600,#03444f);color:#fff;transform:translateY(-2px);box-shadow:0 10px 24px #00000026}.clients-divider{max-width:1000px;margin:1.75rem auto 0;border:none;border-top:1px solid rgba(0,0,0,.06)}.img #image{height:300px;width:330px;border-radius:10%;display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.service_container{display:flex;flex-wrap:wrap;margin-left:5%}.service_container{gap:7%;justify-items:center}.img{width:100%;max-width:300px}.img #image{width:100%;height:210px;border-radius:10%;object-fit:contain}.hb-header{position:sticky;top:0;z-index:1000;width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;box-shadow:0 2px 6px #0000000a}.hb-logo a{text-decoration:none;font-weight:700;font-size:1.1rem;letter-spacing:.03em;color:#111827}.hb-nav-links{display:flex;align-items:center;gap:.75rem}.hb-btn{border:1px solid rgba(0,0,0,.15);padding:.45rem 1rem;border-radius:999px;font-size:.9rem;cursor:pointer;transition:all .18s ease;white-space:nowrap;color:#111827}.hb-btn:hover{background:#111827;color:#fff;border-color:#111827}.hb-call-btn{color:#fff;border-color:#111827}.hb-call-btn:hover{background:#0f172a}.hb-nav-links a{text-decoration:none}.hamburger{display:none;width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid rgba(0,0,0,.2);background:#fff;padding:.35rem;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:.25rem;transition:background .18s ease,border-color .18s ease;color:#000}.hamburger span{display:block;width:1.3rem;height:2px;background:#111827;border-radius:20px;transition:transform .18s ease,opacity .18s ease,background .18s ease}.hamburger:hover{background:#111827;border-color:#111827}.hamburger:hover span{background:#fff;color:#000}.hamburger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.menu-overlay{position:fixed;inset:0;background:#000000eb;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:900;display:flex;align-items:center;justify-content:center}.menu-overlay.show{opacity:1;pointer-events:auto}.overlay-list{list-style:none;padding:0;margin:0;text-align:center;display:flex;flex-direction:column;gap:1.3rem}.overlay-list a,.overlay-link{font-size:1.3rem;color:#fff;text-decoration:none;border:none;background:none;cursor:pointer;padding:.5rem 1.5rem}.overlay-list a:hover,.overlay-link:hover{text-decoration:underline}@media(max-width:768px){.hb-nav-links{display:none}.hamburger{display:inline-flex}.hb-header{padding:.6rem 1rem}}@media(max-width:480px){.overlay-list a,.overlay-link{font-size:1.4rem}}body{background:linear-gradient(180deg,#bbf1f9,#d6eeef 200%);font-family:Garamond,serif;margin:0;color:#000}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.container{display:flex;align-items:center;justify-content:center;gap:2rem}.image{width:45%;max-width:420px;height:auto;object-fit:cover;display:block;border-radius:12px}.desc{flex:1;text-align:left}.name{font-size:80px;margin:0 0 10px}.bio{font-size:32px;color:#03444f;display:inline-block;overflow:hidden;white-space:nowrap;border-right:3px solid;animation:typing 4s steps(30,end),blink .75s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}@media(max-width:900px){.container{flex-direction:column;text-align:center}.desc{text-align:center}.image{width:70%;max-width:360px}}@media(max-width:600px){.container{flex-direction:column;align-items:center}.image{width:85%;max-width:320px}.name{font-size:42px}.bio{font-size:20px;white-space:normal;border-right:none;animation:typing 4s steps(30,end)}}@media(max-width:600px){.info-section{padding:0 15px;font-size:1rem;margin-left:30px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
