    .package-description {
        text-align: justify;
        line-height: 1.8;
        font-size: 15px;
        color: #555;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        width: 100%;
    }

    .tour_lhs {
        width: 66.666%;
        float: left;
        padding-right: 30px;
    }

    .tour_rhs {
        width: 33.333%;
        float: right;
    }

    .tour_head1 {
        width: 100%;
        display: block;
        clear: both;
    }

    .l-info-pack-plac {
    margin-bottom: 28px;
    padding-left: 10px;
}

.l-info-pack-plac h4 {
    font-weight: 700;
    color: #111;
    font-size: 19px;
    margin-bottom: 8px;
}

.l-info-pack-plac p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.tour_head1 h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.tour_head1.l-info-pack-days h3 {
    color: #222 !important;
    font-weight: 700;
}

.l-info-pack-days .l-info-pack-plac h4 {
    color: #000 !important;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 6px;
}

.l-info-pack-days .l-info-pack-plac h4 span {
    color: #000 !important;
    font-weight: 700;
}

.l-info-pack-days .l-info-pack-plac p {
    color: #444 !important;
    font-size: 15px;
    line-height: 1.8;
}

.l-info-pack-plac {
    margin-bottom: 30px;
    padding-left: 10px;
}

.l-info-pack-days .l-info-pack-plac h4 {
    color: #111 !important;
    font-weight: 700;
    font-size: 20px;
}

.l-info-pack-days .l-info-pack-plac p {
    color: #555 !important;
    font-size: 15px;
    line-height: 1.9;
}

.tour_head1.l-info-pack-days h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* ===============================
   PACKAGE DETAILS FULL CSS
   =============================== */

/* Layout Left Right */
.tour_lhs {
    width: 70%;
    float: left;
    padding-right: 30px;
}

.tour_rhs {
    width: 30%;
    float: right;
}

/* Card Style */
.tour_head1,
.tour_right {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Description */
.package-description {
    text-align: justify;
    line-height: 1.8;
    font-size: 15px;
    color: #555;
}

/* Section Heading */
.tour_head1 h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 18px;
    color: #222;
}

/* About Table */
.tour_head1 table {
    width: 100%;
    border-collapse: collapse;
}

.tour_head1 table th {
    background: #f5f5f5;
    font-weight: 600;
}

.tour_head1 table th,
.tour_head1 table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

/* Itinerary */
.l-info-pack-plac {
    margin-bottom: 28px;
    padding-left: 10px;
}

.l-info-pack-plac h4 {
    font-weight: 700;
    color: #111;
    font-size: 19px;
    margin-bottom: 8px;
}

.l-info-pack-plac p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

/* Right Side Lists */
.tour_incl ul li,
.tour_ri_com ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* Buttons */
.link-btn {
    background: #ff5722;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
}

/* Banner Book Mobile */
.banner_book_1 ul li {
    display: inline-block;
    margin-right: 20px;
}

/* ===============================
   MOBILE RESPONSIVE
   =============================== */
