
/* hotel hero section start here */
.breadcrumb-hotel-detail {
    margin-top: 80px;
}
.logo img {
        max-width: 130px;
        position: relative;
    bottom: 0px;
    border-bottom: 0px solid #78bb26;
}
.navbar-fixed {
    padding: 0px;
}
.hotel-info-top {
    margin-bottom: 30px;
}
.hotel-name-type {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 5px;
    margin-top: 0px;
}
.hotel-name-type h1 {
    color: var(--heading-color);
    font-size:24px;
    margin-top: 0px;
    margin-bottom: 0px;
        max-width:calc(100% - 100px);
        flex-shrink:0;
   
}
.hotel-loca svg {
    width: 22px;
    margin-right: 5px;
}
.hotel-loca .one-line-ellipsis {
    max-width: calc(100% - 30px);
}
.price-wrap {
    width: 100%;
    margin-bottom: 0px;
}
.price-wrap .hotel-price-wrap {
    position:relative;
    display:inline-block;
    background:none;
}

.price-wrap .price-discount-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 0px;
}
.price-wrap .price-discount-wrap del {
    text-decoration: line-through;
    font-size: 14px;
    color: var(--heading-color);
}
.price-wrap .total-discount {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border-radius: 12px 12px 12px 0px;
    padding: 6px 12px;
    line-height: 1;
    margin-bottom: 5px;
}
.price-wrap .hotel-price {
    color: var(--heading-color);
    font-size: 24px;
    width: 100%;
    display: block;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1;
}
.price-wrap .hotel-price small {
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 400;
    margin-left: 5px;   
    letter-spacing: 0px;
}
.blimg {
    height: 100%;
}
.blimg a {
    position: relative;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
        width: 100%;
    height: 100%;
    display: block;
}
.blimg a:hover {
    color: var(--secondry-color);
}
.more-img {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 50, 0, 0) 0%, #000000 120%);
    height: 50px;
    align-items: flex-end;
    justify-content: center;
    padding-right: 15px;
    padding-bottom: 10px;
}
.more-img span {
        background-color: rgba(255, 255, 255, .7);
    padding: 7px 10px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.more-img span:hover {
   background-color: rgba(255, 255, 255, 1);
}
.brimg {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.row.hero-images {
    margin: 0px -5px 30px;
}
.row.hero-images>* {
    padding: 0px 5px;
}
.hero-images img {
    border-radius: 2px;
}
.hero-images, .brimg {
    height: 350px;
}
.img-wrap {
    width: 100%;
    height: 100%;
}
.img-fit, .img-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    overflow: hidden;
}


.star-gray {opacity: .2}
.update-rooms {
    font-size:15px;
}
.update-rooms label {
    font-weight:400;
    color: var(--body-text-color);
}
.update-rooms .btn {
        width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--body-text-color);
    font-size: 20px;
    font-weight: 500;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B0B0B0;
}
.update-rooms .form-control{
    width:30px;
    padding:0px;
    height:35px;
    border:none!important;
    font-weight:600;
}
.update-rooms .form-control {
    margin-bottom:0px;
}
.inc-room-header {
       margin-top: 5px;
    color: var(--body-text-color);
    font-size: 14px;
    border-radius: 0px;
    padding: 10px 0px 10px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    font-weight: 600;
}
#last-col {text-align: end}
.update-rooms .input-group {
    gap:0px;
    justify-content: flex-end;
}
.rooms-row {
    border-bottom:1px solid #e4e4e4;
    padding:6px 0px;
    font-weight:400;
    color: var(--body-text-color);
    font-size: 14px;
}
.hb-btn {
    display:flex;
    justify-content:space-between;
    width:100%;
    gap:10px;
    margin-top:15px;
}
.hb-btn .btn-primary {
    border-radius:8px;
    font-weight:600;
}
@media (max-width:991.98px){
    
   .hero-images { --bs-gutter-x:0.5rem}
    .hero-images, .brimg {
        height: 315px;
    }
    .brimg {
        gap: 10px;
    }
    
.hotel-price {
    padding: 0px;
}
.hotel-price h1 {
    font-size: 22px;
}
.hotel-address {
    font-size: 14px;
}
}
@media (max-width:767.98px){

    .logo img {
        max-width: 100px;
    }
    
    .hotel-price {
    margin-top: 0px;
}
.breadcrumb-hotel-detail {
    margin-top: 65px;
}
.hero-detail {padding: 0px;
box-shadow: none;}
.hotel-name-type h1 {
    font-size: 18px;
}
.hotel-loca .one-line-ellipsis {
    font-size: 14px;
}
.price-wrap {
    width: 100%;
}
.hotel-price-wrap {
    text-align: left;
}
.price-discount-wrap {
    justify-content: flex-start;
}
}
@media (max-width:479.98px){
    .hero-images, .brimg {
        height: 200px;
    }
}
/* hotel hero section ends here */

