body{margin:0;font-family:Arial,sans-serif;background:#f4f4f9;color:#333}html{scroll-behavior:smooth}.navbar{background:linear-gradient(90deg,#1e3a8a,#0d9488);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 4px 12px #0000001a}.container{width:90%;max-width:1200px;margin:0 auto}.nav-content{height:48px;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;text-decoration:none;color:inherit}.logo-img{height:40px;width:auto;margin-right:.75rem;border-radius:10px}.logo-text{font-size:1.8rem;font-weight:700}.nav-links{display:flex;gap:2.5rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;position:relative;transition:color .3s}.nav-links a:after{content:"";position:absolute;width:0;height:2px;background:#fde047;left:0;bottom:-4px;transition:width .3s}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:#fde047}.mobile-menu-toggle{display:none;font-size:2rem;cursor:pointer}@media (max-width: 768px){.nav-links{position:absolute;top:100%;right:0;background:linear-gradient(90deg,#1e3a8a,#0d9488);flex-direction:column;width:100%;max-width:300px;padding:1.5rem;transform:translateY(-100%);transition:transform .3s ease-in-out;border-radius:0 0 8px 8px;overflow:hidden;display:none;gap:1.5rem}.nav-links.open{display:flex;transform:translateY(0)}.mobile-menu-toggle{display:block}}.hero{height:80vh;background:url(/assets/heroImage-BMzxiuJ5.webp) center/cover no-repeat;display:flex;justify-content:center;align-items:center}.hero-overlay{background:#0009;padding:2rem;border-radius:1rem;text-align:center;color:#fff}.hero-overlay h2{font-size:2rem;margin-bottom:1rem}.hero-overlay .btn{display:inline-block;background:#facc15;color:#000;padding:.8rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:700}.hero-overlay .btn:hover{background:#fde047}.services-grid{display:grid;gap:2rem;margin-top:2rem}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:#fff;padding:2rem;border-radius:1.2rem;box-shadow:0 4px 12px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border-top:6px solid transparent}.service-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #00000026;border-top:6px solid #0d9488}.service-icon{margin-bottom:1rem;display:block;background:linear-gradient(1deg,#1e3a8a,#0d9488);-webkit-background-clip:text;-webkit-text-fill-color:salmon}.service-icon img{height:89px}.time{font-size:1rem;font-weight:600;margin:.5rem 0 1rem}.section{padding:1rem 2rem;text-align:center}.section-title{font-size:2rem;margin-bottom:2rem}.cards{display:grid;gap:2rem;justify-content:center}@media (min-width: 768px){.cards{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));max-width:1000px;margin:0 auto}}.card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 12px #0000001a;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0000002e}.card h4{font-size:1.4rem;margin-bottom:.8rem;font-weight:600}.price-list{list-style:none;padding:0;margin:1rem 0;text-align:left}.price-list li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #eee;font-size:1.1rem}.price-list li span{color:#555}.featured{background:linear-gradient(135deg,#0d9488,#1e3a8a);color:#fff}.featured h4{font-size:1.5rem;margin-bottom:1rem}.featured .price{font-size:2rem;font-weight:700;margin:.5rem 0}.featured .time{font-size:1rem;margin-top:.5rem;opacity:.9}.contact-info{text-align:center;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.contact-info a{color:#1e3a8a;text-decoration:none;font-weight:700}.contact-info a:hover{text-decoration:underline}.map iframe{border-radius:1rem;box-shadow:0 4px 12px #0000001a}.footer{background:linear-gradient(90deg,#1e3a8a,#0d9488);color:#fff;text-align:center;padding:1rem}section{scroll-margin-top:80px}
