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

/* 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 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:12px;
background:#f7f7f7;
border-radius:8px;
}

/* TOUR TEXT */

.tour-text{
font-size:15px;
color:#333;
}

/* TOUR IMAGE */

.tour-image img{
width:100%;
height:240px;
object-fit:cover;
border-radius:10px;
margin-bottom:18px;
box-shadow:0 6px 18px rgba(0,0,0,0.15);
}

/* BOOK BUTTON */

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

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

/* PRICE TABLE */

.price-table{
width:100%;
max-width:650px;
margin:30px auto;
border-collapse:collapse;
font-size:17px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.price-table th{
background:#ff6600;
color:white;
padding:14px;
text-align:center;
font-size:18px;
}

.price-table td{
padding:14px;
text-align:center;
border:1px solid #ddd;
font-weight:bold;
font-size:18px;
}

.price-table tr:nth-child(even){
background:#fff7f0;
}

.price-table tr:hover{
background:#ffe0cc;
}

/* GALLERY */

.gallery img{
width:100%;
height:210px;
object-fit:cover;
margin-bottom:20px;
border-radius:8px;
cursor:pointer;
transition:0.3s;
box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

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

/* TOUR BOX */

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

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

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

/* 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;
}

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

}

</style>