body{
font-family:Arial;
margin:0;
background:#fff;
}

/* BANNER */

.banner{
width:100%;
margin-bottom:15px;
text-align:center;
}

.banner img{
width:100%;
max-height:250px;
object-fit:cover;
border-radius:6px;
}

/* MENU */

.topmenu{
background:#0a8f3c;
position:sticky;
top:0;
z-index:999;
}

.navbar{
margin-bottom:20px;
border:0;
}

.navbar-nav{
text-align:center;
}

.navbar-nav li a{
color:white !important;
font-weight:bold;
}

.navbar-nav li a:hover{
background:#087533 !important;
}

.navbar-toggle{
border:0;
}

.navbar-toggle .icon-bar{
background:white;
}

/* SIDEBAR */

.sidebar{
text-align:center;
}

.sidebar img{
width:100%;
max-width:250px;
height:auto;
border-radius:6px;
transition:0.3s;
box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

.sidebar img:hover{
transform:scale(1.05);
}

.sidebar-item{
margin-bottom:25px;
padding:10px;
background:#f7f7f7;
border-radius:8px;
}

/* TOURS */

.tour-box{
text-align:center;
margin-bottom:35px;
padding:10px;
border-radius:10px;
background:white;
box-shadow:0 3px 10px rgba(0,0,0,0.1);
}

.tour-box img{
width:100%;
height:220px;
object-fit:cover;
border-radius:6px;
transition:0.3s;
}

.tour-box img:hover{
transform:scale(1.05);
}

.tour-box h4{
margin-top:12px;
font-weight:bold;
}

/* BOOK BUTTON */

.book-btn{
display:inline-block;
background:#ff6600;
color:white;
font-size:18px;
padding:12px 25px;
border-radius:6px;
margin-top:10px;
text-decoration:none;
font-weight:bold;
}

.book-btn:hover{
background:#e65c00;
color:white;
text-decoration:none;
}

/* GALLERY */

.gallery img{
width:100%;
height:210px;
object-fit:cover;
margin-bottom:20px;
border-radius:8px;
cursor:pointer;
transition:0.3s;
}

.gallery img:hover{
transform:scale(1.08);
}

/* FOOTER */

.footer{
background:#0a8f3c;
color:white;
padding:40px 0;
margin-top:40px;
text-align:center;
font-size:16px;
}

.footer p{
margin:8px 0;
}

.footer a{
color:#ffe082;
font-weight:bold;
text-decoration:none;
transition:0.3s;
}

.footer a:hover{
color:white;
text-decoration:underline;
}

/* WHATSAPP */

.whatsapp{
position:fixed;
right:20px;
bottom:20px;
z-index:999;
}

.whatsapp img{
width:60px;
}

/* MOBILE */

@media (max-width:768px){

.row{
display:flex;
flex-direction:column;
}

.col-sm-9{
order:1;
}

.col-sm-3{
order:2;
}

.banner img{
max-height:200px;
}

.sidebar{
margin-top:30px;
}

.sidebar img{
max-width:100%;
}

.tour-box img{
height:200px;
}

.gallery img{
height:200px;
}

.navbar-nav{
float:none;
text-align:center;
}

.navbar-nav li{
float:none;
display:block;
}

}
