  <style>

body{
background:#f7f7f7;
font-family: 'Segoe UI', Arial, sans-serif;
}

/* Main container */

.deatils_2_5_days{
padding:40px 0;
}

/* Main Heading */

.heading{
font-size:36px;
font-weight:700;
color:#111;
margin-bottom:15px;
line-height:1.3;
}

/* Title underline */

.title-line{
margin:15px 0 30px;
}

.title-line div{
height:3px;
background:#ff6600;
margin:3px 0;
width:80px;
}

/* WhatsApp Button */

.whatsapp-btn{
margin-bottom:35px;
}

.whatsapp-btn a{
background:#25D366;
color:#fff;
padding:14px 28px;
border-radius:50px;
font-size:18px;
font-weight:600;
display:inline-block;
text-decoration:none;
box-shadow:0 6px 18px rgba(0,0,0,0.15);
transition:0.3s;
}

.whatsapp-btn a:hover{
background:#1ebe5d;
transform:translateY(-3px);
}

/* TOUR OVERVIEW */

.tour-overview{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.07);
margin-bottom:35px;
}

.tour-overview h2{
font-size:28px;
font-weight:700;
margin-bottom:12px;
}

.tour-overview p{
font-size:16px;
line-height:1.8;
color:#555;
}

/* TOUR HIGHLIGHTS */

.tour-highlights{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.07);
margin-bottom:35px;
}

.tour-highlights h2{
font-size:28px;
font-weight:700;
margin-bottom:15px;
}

.tour-highlights ul{
list-style:none;
padding-left:0;
}

.tour-highlights li{
padding-left:28px;
margin-bottom:12px;
position:relative;
font-size:16px;
color:#444;
}

.tour-highlights li:before{
content:"✔";
position:absolute;
left:0;
color:#ff6600;
font-weight:bold;
}

/* DESTINATION CARD */

.detination_tour{
background:#fff;
padding:35px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.07);
margin-top:30px;
}

/* DAY TITLES */

.detination_tour h5{
font-size:20px;
font-weight:700;
color:#ff6600;
margin-top:25px;
}

/* DAY DESCRIPTION */

.detination_tour p{
font-size:15.5px;
line-height:1.8;
color:#555;
}

/* PRICE SECTION */

.deatils_2_5_days h3{
font-size:20px;
font-weight:600;
margin-top:20px;
color:#222;
}

/* PACKAGE LISTS */

.mylist li{
font-size:15px;
margin-bottom:8px;
}

/* ENQUIRY FORM */

.query_form{
background:#fff;
padding:35px;
border-radius:12px;
box-shadow:0 12px 35px rgba(0,0,0,0.08);
margin-top:45px;
}

.query_heading h2{
font-size:28px;
font-weight:700;
margin-bottom:20px;
}

/* FORM INPUTS */

.form-control{
border:1px solid #ddd;
border-radius:6px;
padding:12px;
font-size:14px;
transition:0.3s;
}

.form-control:focus{
border-color:#ff6600;
box-shadow:0 0 5px rgba(255,102,0,0.3);
}

/* SUBMIT BUTTON */

.submit_btn input{
background:#ff6600;
border:none;
color:#fff;
padding:14px 32px;
font-size:16px;
border-radius:40px;
cursor:pointer;
transition:.3s;
}

.submit_btn input:hover{
background:#e65c00;
transform:translateY(-2px);
}

/* RESPONSIVE */

@media(max-width:768px){

.heading{
font-size:26px;
}

.tour-overview,
.tour-highlights,
.detination_tour,
.query_form{
padding:22px;
}

.whatsapp-btn a{
font-size:16px;
padding:12px 22px;
}

}

</style>