.navbar-fixed {
    padding: 0px;
}
.logo img {
        max-width: 130px;
        position: relative;
    bottom: 0px;
    border-bottom: 0px solid #78bb26;
}
.mySwiper-topblog {
    padding-bottom: 30px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    transition: all 0.3s;
}
.swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 8px;
    transition: all 0.3s;
}
/* blog listing start */
.blog-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}
.publish-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    font-weight: 500;
    color: var(--body-text-color);
}
.admin {
    border-right: 2px solid #e4e4e4;
    padding-right: 10px;
}
.admin, .date {
    display: flex;
    align-items: center;
    gap: 5px;
}
.admin img, .date img {
    opacity: 0.5;
}
.blog-tag {
    background-color: #f3efef;
    padding: 2px 10px;
    border-radius: 16px;
    color: #101010;
    font-size: 13px;
    font-weight: 500;
}
.blog-wrap {
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-horizontal {
     border: 2px solid #e4e4e4;
    border-radius: 24px;
    padding: 20px;
}
.blog-horizontal .blog-wrap {
   
   border-bottom: 2px solid #ebf3f0;
   padding-bottom: 20px;
   margin-bottom: 20px;
}
.blog-horizontal .blog-wrap a {
    display: flex;
    gap: 20px;
}
.blog-horizontal .blog-wrap .hotel-img{
        width: 250px;
    flex-shrink: 0;
    height: 200px;
}
.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-list .blog-wrap {
   
   border-bottom: 2px solid #ebf3f0;
   padding-bottom: 15px;
   margin-bottom: 15px;
}
.post-list li:last-child .blog-wrap {
    border-bottom: 0px;
    margin-bottom: 0px
}
.post-list .blog-wrap a {
    display: flex;
    gap: 8px;
}
.post-list .blog-wrap .hotel-img{
        width: 120px;
    flex-shrink: 0;
    height: 120px;
}
.post-list .blog-wrap .blog-title .title {
    font-size: 16px!important;
}

.blog-content-wrap {
    padding: 0px 10px;
}
.blog-wrap .hotel-img {
    height: 250px;
    overflow: hidden;
    border-radius: 8px;
}
.blog-wrap a {
    text-decoration: none;
}
.blog-wrap p {
    font-size: 14px;
}
.blog-title {
    padding: 0px 0px 15px;
    display: flex;
    justify-content: space-between;
}
.post-list .blog-title {
    padding-bottom: 10px;
}
.post-list p {
    margin-bottom: 0px!important;
}
.two-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.three-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog-title .title {
    font-size: 18px;
    font-weight: 500;
    padding: 0px 5px 0px 0px;
    margin-bottom: 0px;
    line-height: 1;
    color: #0c0407;
    line-height: 1.4;
    text-decoration: none;
    margin-top: 0px;
    width: 100%;
}

@media (max-width:479.98px){
    .blog-horizontal .blog-wrap a {
        flex-direction: column;
        gap: 0;
    }
    .blog-horizontal .blog-wrap p {
        margin-bottom: 0px;
    }
    .blog-horizontal .blog-wrap .hotel-img {
        width: 100%;
    }
}
@media (max-width:767.98px){
     .logo img {
        max-width: 100px;
    }
    .blog-wrap {
        margin-bottom: 20px;
    }
    .blog-horizontal {
        padding: 20px 10px;
    }
   
}
/* blog listing ends here */
.blog-detail p {
    margin-bottom: 20px;
    font-size: 15px;
}
.publish-date {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 14px;
    color: var(--heading-color);
    background-color: var(--primary-color-light);
    margin-bottom: 10px;
}

.blog-detail-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
    border-radius: 16px;
}
.social-share-wrap {
        display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    padding: 8px 15px 0px 0px;
    background-color: rgba(255, 255, 255, .4);
    z-index: 10;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.post-list-wrap {
        border: 2px solid #e4e4e4;
    border-radius: 24px;
    padding: 20px 0px 20px 15px;
    border-radius: 12px;
}

.p-list{
    margin:0 0;
    padding:0;
    flex-direction:row;
    flex-wrap:wrap;
    list-style: none;
    display: flex;
}
.post-cat {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap:wrap;
}
.post-cat li {
    display: inline-flex;
}
.post-cat li a {
    border: 1px solid var(--secondry-color);
    background-color: var(--secondry-color-light);
    border-radius: 24px;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px;
    text-decoration: none;
    color: var(--heading-color);
}
.post-list-wrap h3, .tag-h3{
    font-size:18px;
    display:inline-block;
    margin-bottom:0;
    line-height:1.2;
    padding-left: 0px;
    font-weight: 600;
    letter-spacing: 0px;
}
.tag-h3 {
    border-bottom: 2px solid var(--secondry-color);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.p-list li a::after{
    content:"";
    top:23px;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    background-color: var(--secondry-color);
    z-index: 1;
    background-position: center;
    border-radius: 0px;
    background-repeat: no-repeat;

}
.p-list li{
    width:100%;
    display:inline;
    padding: 15px 15px 15px 20px;
    position: relative;
    border-bottom: 1px solid var(--secondry-color);
}
.p-list li a {
    color: var(--heading-color);
    text-decoration: none;
}
.p-list li:hover a::after  {
background-color: var(--primary-color);
}
.p-list li:hover {
    border-color: var(--primary-color);
}
.p-list li:last-child  {
    margin-bottom: 0px;
    border-bottom: 0px;
}

@media (max-width:767.98px){
    .blog-detail-img {
        height: 300px;
    }
   
}

/* hotel slider section start here */
.hotel-list {
    margin-bottom:30px;
}
.hotel-location-wrap {
    color: var(--body-text-color);
    font-weight: 400;
    font-size: 14px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}
.hotel-price-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px 15px 10px 15px;
    background: linear-gradient(180deg, rgba(255, 79, 0, 0) 0%, #000000 120%);
}
.hotel-info {
    display: flex;
    flex-direction: row;
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-top: 15px;
    flex-direction: column;
}
.hotel-type {
    color: var(--body-text-color);
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    width: 100%;
    display: block;
    display: flex;
    justify-content: flex-start;
    margin-top: 2px;
    margin-bottom: 3px;
}
.hotel-type img {
  filter: invert(1);
  width: 16px;
  height: 16px;
}
.hotel-type img.star-gray {
    filter: invert(50%);
}
.hotel-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}
.hotel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slide-hotel a:hover .hotel-img img {
    transform: scale(1.2);
}
.package-wrap {
    margin-bottom: 30px;
}
.package-wrap a, .package-wrap a small{
    text-decoration: none;
    color: var(--body-text-color);
}
.hotel-detail-wrap {
    padding-left: 5px;
}
.hotel-info h3.title {
    font-size: 17px;
    font-weight: 500;
    padding: 0px 5px 0px 0px;
    margin-bottom: 0px;
    line-height: 1;
    color: #0c0407;
    line-height: 1.3;
    text-decoration: none;
    margin-top: 0px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price-discount-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 15px;
}
.price-discount-wrap del {
    text-decoration: line-through;
    font-size: 14px;
    color: #fff;
}
.total-discount {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 3px 10px;
    line-height: 1;
}
.hotel-price {
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    font-weight: 600;
    letter-spacing: -.5px;
}
.lh1 {
    line-height: 1!important;
}
.hotel-price small {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    margin-left: 0px;
}
.hotel-main-amenities {
    display: flex;
    align-items: center;
    margin-top: 4px;
    gap: 10px;
}
.hotel-main-amenities img {
    width: 30px;
}
/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .slide-hotel {
    flex: 0 0 50%; /* Tablet: 2 cards visible */
  }
}

