
body{margin:0;font-family:Arial,sans-serif;background:#f7f9ff;color:#12233b;line-height:1.6}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
a{text-decoration:none;color:inherit} img{max-width:100%;display:block}
.topbar{background:#0b2b69;color:#fff;padding:10px 0;font-size:14px}
.navbar{background:#fff;border-bottom:1px solid #dce6f4;position:sticky;top:0;z-index:30}
.nav-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px}
.brand img{height:56px;border-radius:8px}.brand h1{margin:0;font-size:16px;color:#0b2b69;text-transform:uppercase}.brand p{margin:3px 0 0;color:#607086;font-size:13px}
.nav a{margin-right:14px;font-weight:bold;color:#0b2b69}
.btn{display:inline-block;padding:12px 20px;border-radius:999px;background:#123e90;color:#fff;font-weight:bold}
.hero{padding:56px 0;background:linear-gradient(180deg,#fff,#f5f8ff)}
.hero-grid,.grid2,.contact-grid,.footergrid,.formgrid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center}
.hero h2,.page-title h2{font-family:Georgia,serif;color:#0b2b69;font-size:48px;line-height:1.05;margin:0 0 14px}
.hero h2 span{color:#f59e0b}.hero p,.page-title p{color:#607086}
.cards,.blogs,.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card,.box,.post{background:#fff;border:1px solid #dce6f4;border-radius:22px;box-shadow:0 14px 36px rgba(11,43,105,.08)}
.card,.box{padding:24px}.card h3,.box h3,.post h1{margin-top:0;color:#0b2b69}
.card p,.box p{color:#607086}
section{padding:72px 0}.page-title{padding:56px 0 20px;background:linear-gradient(180deg,#fff,#f7fbff)}
.filterbar{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}
.filter-btn{border:1px solid #dce6f4;background:#fff;padding:10px 16px;border-radius:999px;font-weight:bold;color:#0b2b69;cursor:pointer}
.filter-btn.active{background:#123e90;color:#fff}
.blogcard,.gallerycard{background:#fff;border:1px solid #dce6f4;border-radius:22px;overflow:hidden;box-shadow:0 14px 36px rgba(11,43,105,.08)}
.blogcard img,.gallerycard img{width:100%;height:220px;object-fit:cover}
.body{padding:20px}.tag{display:inline-block;background:#fff5df;color:#995d00;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:bold;margin-bottom:10px}
.contact-item{background:#eef4ff;border-radius:16px;padding:14px;margin-bottom:12px}
.contact-item strong{display:block;color:#0b2b69}
label{display:block;font-weight:bold;color:#0b2b69;margin-bottom:6px}
input,select,textarea{width:100%;padding:12px;border:1px solid #ccd7e8;border-radius:12px;font:inherit}
.field{margin-bottom:14px}.full{grid-column:1/-1} textarea{min-height:120px}
.notice{padding:12px 14px;border-radius:14px;margin-bottom:14px;font-weight:bold}.success{background:#eaf8ef;color:#1f6a33}.error{background:#fff1f1;color:#9a2f2f}
iframe{width:100%;height:360px;border:0;border-radius:18px}
.post{padding:28px}.post img{width:100%;height:400px;object-fit:cover;border-radius:18px;margin-bottom:20px}.meta{color:#607086;margin-bottom:18px}
.postnav{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:20px}
footer{background:#0b2b69;color:#fff;padding:44px 0 22px;margin-top:60px}.footergrid{grid-template-columns:1.2fr .9fr .9fr}.footergrid p,.footergrid a{color:rgba(255,255,255,.84)}
.whatsapp{position:fixed;right:20px;bottom:20px;background:#25d366;color:#fff;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px}
@media(max-width:900px){.hero-grid,.grid2,.contact-grid,.footergrid,.formgrid{grid-template-columns:1fr}.cards,.blogs,.gallery{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.cards,.blogs,.gallery{grid-template-columns:1fr}.hero h2,.page-title h2{font-size:36px}}
