
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;color:#222;background:#fff;overflow-x:hidden}
header{background:#e6e6e6;display:flex;align-items:center;justify-content:space-between;
       padding:4px 20px;height:2cm;max-height:2cm;position:relative;z-index:10}
.brand{display:flex;flex-direction:column;align-items:flex-start}
.brand img{width:25%;height:auto}
.tagline{text-align:center;width:25%;margin-top:4px;color:#001f3f;font-weight:bold;font-size:0.9rem}
nav a{margin-left:18px;text-decoration:none;color:#000;font-weight:bold}
.banner{width:100%;overflow:hidden;margin-top:0}
.banner img{width:100%;height:auto;max-height:400px;object-fit:cover;display:block}
.section{padding:40px 30px;max-width:1200px;margin:auto;text-align:left;line-height:1.6;margin-top:20px}
.section h2{font-weight:bold;margin-bottom:10px}
.section p{margin-bottom:12px}
.media-gallery{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.media-gallery img{width:32%;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,0.1)}
form{margin-top:20px;display:flex;flex-direction:column;max-width:500px;gap:10px}
input,textarea{padding:8px;border:1px solid #ccc;border-radius:5px;font-size:1rem}
button{background:#001f3f;color:#fff;padding:10px;border:none;border-radius:5px;cursor:pointer;font-weight:bold}
button:hover{background:#003366}
footer{background:#e6e6e6;position:fixed;bottom:0;left:0;width:100%;
       text-align:center;font-size:0.85rem;padding:6px 0}
