      .typewriter h3 {
         overflow: hidden;
         white-space: nowrap;
         margin: 0 auto 20px 0;
         animation: typing 3.2s steps(40, end), blink-caret .75s step-end infinite;
      }


      @keyframes typing {
         from {
            width: 0
         }

         to {
            width: 100%
         }
      }


      @keyframes blink-caret {

         from,
         to {
            border-color: transparent
         }

         50% {
            border-color: orange;
         }
      }

      @media only screen and (max-width: 600px) {
         .typewriter h3 {
            font-size: 14px;
         }
      }

      .social-to-top {
         position: fixed;
         z-index: 1030;
         top: 150px;
         right: 0;
         cursor: pointer;
         transform: rotate(-90deg);
         transform-origin: right bottom;
         transition: all 200ms linear;
      }

      .social-to-top ul {
         padding: 0;
         margin: 0;
         list-style: none;
      }

      .social-to-top li {
         display: inline-block;
      }

      .social-to-top li a {
         font-size: 15px;
         color: #fff;
         padding: 10px;
         border: 2px solid #fff;
         width: 180px;
         text-align: center;
         background-color: #fff;
         display: block;
      }

      .social-to-top li a i {
         transform: rotate(90deg);
         margin-right: 5px;
      }

      .social-to-top .whatsappicons {
         background-color: #25d366;
         border: 2px solid #25d366;
      }

      .social-to-top .quickicons {
         background-color: #213f98;
         color: #fff;
         border: 2px solid #213f98;
      }


      @media only screen and (max-width: 600px) {
         .social-to-top li a {
            font-size: 12px;
            width: 157px;
         }
      }
         .ui-menu{
      z-index: 9999 !important;
      overflow-y: auto !important;
      height: 250px !important;
   }
           .wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
            /*    padding: 30px 0px 30px 0px;margin: 0px 12px;*/
            color: #3e3c3c;
            font-size: 13px;
            font-weight: 500;
        }

        .mb_min15 {
            margin-bottom: -15px;
        }

        body {
            top: 0px !important;
        }
          @media(max-width:768px) {
        .mob_pb0 {
            padding-bottom: 0px !important;
        }
    }

    #moreText {
        display: none;
    }

    .dnin {
        display: none;
    }

    .destination_extra {
        background: #fff;
        border: 1px solid #e4e4e4;
        -ms-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
        padding: 10px 15px;
        border-radius: 4px;
        min-width: 200px;
        display: none;
        z-index: 2;
        font-size: 14px;
        color: #373a3d;
        text-align: left;
        border-radius: 5px;
        opacity: 1;
        position: absolute;
        /* -webkit-transition: opacity 0.5s; */
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        /* transition: opacity 0.5s; */
        min-height: auto;
        overflow-y: auto;
    }

    span.showcity:hover+.destination_extra {
        display: block !important;
    }
            /* Modern Styling for Himachal Pradesh Tour Packages Page */

/* Base Styles */
main.container-fluid {
    background-color: #f8f9fa;
    padding-top: 2rem !important;
}

