*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,sans-serif}body{background-color:#f5f5f5;color:#333;line-height:1.6}header.header{display:flex;align-items:center;justify-content:center;padding:20px 40px;background:linear-gradient(0deg,#26294d,#0d0e1b);color:white;flex-wrap:wrap;text-align:center}header .logo img{width:auto;height:auto;max-height:200px}header .header-text{flex:1 1;text-align:center}header.left{justify-content:flex-start}header.left .logo{margin-right:20px}header.right{justify-content:flex-end}header.right .logo{margin-left:20px}header.top{flex-direction:column}header.top .logo{margin-bottom:15px}header .header-text h1{margin:0;font-size:2.5em}header .header-text p{margin:5px 0 0;font-size:1.2em}@media (max-width:600px){header .logo img{max-height:90px}header .header-text h1{font-size:1.8em}header .header-text p{font-size:1em}}.gallery-container{display:flex;padding:20px}.gallery,.gallery-container{justify-content:center;width:100%}.gallery{display:grid;max-width:1200px;grid-auto-rows:auto}.gallery-img{width:100%;height:200px;object-fit:cover;border-radius:10px;cursor:pointer;transition:transform .3s,box-shadow .3s}.gallery-img:hover{transform:scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,.3)}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);display:flex;justify-content:center;align-items:center;z-index:1000;cursor:pointer;padding:20px}.overlay-img{max-width:90%;max-height:90%;object-fit:contain;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.6);z-index:1050;transition:transform .3s}.arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:2.5em;color:white;background:rgba(0,0,0,.5);border:none;border-radius:50%;width:60px;height:60px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:1100;transition:all .3s}.arrow:hover{background:rgba(0,0,0,.8);transform:translateY(-50%) scale(1.1)}.arrow.left{left:20px}.arrow.right{right:20px}@media (max-width:900px){.gallery-img{height:180px}}@media (max-width:600px){.gallery{grid-template-columns:repeat(auto-fill,minmax(150px,max-content));gap:10px}.gallery-img{height:150px}.overlay-img{max-width:95%;max-height:85%}.arrow{width:50px;height:50px;font-size:2em}}.contact{background-color:#fff;padding:30px 20px;margin:20px auto;max-width:600px;text-align:center;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.contact h2{margin-bottom:15px}.contact p{margin:8px 0}.history{padding:20px;max-width:800px;margin:20px auto;text-align:center}.history h2{margin-bottom:15px;color:#4facfe}@media (max-width:600px){.gallery img{width:90%;height:auto}}