/* image modal style start */

.hd-modal {
  display: none;
  position: fixed;
  z-index: 1093;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.hd-modal-content {
  margin: auto auto;
  padding: 0px;
  width: 63%;
  height: calc(100vh - 5vh);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  border-radius: 24px;
    filter: none;
    backdrop-filter: none;
    will-change: auto;
    -webkit-font-smoothing: antialiased;
}

.hd-close {
    color: #000;
    float: right;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 300;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -60px;
    position: relative;
    top: 40px;
}

.hd-close:hover,
.hd-close:focus {
  color: black;
  text-decoration: none;
}

body.hd-modal-open {
  overflow: hidden scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* image modal style start */
/* popup slider start */


    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  

  

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .hd-mySwiper2 {
      height: calc(90% - 50px);
      width: 100%;
      border-radius: 24px;
    }
    .rd-mySwiper2 {
      height: 325px;
      width: 100%;
      border-radius: 8px;
    }
    
    .hd-mySwiper {
      height: 10%;
      box-sizing: border-box;
      padding: 10px 20px 0;
    }

    .hd-mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      filter: grayscale(100%);
    }

    .hd-mySwiper .swiper-slide-thumb-active {
      filter: grayscale(0);
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.hd-swiper-button-prev, .hd-swiper-button-next{
        width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    position:absolute;
}
.hd-swiper-button-prev:after, .hd-swiper-button-next:after {
        font-size: 20px;
    color: var(--body-text-color);
}
.rd-swiper-button-prev, .rd-swiper-button-next{
        width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    position:absolute;
}
.rd-swiper-button-prev:after, .rd-swiper-button-next:after {
        font-size: 20px;
    color: var(--body-text-color);
}
@media (max-width:767px){
    .hd-close {
        top: -15px;
        right: 0px;
    }
    .hd-modal-content {
        width: 98%;
        padding: 0px 10px;
        height:450px;
        border-radius:6px;
    }
    .hd-mySwiper2 {
     height: calc(80% - 50px);
    }
    .hd-mySwiper {
        height:20%;
    }
    .hd-swiper-button-prev, .hd-swiper-button-next {
    width: 40px;
    height: 40px;
    }
    .hd-swiper-button-prev:after, .hd-swiper-button-next:after {
        font-size:16px;
    }
}
/* popup slider ends*/

/* stcky header start */
.hd-sticky-header {
    position: sticky;
    top: 76px;
    background-color: #f5f7fa;
    z-index: 1091;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 2px;
    padding: 10px 25px;

}
.hd-sticky-nav {
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
    display: flex;
    gap: 40px;
}
.hd-sticky-nav li {
    display: inline-flex;
    padding: 0px;
}
.hd-sticky-nav li:first-child {
    padding-left: 0px;
}
.hd-sticky-nav li a {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    text-decoration: none;
    padding: 0px;
}
.hd-sticky-nav li a:hover {
    color: var(--heading-color);
    background-color: #f5f7fa;
}
#resort-amn, #room-type, #location {
    scroll-margin-top: 160px;
}
.hd-sticky-nav li a.active {
    color: var(--heading-color);
    border-bottom: 2px solid var(--primary-color);
}
/* sticky header ends */
/* hotel overview+amenities start here */
.overview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8; 
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease; 
    will-change:-webkit-line-clamp;
    margin-bottom: 0px;
}

.overview.expand {
    display: block; 
    -webkit-line-clamp: unset; 
    overflow: visible;
    transition: all 0.5s ease; 
}

.readmore {
    display: inline-block;
    margin-top: 5px;
    color: var(--primary-color);
    text-decoration: underline;
    cursor: pointer;
    border: none;
    background: transparent;
    padding-left: 0px;
    font-weight: 700;
}

