*{--nav-bg:#ffc067;box-sizing:border-box;margin:0;padding:0}.navbar{background-color:var(--nav-bg);color:#000;z-index:1000;justify-content:space-between;align-items:center;padding:1rem 3rem;font-size:1.25rem;display:flex;position:sticky;top:10px;top:0!important}.nav-links{list-style:none;display:flex}.nav-links li{margin-left:20px}.nav-links a{color:#000;font-weight:700;text-decoration:none}.nav-links a:hover{color:#f90}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;display:flex}.welcome-area{text-wrap:pretty;background-color:#f4f4f4;flex-direction:column;justify-content:center;align-items:center;height:50vh;font-size:2rem;display:flex}.service-info{text-wrap:pretty;flex-direction:column;justify-content:center;align-items:center;height:50vh;font-size:1rem;display:flex}.service-grid{flex-wrap:wrap;justify-content:space-around;gap:5rem;max-width:1126px;margin:0 auto;display:flex}.service-card{background-color:#f9f9f9;border-radius:10px;flex:1;min-width:350px;padding:7rem;transition:transform .2s}.info-section{background-color:#fff;padding:5rem 2rem}.info-section h2{margin-bottom:3rem;font-size:2.5rem}.info-grid{flex-wrap:wrap;justify-content:space-around;gap:2rem;max-width:1126px;margin:0 auto;display:flex}.info-card{background-color:#f9f9f9;border-radius:8px;flex:1;min-width:250px;padding:2rem;transition:transform .2s}.info-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0000001a}.info-card h3{color:orange;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.info-card p{margin:.5rem 0;font-size:1.1rem}.info-card a{color:#000;font-weight:500;text-decoration:none}.info-card a:hover{color:#ffc067}.logo-img{max-width:100px;height:auto}
