body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#343a40;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}nav{background-color:#fff;padding:1rem;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000;width:100%;box-sizing:border-box}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;color:#007bff;text-decoration:none}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#007bff}nav ul{list-style-type:none;margin:0;padding:0;display:flex;justify-content:center}nav ul li{margin:0 1rem}nav ul li a{text-decoration:none;color:#007bff;font-weight:500;transition:color .3s ease;display:block;padding:.5rem 0}nav ul li a:hover,nav ul li a.active{color:#0056b3;border-bottom:2px solid #0056b3}.page-container{max-width:1200px;margin:1rem auto;padding:0 1rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000000d;overflow:hidden}.content-section{padding:1.5rem 1rem;margin-bottom:2rem}h1,h2,h3,h4,h5,h6{font-family:Georgia,serif;color:#2c3e50;margin-top:1.5em;margin-bottom:.75em;line-height:1.3;word-wrap:break-word}h1{font-size:2.2em;text-align:center;padding-bottom:.5em;border-bottom:1px solid #eee}h2{font-size:1.8em}h3{font-size:1.4em}p{margin-bottom:1.25rem;font-size:1rem;color:#555}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}.btn{display:inline-block;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;text-align:center;text-decoration:none;color:#fff;background-color:#007bff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;margin:.5rem .5rem .5rem 0;white-space:nowrap}.btn:hover{background-color:#0056b3;text-decoration:none}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#5a6268}img.responsive{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:block}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}footer{text-align:center;padding:2rem 1rem;margin-top:3rem;background-color:#343a40;color:#f8f9fa;font-size:.9rem}footer p{color:#f8f9fa;margin-bottom:.5rem}.hero-section{background-size:cover;background-position:center;color:#fff;padding:6rem 1rem;text-align:center;min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:0 0 8px 8px;position:relative}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0003;border-radius:0 0 8px 8px}.hero-content{position:relative;z-index:1;width:100%;max-width:800px}.hero-section h1{font-size:2.5em;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);border-bottom:none;margin-top:0}.hero-section p{font-size:1.2em;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.5);margin-bottom:2rem}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}.highlight-item{background-color:#f8f9fa;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #00000012;text-align:center;display:flex;flex-direction:column}.highlight-item img{width:100%;height:auto;border-radius:8px;margin-bottom:1rem;-o-object-fit:cover;object-fit:cover}.highlight-item h3{font-size:1.3em;color:#007bff;margin-top:0}.btn-learn-more{display:inline-block;margin-top:auto;padding:.5rem 0;color:#007bff;font-weight:500;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease}.btn-learn-more:hover{border-color:#007bff;text-decoration:none}.glimpse-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.glimpse-item{text-align:center}.glimpse-item img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease}.glimpse-item img:hover{transform:scale(1.03)}.glimpse-item p{margin-top:.5rem;font-weight:500}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.gallery-grid img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:4px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.gallery-grid img:hover{transform:scale(1.05);box-shadow:0 8px 16px #0003}.contact-form label{display:block;margin-bottom:.5rem;font-weight:500}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ced4da;border-radius:4px;box-sizing:border-box}.contact-form textarea{min-height:150px}.contact-form .btn{width:auto}.about-images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.about-images-grid img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a}.cta-section{text-align:center;padding:2rem 1rem;background-color:#f8f9fa;border-radius:8px;margin:2rem 0}@media (max-width: 768px){.mobile-menu-btn{display:block}nav ul{flex-direction:column;align-items:center;position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 4px 8px #0000001a;padding:1rem 0;display:none}nav ul.show{display:flex}nav ul li{margin:.5rem 0;width:100%;text-align:center}.hero-section{padding:2rem 1rem;min-height:40vh}.hero-section h1{font-size:2em}.hero-section p{font-size:1.1em}.highlights-grid,.glimpse-grid,.gallery-grid,.about-images-grid{grid-template-columns:1fr;gap:1.5rem}.btn{display:block;width:100%;margin:.5rem 0}.content-section{padding:1rem .5rem}h1{font-size:1.8em}h2{font-size:1.5em}h3{font-size:1.2em}p{font-size:.95rem}}@media (max-width: 480px){.hero-section h1{font-size:1.8em}.hero-section p{font-size:1em}.page-container{padding:0 .5rem}.content-section{padding:1rem .5rem}}