.readmore:hover {
    text-decoration: underline;
}
.term-con {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 0.5s ease;
  max-height: 15em; /* Adjust depending on your line height */
  position: relative;
}

.term-con.expand {
  -webkit-line-clamp: unset;
  display: block;
  max-height: none;
  overflow: visible;
}
.hotel-detail .h3 {
    font-size: 18px;
    letter-spacing: -.4px;
    font-weight: 600;
}




.amn{
    margin:20px 0 0;
    padding:0;
    list-style:none;
        display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.amn li{
    border-radius:4px;
    display: inline-flex;
    font-size: 15px;
    align-items: center;
    width: calc(50% - 8px);
}
.amn li span {
    position: relative;
    margin-left: 10px;
}
.amn.amn-top {
        margin: 15px 0px 30px;
    padding: 20px;
    background-color: #f5f7fa;
    border-radius: 2px;
        display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-around;
}
.amn.amn-top li {
    margin: 0;
    padding: 0;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
}
.hamn {
    font-size: 15px;
    margin-top: 6px;
    margin-left: 0px!important;
}
.amn.amn-top li .check {
    margin: 0px;
    font-weight: 600;
}
.activity-wrap {
    margin-top: 0px;
    margin-bottom: 30px;
}
.activity-wrap-inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
    margin-top: 15px;
}
.activity-wrap-inner p{
    font-size: 15px;
}
.activity-wrap .p-list {
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.activity-wrap .p-list li {
    margin-bottom: 0px;
    padding-left: 25px;
    width: auto;
    font-size: 14px;
    margin-top: 0px;
    position: relative;
    }
.activity-wrap .p-list li:after, .p-list li:after, .rd-room-amn li:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAaVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8G612AAAAInRSTlMANhj37Nsc+vDpndLLZUMTto0oJKDh1pksxbGVVT0yCLsu3xVKkQAAALlJREFUKM+dkdkSgiAUhk+CEiAigltmFu//kA1rzsSV/wXL9zNnA66rEqx/s+cfNsTStaWTvx1H4h1GaoCkpjaJI67hxO+3GAdzWeLAkC5ySVSRg7Au70f++BSq3rBbed3k93T2xqN16wuPOsVp+2REZ/Q8GzMFrxshMS+ec3KvfQ/7YkXoL5abpUjs1yB95gMyUBqJ5LSCPMRpSWfNUef2PPbNW4NCNPAUjRGL25VawqrC1/ZMOHxRX//gCJVY31dBAAAAAElFTkSuQmCC');
  filter: brightness(0) invert(0);  
background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.btn-link{
    border: none;
    color: var(--body-text-color);
    font-weight: 600;
    font-family: var(--bs-font-family);
    margin-top: 5px;
        background-color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    transition: all 0.3s;
    cursor: pointer;
        position: absolute;
    top: 20px;
    left: 25px;
}
.btn-link:hover {
    background-color: #e4e4e4;
    transition: all 0.3s;
}
/* image modal style start */

.rd-modal {
  display: none;
  position: fixed;
  z-index: 1093;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.rd-modal-content {
  background-color: #fff;
  margin: auto auto;
  padding: 0px 20px 20px;
  border: 1px solid #888;
  width: 800px;
  height: calc(100vh - 10vh);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 40px;
  border-radius: 12px;
  overflow-y: auto;
  filter: none;
  backdrop-filter: none;
  transform: translate3d(0, 0, 0);
  will-change: auto;
  -webkit-font-smoothing: antialiased;
}

.rd-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 0px;
    z-index: 1100;
    background-color: #fff;
}
.rd-modal-header .h3 {
    font-size: 20px;
    margin-bottom: 0px;
}
.rd-close {
    color: #000;
    float: right;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 300;
}

.rd-close:hover,
.rd-close:focus {
  color: black;
  text-decoration: none;
}

body.rd-modal-open {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.rd-room-amn {
    margin: 20px 0 0 0;
    padding: 0px;
    list-style: none;
}
.rd-room-amn li {
    margin-bottom: 8px;
    padding-left: 32px;
    font-size: 15px;
    position: relative;
    width: 32%;
    display: inline-block;
}
.rd-room-amn li:after {
    top: 2px;
}

/* room detail modal style start */

.hotel-detail  hr {
    background-color: var(--border-gray);
    border: 0px;
}
.loc-title-wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
    gap: 10px;
    font-weight: 600;
    color: #333;
    font-size: 18px;
}
.loc-title-wrap img {
    border-radius: 8px;
    width: 80px;
    height: 40px;
    object-fit: cover;
    border: 1px solid var(--border-gray);
}
.location-wrap {
    margin-top: 50px;
    border: 1px solid var(--border-gray);
    padding: 20px;
    border-radius: 6px;
}
.location-wrap iframe {
    border-radius: 12px;
    overflow: hidden;
}
@media (max-width:1399px){
    .room-overview li:first-child {
        width: 45%;
    }
    .room-overview li:last-child {
        width: 55%;
    }
}
@media (max-width:767px){
    .activity-wrap {
        margin-bottom: 0px;
    }
    .activity-wrap .p-list li {
        font-size: 14px;
        padding-right: 10px;
    }
   .amn li {
        align-items: flex-start;
    line-height: 1.4;
   }
    .amn.amn-top li {
        margin-bottom: 10px;
        margin-right: 5px;
        padding-right: 8px;
        line-height: 1.2;
        font-size: 14px;
        align-items: center;
    }
    .amn.amn-top li:last-child span.check {
        width: 100%;
    }
    .amn.amn-top {
        gap: 15px;
    }
    .hd-sticky-header {
        top: 58px;
        padding: 0px 10px;
    }
    .activity-wrap-inner {
        flex-wrap: wrap;
        
    }
    .activity-wrap .p-list {
        gap: 10px;
    }
    .hd-sticky-nav{
        gap: 10px;
    }
    .hotel-detail .h3 {
        font-size: 18px;
        line-height: 1.3;
    }
    .hotel-detail hr {
        margin: 15px 0px;
    }
    .hd-sticky-nav li {
        padding-right: 0px;
    }
    .hd-sticky-nav li a {
        padding: 15px 5px 10px;
        font-size: 14px;
    }
    .rd-modal-content .room-overview li small, .rd-modal-content .room-overview li p {
        font-size: 14px;
    }
    .rd-modal-content .room-overview li img {
        width: 24px;
    }
   .rd-room-amn li {
    width: 49%;
    font-size: 13px;
   }
   .rd-room-amn.bath li {
    width: 100%;
   }
   .rd-room-amn li:after {
            width: 20px;
        height: 20px;
        top: 0px;
   }
    .rd-modal-content {
        width: 98%;
        padding: 0px 10px;
        height:calc(100vh - 10vh);
        border-radius:6px;
    }
    .rd-mySwiper2 {
     height: 200px;
    }
    .rd-mySwiper {
        height:20%;
    }
    .rd-swiper-button-prev, .rd-swiper-button-next {
    width: 40px;
    height: 40px;
    }
    .rd-swiper-button-prev:after, .rd-swiper-button-next:after {
        font-size:16px;
    }
}

/* hotel overview+amenities ends here */

/* horizontal card start here */
.hrz-card {
        display: flex;
    border: 1px solid var(--border-gray);
    overflow: hidden;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0px;
    align-items: flex-start;
}
.room-amn.overview {
    -webkit-line-clamp:2;
    text-overflow: clip;
    margin-top: 10px;
    font-size: 14px;
}
.card-left {
    width: 40%;
    position: relative;
        border-right: 1px solid var(--border-gray);
    padding: 15px;
}
.mySwiperRoom {
    height: 100%;
}
.mySwiperRoom .swiper-button-next, .mySwiperRoom .swiper-button-prev {
    color: var(--primary-color);
}
.mySwiperRoom .swiper-button-next::after, .mySwiperRoom .swiper-button-prev::after {
    font-weight: 700;
    font-size: 32px;
}
.mySwiperRoom .swiper-pagination-bullet {
    opacity: 1;
    background-color: var(--secondry-color-light);
}
.mySwiperRoom .swiper-pagination-bullet-active {
    background-color: var(--secondry-color);
}
.card-left .img-fit {
    border-radius: 6px;
    height: 200px;
}
.card-right {
    width: 60%;
    padding:0px
}
.card-right .h3 {
    font-size: 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.room-amn-wrap {
        background-color: var(--secondry-color-light);
    border-radius: 6px;
    padding: 10px 0px 0px 15px;
    margin-top: 20px;
    background-image: linear-gradient(to right, var(--secondry-color-light), #ffffff) !important;
}
.room-amn-wrap .title {
    font-size: 18px;
    font-weight: 500;
    color: var(--heading-color);
} 
.room-amn{
    margin:0px 0 0;
    padding:0;
    list-style:none;
}
.room-amn li{
    padding:0px 12px 0px 0px;
    margin-right:0px;
    margin-bottom:10px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color:var(--text-light);
    vertical-align: top;
}
.room-amn li img {
    width: 24px;
}


@media (max-width: 1199.98px) {
    .hrz-card {
        gap: 20px;
    }
   .card-left {
    width: 47%;
   }
    .card-right {
        padding-right: 10px;
        width: 53%;
    }
}
@media (max-width: 767.98px) {
    .location-wrap {
        padding: 10px;
    }
    .card-left {
        height:100%;
        padding: 5px;
        border-right: 0px;
        border-bottom: 1px solid var(--border-gray);
    }

    .room-amn li {
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .room-amn li img {
        width: 24px;
    }
    .hrz-card {
        gap: 15px;
    }
    .card-right p {
        margin-bottom: 0px!important;
    }
    .room-amn {
        margin-top: 0px;
    }
    .hotel-detail {
        margin-bottom: 30px;
    }

    .hrz-card {
        flex-direction: column;
        gap: 0px;
        padding: 5px;
    }
    .card-left {
        width: 100%;
        margin-bottom: 0px;
    }
    .card-right {
        width: 100%;
        padding: 0px;
    }
}

/* horizontal card ends here */
/* point list start */
.badge-btn{
    background-color: var(--primary-color-light);
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}
.badge-btn2{
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.badge-btn2::before {
     content: '';
    position: absolute;
    top: 3px;
    right: -5px;
    width: 24px;
    height: 24px;
    background: linear-gradient(223deg, var(--secondry-color), var(--secondry-color-light));
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    transform: rotate(-15deg);
    z-index: -1;
}
.order-list {
    margin:0 0 0 15px;
    padding: 0;

}
.order-list li {
    margin-bottom: 10px;
}
.p-list{
    margin:10px 0 0;
    padding:0;
    flex-direction:row;
    flex-wrap:wrap;
    list-style: none;
    display: flex;
}
.p-list hr{
    height:1px;
    background-color:#b2c1d9;
    margin:20px 0
}
.p-list h2{
    font-size:36px;
}
.p-list h3{
    font-size:16px;
    display:inline-block;
    margin-bottom:0;
    line-height:1.6
}

.p-list li{
    width:100%;
    display:inline;
    padding-left:30px;
    margin-bottom:15px;
    position: relative;
}
.p-list li:after {
    top: 2px;
}
.p-list li:last-child {
    margin-bottom: 0px;
}

.p-list hr{
    height:1px;
    background-color:#b2c1d9;
    margin:20px 0
}
@media (max-width: 991.98px) {
   
    .p-list h2 {
    font-size: 28px;
}
.p-list hr {
    margin: 15px;
}
}

/* point list ends */


/* form-aside start here */
.hotel-list-left-panel {
    position: sticky;
    top: 100px;
    transition: top 0.3s ease;
}
.form-wrap-aside {
    padding: 25px;
    border-radius: 2px;
    background-color: #f5f7fa;
}
.form-header {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header2 {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text-color);
    margin-top: 5px;
}

.form-lead .form {
    flex-direction: column;
}
.form-lead .d-block {
    width: 100%;
}
.form-lead .form-control {
    border:2px solid #e4e4e4;
    height: 42px;
}
.form-control-group {
    display: flex;
    align-items: center;
}
.form-control-group input {
    width: 50%;
}
.input-group {
    display: flex;
    gap: 15px;
}
.add-guest {
    display: flex;
    gap: 15px;
}
.call-back-sec-wrap {
    background-color: #f5f7fa;
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 2px;
}
/* room guest select dropdown start */
 .rg-dropdown {
    position: relative;
    width: 100%;
  }


  .rg-dropdown-panel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    z-index: 100;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .rg-hidden {
    display: none;
  }

  .rg-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .rg-label {
    flex: 1;
  }

  .rg-counter {
    width: 40px;
    text-align: center;
  }

  .rg-decrement,
  .rg-increment {
    width: 30px;
    height: 30px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }

  .rg-apply-btn {
    width: 100%;
    padding: 10px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .rg-child-age-container {
    margin-bottom: 10px;
  }

  .rg-child-age-container input {
    width: 100%;
    margin-right: 10px;
    padding: 5px;
  }
/* room guest select dropdown ends */
@media (max-width:1199px){
    .input-group {
        gap: 0px;
        flex-direction: column;
    }
    .update-rooms .input-group {
        flex-direction:row;
    }
}
@media (max-width:767px){
    .form-lead .form-control {
        margin-bottom: 10px;
    }
    .update-rooms .form-control {
        margin-bottom: 0px;
    }
    .form-wrap-aside, .call-back-sec-wrap {
        margin-left: 0px;
    }
}
/* form-aside ends here */

/* room type style start */
/* Radio Button Group Styling */
.radio-group {
  display: flex;
  flex-direction: column;
}
.radio-group .btn {
    border-radius: 6px;
    background-color: var(--secondry-color);
    height: 51px;
    color: var(--heading-color);
}
.radio-group .btn:hover {
    background-color: var(--primary-color-hover);
}

.radio-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
}

.room-price-wrap {
    text-align: right;
}
.room-price-wrap .btn {
    padding: 0px 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 6px;
    height: 34px;
    z-index: 1;
    position: relative!important;
    opacity: 1!important;
    align-items: center;
}
.room-price-wrap .btn:hover {
    background-color: var(--secondry-color-hover);
}

.radio-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-item input[type="radio"]:checked + span {
  border-color: var(--secondry-color);
  color: var(--body-text-color);
  background-color: var(--secondry-color-light);
  width: 100%;
  z-index: 2;
}
.room-price {
    line-height: 1;
    margin-top: 5px;
    font-weight: 600;
}
.room-price small {
    font-size: 12px;
    font-weight: 400;
}
.radio-item span {
  font-size: 16px;
  color: #333;
  margin: 0;
  padding: 15px;
  transition: all 0.3s ease;
  line-height: 1;
  width: 100%;
      display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.room-plan p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    line-height: 1.4;
}
.room-plan small {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.radio-item span del {
    font-size: 13px;
    font-weight: 500;
    text-decoration: line-through;
    color: var(--body-text-color);
    margin-bottom: 4px;
    line-height: 1;
}
.radio-item .plan-type {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 7px;
    font-size: 13px;
    font-weight: 500;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px 0px 6px 0px;
}
@media (max-width:1199px){
    .radio-group {
        gap: 7px;
        flex-wrap: wrap;
    }
    .room-price {
        font-size: 14px;
    }
}
/* room type style ends */
.popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.95);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1200;
    }

    .popup-overlay img {
      max-width: 90%;
      max-height: 90%;
    }

    .popup-overlay.active {
      display: flex;
    }

    .close-btn22 {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 34px;
      color: white;
      cursor: pointer;
      background: none;
      border: none;
    }

/*location sec start */


.accordion-button,.accordion-content{
    padding:0px;
}


.accordion{
    width:100%
}
.accordion-item{
    margin-bottom:7px;
    margin-top: 7px;
    border-radius:6px
}

.accordion-button{
       width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s;
    font-family: var(--bs-body-font-family);
    background-color: #fff;
    border-bottom: 1px solid var(--border-gray);
}

.accordion-button .loc-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
}
.arrow{
    font-size:20px;
    transition:transform .3s
}
.arrow.plus::before{
    content:'\002B'
}
.accordion-item.open .arrow,.arrow.minus::before{
    content:'\2212'
}
.accordion-content{
    display:none;
    padding: 0px;
}
.accordion-content p{
    margin:0
}
.accordion-item.open .accordion-content{
    display:block
}
.loc-item {
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
}
.loc-item li {
        display: flex;
    align-items: center;
    padding: 4px 0px;
    gap: 20px;
}
.loc-item li:last-child {
    border-bottom: 0px;
}
.loc-item li .title-type {
    font-size: 14px;
}
.loc-item li .distance {
    padding: 2px 0px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    border-bottom: 1px solid var(--border-gray);
}
@media (max-width:767px){
    .radio-item span {
        padding: 10px 10px;
        flex-direction: column;
    }
.room-price-wrap {
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.room-price-wrap .btn {
        width: 40%;
    justify-content: center;
    align-items: center;
}
    .loc-item li .title-type {
    font-size: 14px;
}
.loc-item li .distance{
    font-size: 13px;
    padding: 2px 10px;
    line-height: 1.2;
}
}
/* location sec ends */
/* 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 */