.nh_color {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.nh_color:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #3498db;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Package Card Redesign */
.border_hliday {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    border: none !important;
}

.border_hliday:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* Image Section */
.border_hliday .col-md-4 {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.border_hliday img {
    transition: transform 0.5s ease;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}

.border_hliday:hover img {
    transform: scale(1.03);
}

/* Rating Stars */
.border_hliday [data-star] {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(255,255,255,0.9);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
}

/* Content Section */
.tts_hd {
    padding: 1.5rem !important;
}

.tts_hotel_aside_right h2 {
    font-size: 1.4rem;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.border_hliday:hover .tts_hotel_aside_right h2 {
    color: #3498db;
}

.night_pack1 {
    color: #7f8c8d;
    font-weight: 500;
}

/* Destination Path */
.place_loc {
    color: #34495e;
    font-weight: 500;
    flex-wrap: wrap;
}

.place_loc i {
    color: #3498db;
}

/* Facilities Icons */
.holiday_facility_icon {
    width: 36px;
    height: 36px;
    background: #f1f8fe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    color: #3498db;
    transition: all 0.3s ease;
}

.holiday_facility_icon:hover {
    background: #3498db;
    color: white;
    transform: scale(1.1);
}

/* Price Section */
.bg_holidy {
    background: linear-gradient(135deg, #f8f9fa 0%, #e8f4fd 100%);
    border-left: 1px dashed #d6e5f3;
}

.color_price1 {
    color: #e74c3c;
    font-size: 1.5rem;
}

.color_price1 del {
    color: #95a5a6;
    font-size: 1rem;
    margin-left: 0.5rem;
}

/* Buttons */
.btn-3 {
    background: #3498db;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.btn-3:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(41, 128, 185, 0.3);
}

/* Read More Link */
#readMore {
    color: #3498db;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

#readMore:hover {
    color: #2980b9;
    transform: translateX(5px);
}

/* Filter Section */
.result_side_bar {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 1.5rem !important;
}

.gray_bg {
    background: #f8f9fa !important;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    color: #2c3e50;
    cursor: pointer;
}

.filterul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #ecf0f1;
}

.filterul li:last-child {
    border-bottom: none;
}

/* Price Range Slider */
.price-range-package {
    margin: 1rem 0;
}

.price_range input {
    border: none;
    background: transparent;
    font-weight: 600;
    color: #3498db;
    width: 80px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .border_hliday {
        flex-direction: column;
    }
    
    .border_hliday .col-md-4, 
    .border_hliday .col-md-8 {
        width: 100%;
        padding: 0;
    }
    
    .tts_hd {
        flex-direction: column;
    }
    
    .bg_holidy {
        border-left: none;
        border-top: 1px dashed #d6e5f3;
    }
}

/* Animation for Package Cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[holiday-sort="true"] {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

[holiday-sort="true"]:nth-child(1) { animation-delay: 0.1s; }
[holiday-sort="true"]:nth-child(2) { animation-delay: 0.2s; }
[holiday-sort="true"]:nth-child(3) { animation-delay: 0.3s; }
[holiday-sort="true"]:nth-child(4) { animation-delay: 0.4s; }
[holiday-sort="true"]:nth-child(5) { animation-delay: 0.5s; }

/* Destination Extra Popup */
.destination_extra {
    animation: fadeIn 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border: none;
    max-width: 300px;
}

.destination_extra_title {
    color: #3498db;
}

.showcity {
    cursor: pointer;
    transition: color 0.3s ease;
}

.showcity:hover {
    color: #3498db;
}

/* Star Rating Colors */
.fa-star {
    color: #f39c12;
}

/* Custom Scrollbar */
.scrollauto::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scrollauto::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollauto::-webkit-scrollbar-thumb {
    background: #bdc3c7;
    border-radius: 10px;
}

.scrollauto::-webkit-scrollbar-thumb:hover {
    background: #95a5a6;
}
  @media(max-width:768px) {
        .mob_pb0 {
            padding-bottom: 0px !important;
        }
    }

    #moreText {
        display: none;
    }

    .dnin {
        display: none;
    }

    .destination_extra {
        background: #fff;
        border: 1px solid #e4e4e4;
        -ms-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
        padding: 10px 15px;
        border-radius: 4px;
        min-width: 200px;
        display: none;
        z-index: 2;
        font-size: 14px;
        color: #373a3d;
        text-align: left;
        border-radius: 5px;
        opacity: 1;
        position: absolute;
        /* -webkit-transition: opacity 0.5s; */
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        /* transition: opacity 0.5s; */
        min-height: auto;
        overflow-y: auto;
    }

    span.showcity:hover+.destination_extra {
        display: block !important;
    }
    .side-im img{
    margin: 2%;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 14px;
}