@media (max-width: 768px) {
  .slide-hotel {
    flex: 0 0 100%; /* Mobile: 1 card visible */
  }
 
  .hotel-img {
    height: 200px;
  }
 
}


/* hotel slider section ends here */
/* hotel tabbing start here */
.duration-tag {
       position: absolute;
    top: 15px;
    z-index: 2;
    left: 15px;
    background-color: rgba(255, 255, 255, .6);
    border: 1px solid #fff;
    border-radius: 2px;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 500;
    padding: 2px 12px;
}

 .hotel-type {
    width: 100px;
}
.price-amn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 5px;
}
 .price-discount-wrap {
    margin-top: 5px;
}
.price-amn-wrap .btn, .activity-info .btn {
    padding: 6px 10px 6px 12px;
    border-radius: 6px;
}
.activity-info .btn-link {
    border-radius: 0px;
    padding: 0px;
    width: auto;
}
.price-amn-wrap .btn.arrow-btn img {
    margin-left: 5px;
}
 .slide-hotel{
    border: 2px solid var(--primary-color-light);
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
    padding: 6px 6px 0px;
}
.slide-hotel a {
    text-decoration: none;
}

.hotel-list .slide-hotel {
   border: 0;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
    padding:0px; 
}
.hotel-list .slide-hotel .hotel-img {
    border-radius: 2px;
}
.activity-wrap .hotel-price {
    font-weight: 400;
}

.hotel-detail-wrap {
    padding: 0px 0px 15px 0px;
}


.hotel-location-wrap {
    color: var(--body-text-color);
    font-weight: 400;
    font-size: 14px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}
.hotel-price-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px 15px 10px 15px;
    background: linear-gradient(180deg, rgba(255, 79, 0, 0) 0%, #000000 120%);
}
.hotel-info {
    display: flex;
    flex-direction: row;
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-top: 15px;
    flex-direction: column;
}
.hotel-type {
    color: var(--body-text-color);
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    width: 100%;
    display: block;
    display: flex;
    justify-content: flex-start;
    margin-top: 2px;
    margin-bottom: 3px;
}
.hotel-type img {
  filter: invert(1);
  width: 16px;
  height: 16px;
}
.hotel-type img.star-gray {
    filter: invert(50%);
}
.hotel-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}
.hotel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slide-hotel a:hover .hotel-img img {
    transform: scale(1.2);
}
.package-wrap a, .package-wrap a small{
    text-decoration: none;
    color: var(--body-text-color);
}
.hotel-info h3.title {
    font-size: 17px;
    font-weight: 500;
    padding: 0px 5px 0px 0px;
    margin-bottom: 0px;
    line-height: 1;
    color: #0c0407;
    line-height: 1.3;
    text-decoration: none;
    margin-top: 0px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price-discount-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
}
.price-discount-wrap del {
    text-decoration: line-through;
    font-size: 14px;
    color: #fff;
}
.total-discount {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 3px 10px;
    line-height: 1;
}
.hotel-price {
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    font-weight: 600;
    letter-spacing: -.5px;
}
.lh1 {
    line-height: 1!important;
}
.hotel-price small {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    margin-left: 0px;
}
.hotel-main-amenities {
    display: flex;
    align-items: center;
    margin-top: 4px;
    gap: 10px;
}
.hotel-main-amenities img {
    width: 30px;
}
@media (max-width:991.98px){
    .slide-hotel {
        margin-bottom: 20px;
    }
}

/* hotel tabbing ends here */