body {margin:0;font-family:'Roboto',sans-serif;color:#333;}
header {background:#193b04;color:white;text-align:center;padding:20px;}
.navbar {display:flex;justify-content:space-between;align-items:center;padding:10px 20px;}
.logo-container {display:flex;align-items:center;gap:10px;}
.logo-img {height:30px;width:auto;border-radius:4px;}
.logo-text {font-size:20px;font-weight:bold;color:white;}
.nav-links {list-style:none;display:flex;gap:15px;}
.nav-links li a {color:white;text-decoration:none;font-weight:bold;}
.hero {padding:30px;background:#1d7e02;color:white;}
.btn {background:#00796b;color:white;padding:10px 20px;text-decoration:none;border-radius:5px;}
.section {padding:40px;max-width:850px;margin:auto;}
footer {background:#087a31;color:white;text-align:center;padding:10px;}
.menu-toggle {display:none;cursor:pointer;}
@media(max-width:768px){.nav-links{display:none;flex-direction:column;background:#004d40;position:absolute;top:60px;right:0;width:200px;}.menu-toggle{display:block;}.logo-img{height:40px;}}
.slideshow-container {position:relative;max-width:850px;margin:auto;overflow:hidden;}
.slide {display:none;}
.slide img {width:100%;border-radius:8px;}
.caption {text-align:center;color:#fff;background:rgba(0,0,0,0.5);padding:8px;position:absolute;bottom:0;width:100%;}
.prev,.next {cursor:pointer;position:absolute;top:50%;width:auto;padding:16px;color:white;font-weight:bold;font-size:24px;transition:0.3s;border-radius:0 3px 3px 0;user-select:none;}
.next {right:0;border-radius:3px 0 0 3px;}
.prev:hover,.next:hover {background-color:rgba(0,0,0,0.8);}
.thumbnails.scrollable {display:flex;gap:10px;overflow-x:auto;padding:10px;scroll-behavior:smooth;}
.thumbnails img {flex:0 0 auto;width:80px;height:60px;object-fit:cover;border-radius:4px;cursor:pointer;transition:transform 0.3s;}
.thumbnails img:hover {transform:scale(1.1);}