*{ box-sizing : border-box; }
:root { --bg: #f7fafc; --text: #0f172a; --muted: #475569; --brand: #0d4d92; --brand-2: #0a6fd6; --card: #ffffff; --ring: rgba(13,77,146,0.25);}
html, body { margin: 0; padding: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color: var(--text); background: var(--bg); }
.container { width: min(1200px, 92%); margin: 0 auto; }
.site-header { background: #fff; border-bottom: 1px solid #e5e7eb; position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 10px; }
.brand { display: flex; align-items: center; gap: 12px; }
.logo { width: 100px; height: 100px; border-radius: 50%;  object-fit: cover; }
.brand-title { margin: 0; font-size: 2rem; }
.brand-tag { margin: 2px 0 0; color: var(--muted); font-size: 1rem; }
.btn { display: inline-block; padding: 10px 14px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 600; }
.btn.primary { background: var(--brand); color: #fff; }
.btn.primary:hover { background: var(--brand-2); }
.btn.outline { border-color: var(--brand); color: var(--brand); background: transparent; }
.btn.outline:hover { background: rgba(13,77,146,0.08); }
.btn.ghost { border-color: transparent; color: var(--brand); }
.hero { background: radial-gradient(1000px 400px at 20% -10%, rgba(13,77,146,0.25), transparent), linear-gradient(180deg, #e9f2fb, #f6faff); padding: 60px 0 56px; text-align: center; }
.hero h2 { margin: 0 0 8px; font-size: 2rem; }
.hero-sub { color: var(--muted); margin: 0 0 18px; }
.cta-group { display: flex; gap: 10px; justify-content: center; }
.section { padding: 48px 0; }
.section h3 { font-size: 1.6rem; margin: 0 0 18px; text-align: center; }
.grid { display: grid; gap: 16px; }
.services-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.card { background: var(--card); border: 1px solid #e5e7eb; border-radius: 16px; padding: 16px; box-shadow: 0 4px 14px rgba(0,0,0,0.04); }
.card h4 { margin: 0 0 8px; }
.card p { margin: 0; color: var(--muted); }
.highlight { background: #fff; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; }
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.fact { background: var(--card); border: 1px solid #e5e7eb; border-radius: 14px; padding: 16px; text-align: center; }
.fact strong { display: block; font-size: 1.05rem; }
.fact span { color: var(--muted); font-size: 0.9rem; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.contact-card { background: var(--card); border: 1px solid #4c87fc; border-radius: 16px; padding: 16px; }
label { display: grid; gap: 6px; margin: 10px 0; font-weight: 600; }
input, select, textarea { padding: 10px 12px; border: 1px solid #cbd5e1; border-radius: 10px; font: inherit; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px var(--ring); }
.contact-card p a,.contact-card p.location {  display: inline-flex; align-items: center; gap: 6px;  padding: 6px 12px;  border-radius: 10px; font-weight: 600;  text-decoration: none;  transition: 0.25s ease;}
.contact-card p a {  background: #0d4d92;   color: #fff; }
.contact-card p a:hover {background: #0a6fd6;   color: #fff; }
.contact-card p.location { background: rgba(13,77,146,0.1); color: var(--brand); }
.contact-card p.location i {  font-size: 1.2rem;  color: var(--brand); }
.site-footer { background: #0a2a4a; color: #e2e8f0; margin-top: 15px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; gap: 20px; }
.footer-brand { font-size: 1rem; font-weight: bold; }
.footer-links { display: flex; flex-wrap: wrap; gap: 50px; }
.footer-links a { color: #bfdbfe; text-decoration: none; display: flex; align-items: center; gap: 6px; }
.footer-links a:hover { text-decoration: underline; }
.footer-copy { text-align: center; font-size: 0.85rem; padding: 10px; }
@media (max-width: 780px) { .footer-inner { flex-direction: column; text-align: center; gap: 12px; } .footer-copy { text-align: center; } }
 .gallery-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.gallery-grid .card { padding: 0; overflow: hidden; border-radius: 16px; border: 1px solid #e5e7eb; }
.gallery-grid .card img { width: 100%; height: 100%; display: block; border-radius: 16px; transition: transform 0.3s ease; }
.gallery-grid .card img:hover { transform: scale(1.05); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 24px; }
.gallery-card { border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.06); transition: transform 0.3s ease; }
.gallery-card:hover { transform: translateY(-4px); }
.image-container { position: relative; width: 100%; overflow: hidden; height: 200px; }
.image-container img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 0.5s ease; }
.image-container:hover img.before { opacity: 0.3; }
.image-container img.after { position: absolute; top: 0; left: 0; opacity: 0.0; transition: opacity 0.5s ease; }
.image-container:hover img.after { opacity: 1; }
.caption { padding: 10px 14px; font-size: 0.95rem; color: var(--text); background: #f9fafb; }
.section-heading { text-align: center; font-size: 1.8rem; margin-bottom: 20px; color: var(--text); }