@media (max-width: 768px) {

    .tour_lhs,
    .tour_rhs {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .tour_rhs {
        margin-top: 20px;
    }

    .inn-page-con-bg {
        display: flex;
        flex-direction: column;
    }

    .tour_rhs {
        order: 2;
    }

    .tour_lhs {
        order: 1;
    }

    .tour_head h2 {
        font-size: 22px;
    }

    .banner_book_1 ul li {
        display: block;
        margin-bottom: 8px;
    }

    .tour_head1 table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .tour_head1,
    .tour_right {
        padding: 15px;
    }
}
.tour_incl ul li i {
    margin-right: 8px;
}

.tour_incl ul li {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #eee;
}


/* Banner Book Layout */
.banner_book_1 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.banner_book_1 ul li {
    list-style: none;
}

.banner_book_1 ul li.dl4 {
    margin-left: auto;
}

.banner_book_1 ul li.dl4 a {
    background: linear-gradient(45deg, #ff416c, #ff4b2b);
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

/* Special Offer */
.tour_offer {
    text-align: center;
}

.tour_offer h4 {
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0;
    color: #2c3e50;
}

.tour_offer .n-td-1 {
    color: #e74c3c;
    font-size: 20px;
    margin-left: 8px;
}

.tour_offer .link-btn {
    background: #2aa3c6;
    padding: 12px 25px;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}

/* Trip Information List */
.tour_incl ul {
    padding-left: 0;
}

.tour_incl ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.tour_incl ul li i {
    width: 20px;
    text-align: center;
    color: #6c63ff;
}

@media (max-width: 768px) {

    .banner_book_1 ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner_book_1 ul li.dl4 {
        margin-left: 0;
        margin-top: 10px;
    }

}

/* Package Title Line */
.tour_head h2 {
    font-size: 34px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

/* Stars */
.tour_star i {
    color: #ff9800;
    font-size: 18px;
}

/* Rating Box */
.tour_rat {
    background: #ff5722;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
}

.package-info-line {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}

/* Wrapper */
.inc-exc-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

/* Boxes */
.inc-box, .exc-box {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Headings */
.inc-box h4 {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid #4caf50;
    display: inline-block;
    padding-bottom: 5px;
}

.exc-box h4 {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f44336;
    display: inline-block;
    padding-bottom: 5px;
}

/* Items */
.inc-item, .exc-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

/* Icons */
.inc-item i {
    color: #4caf50;
    margin-top: 3px;
}

.exc-item i {
    color: #f44336;
    margin-top: 3px;
}

/* Paragraph style */
.inc-desc, .exc-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .inc-exc-wrapper {
        flex-direction: column;
    }
}


/* Why Choose Us */
.why-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.why-item i {
    color: #4caf50;
    margin-top: 3px;
}

.why-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .why-item {
        align-items: flex-start;
    }

    .why-item i {
        margin-top: 4px;
    }
}
.tour_incl h3 {
    background: #2f4a60;
    color: #fff;
    padding: 12px 15px;
    border-radius: 6px 6px 0 0;
}



/* ===== BOOKING POPUP PREMIUM ===== */
/* ===== PREMIUM BOOKING POPUP FINAL ===== */

.booking-overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
    padding:20px;
}

/* Modal */
.booking-modal{
    width:380px;
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 25px 70px rgba(0,0,0,0.25);
    animation: popupFade 0.3s ease;
    display:flex;
    flex-direction:column;
    max-height:90vh;
}

/* Animation */
@keyframes popupFade{
    from{
        transform: translateY(40px);
        opacity:0;
    }
    to{
        transform: translateY(0);
        opacity:1;
    }
}

/* Header */
.booking-header{
    background:#2c3e50;
    color:#fff;
    padding:18px 22px;
    display:flex;
    align-items:center;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
}

.booking-header h3{
    margin:0;
    font-size:22px;
    font-weight:600;
}

.booking-header span{
    margin-left:auto;
    cursor:pointer;
    font-size:24px;
}

/* Form Scroll Area */
.booking-modal form{
    padding:22px;
    overflow-y:auto;
}

/* Inputs */
.booking-modal input,
.booking-modal textarea{
    width:100%;
    padding:13px;
    margin-bottom:15px;
    border:1px solid #e5e5e5;
    border-radius:8px;
    font-size:14px;
    background:#fafafa;
    transition:0.25s;
}

.booking-modal input:focus,
.booking-modal textarea:focus{
    border-color:#2c3e50;
    background:#fff;
    outline:none;
    box-shadow:0 0 0 2px rgba(44,62,80,0.05);
}

/* Row */
.booking-row{
    display:flex;
    gap:12px;
}

/* Textarea */
.booking-modal textarea{
    height:95px;
    resize:none;
}

/* Button */
.booking-modal button{
    width:100%;
    padding:15px;
    border:none;
    border-radius:8px;
    background:#ff4a52;
    color:#fff;
    font-size:16px;
    font-weight:600;
    letter-spacing:0.3px;
    transition:0.2s;
}

.booking-modal button:hover{
    background:#e63c45;
}

/* ===== MOBILE ===== */
@media (max-width:768px){

    .booking-overlay{
        align-items:flex-start;
        padding-top:30px;
    }

    .booking-modal{
        width:100%;
        max-height:95vh;
    }

    .booking-modal form{
        max-height:75vh;
        overflow-y:auto;
    }

    .booking-row{
        flex-direction:column;
        gap:0;
    }
}


.booking-modal input::placeholder,
.booking-modal textarea::placeholder{
    color:#9aa4af;
}

.chbox input[type="checkbox"]{
    width:18px;
    height:18px;
    cursor:pointer;
    position:relative;
    z-index:2;
}

.chbox label{
    cursor:pointer;
    margin-left:8px;
}

.chbox{
    display:flex;
    align-items:center;
    gap:8px;
}

.custom-pagination{
    display:inline-flex;
    list-style:none;
    padding:0;
    margin-top:25px;
}

.custom-pagination li{
    margin:0;
}

.custom-pagination li a,
.custom-pagination li span{
    display:block;
    padding:10px 14px;
    border:1px solid #ddd;
    color:#007bff;
    background:#fff;
}

.custom-pagination li.active span{
    background:#007bff;
    color:#fff;
    border-color:#007bff;
}

.custom-pagination li a:hover{
    background:#f2f2f2;
}

.custom-pagination li.disabled span{
    color:#aaa;
}

/* Hotel Amenities */
.hot-ameni{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.amenities-grid{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
    margin-top:15px;
}

.amenity-box{
    display:flex;
    align-items:center;
    gap:10px;
    background:#f8f9fb;
    padding:12px 15px;
    border-radius:8px;
    transition:0.2s;
}

.amenity-box:hover{
    background:#eef2ff;
    transform:translateY(-2px);
}

.amenity-icon{
    width:30px;
    height:30px;
    background:#ffc107;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#000;
    font-size:14px;
}

.amenity-box span{
    font-size:14px;
    font-weight:500;
    color:#333;
}

/* Responsive */
@media(max-width:768px){
    .amenities-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

.hotel-title{
    font-size:26px;
    font-weight:700;
    color:#2c3e50;
}

.hotel-location{
    font-size:15px;
    color:#888;
    font-weight:500;
    margin-left:10px;
}

.hotel-location i{
    color:#ff4a52;
    margin-right:4px;
}

/* About Page Office Card */
.office-card{
    display:flex;
    gap:20px;
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    margin-top:20px;
    align-items:flex-start;
}

.office-icon{
    width:55px;
    height:55px;
    background:#ff4a52;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
}

.office-details h3{
    margin:0;
    font-size:22px;
    font-weight:700;
}

.office-details h4{
    margin:5px 0 10px;
    color:#666;
    font-size:16px;
}

.office-details p{
    color:#777;
    line-height:1.6;
}

.office-contact{
    margin-top:10px;
    font-weight:600;
    color:#2c3e50;
}

.office-contact i{
    color:#ff4a52;
    margin-right:5px;
}

/* About Page Cards */
.tourb2-ab-p4-com{
    background:#fff;
    padding:20px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    transition:0.3s;
}

.tourb2-ab-p4-com:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* About Top Section */
.tourb2-ab-p1-left h3{
    font-size:28px;
    font-weight:700;
}

.tourb2-ab-p1-left span{
    color:#ff4a52;
    font-weight:600;
}

.tourb2-ab-p1-left p{
    color:#666;
    line-height:1.7;
}
.about-cta{
    text-align:center;
    background:#ff4a52;
    color:#fff;
    padding:30px;
    border-radius:10px;
    margin-top:30px;
}

.about-cta h3{
    margin-bottom:10px;
    font-weight:700;
}

.about-cta .link-btn{
    background:#fff;
    color:#ff4a52;
    padding:10px 20px;
    border-radius:5px;
    display:inline-block;
    margin-top:10px;
    font-weight:600;
}

.about-stats{
    background: linear-gradient(135deg,#1fa2ff,#4facfe);
    padding:60px 0;
}

.stat-card{
    background: rgba(255,255,255,0.95);
    padding:30px 20px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s;
    height:100%;
}

.stat-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.stat-card i{
    font-size:32px;
    color:#ff4a52;
    margin-bottom:10px;
}

.stat-card h2{
    font-size:32px;
    font-weight:700;
    color:#2c3e50;
    margin:5px 0;
}

.stat-card h4{
    font-weight:600;
    margin-bottom:8px;
}

.stat-card p{
    color:#777;
    font-size:14px;
}
.stat-card{
    opacity:0;
    transform:translateY(30px);
    animation:fadeUp 0.8s forwards;
}

@keyframes fadeUp{
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.about-stats{
    background: linear-gradient(135deg,#1fa2ff,#4facfe);
    padding:60px 0;
}

.about-stats .row{
    display:flex;
    flex-wrap:wrap;
}

.about-stats .col-md-3{
    display:flex;
    margin-bottom:20px;
}

.stat-card{
    background: rgba(255,255,255,0.95);
    padding:30px 20px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s;
    width:100%;
    min-height:260px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.stat-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.stat-card i{
    font-size:32px;
    color:#ff4a52;
    margin-bottom:10px;
}

.stat-card h2{
    font-size:32px;
    font-weight:700;
    color:#2c3e50;
    margin:5px 0;
}

.stat-card h4{
    font-weight:600;
    margin-bottom:8px;
}

.stat-card p{
    color:#777;
    font-size:14px;
}

/* Animation */
.stat-card{
    opacity:0;
    transform:translateY(30px);
    animation:fadeUp 0.8s forwards;
}

@keyframes fadeUp{
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.stat-card:nth-child(1){ border-top:4px solid #ff4a52; }
.stat-card:nth-child(2){ border-top:4px solid #00bcd4; }
.stat-card:nth-child(3){ border-top:4px solid #4caf50; }
.stat-card:nth-child(4){ border-top:4px solid #ff9800; }


.contact-icon{
    display:inline-block;
    color:#333;
    margin-bottom:6px;
    transition:0.3s;
}

.contact-icon i{
    color:#ff4a52;
    margin-right:6px;
}

.contact-icon:hover{
    color:#ff4a52;
}



/* popular destination */
.plac-hom-box {
    position: relative;
}

.fclick {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
/* here  */


/* //popilar destination home page  */

/* Popular Destination Image Fix */
.plac-hom-box-im {
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 10px 10px 0 0;
}

.plac-hom-box-im img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* IMPORTANT */
}

.plac-hom-box-txt span:first-child {
    color: #e63946; /* logo red */
    font-weight: 600;
}

.plac-hom-box-txt span:last-child {
    color: #344291dd; /* blue */
    font-weight: 500;
}

    .plac-hom-box-im {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px 8px 0 0;
}

.plac-hom-box-im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.plac-hom-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.plac-hom-box-txt {
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
@media (max-width: 768px) {
    .plac-hom-box-im {
        height: 180px;
    }
}



/*blog*/
/* Blog Image */
.posts img{
    width:100%;
    height:280px;
    object-fit:cover;
}

/* Title Center */
.posts h3{
    font-size:26px;
    font-weight:700;
    margin-bottom:10px;
    text-align:center;
}

/* Author Date Center */
.posts h5{
    font-size:14px;
    margin-bottom:15px;
    text-align:center;
}

.posts h5 span{
    margin-right:15px;
}

/* Blog Content Justify */
.posts p{
    text-align:justify;
    line-height:1.8;
    margin-bottom:15px;
}
/* Read More Button */
.link-btn{
    background:#ff5722;
    color:#fff;
    padding:10px 18px;
    border-radius:4px;
    display:inline-block;
    text-decoration:none;
}

/* Desktop -> Left */
.posts .link-btn{
    display:inline-block;
    margin:0;
}

/* Mobile Responsive */
@media (max-width:768px){

    .posts{
        margin-left:0;
        margin-right:0;
        padding:0 10px;
        text-align:center;
    }

    .posts img{
        height:200px;
        margin-bottom:15px;
    }

    .posts h3,
    .posts h5{
        text-align:center;
    }

    .posts p{
        text-align:justify;
    }

    /* Mobile -> Center Button */
    .posts .link-btn{
        display:block;
        width:140px;
        margin:15px auto;
    }
}


/*home page hotel section*/

    .hotel-section {
    padding: 40px 0;
    background: #f5f5f5;
}

.hotel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Card */
.hotel-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.hotel-card:hover {
    transform: translateY(-5px);
}

/* Image */
.hotel-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.hotel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Info */
.hotel-info {
    padding: 15px;
    text-align: center;
}

.hotel-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.location {
    color: #777;
    font-size: 14px;
    margin-bottom: 8px;
}

.price {
    color: #1e73ff;
    font-weight: 600;
    font-size: 18px;
}

.price span {
    color: #777;
    font-weight: 400;
    font-size: 14px;
}

/* Mobile */
@media (max-width: 768px) {
    .hotel-grid {
        grid-template-columns: 1fr;
    }

    .hotel-img {
        height: 240px;
    }
}
.hotelx-txt{
  color: #f4364f;
}
.pernight{
    color: #f4364f;
}