
.logo img {
    max-width: 130px;
    position: relative;
    bottom: 0px;
    border-bottom: 0px solid #78bb26;
}
.navbar-fixed {
    padding: 0px;
}
/* hotel overview+amenities start here */
.overview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10; 
    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;
}
/* hotel overview end 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 */
/* horizontal card sty ends here */
/* form-aside start here */
.form-wrap-aside {
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #d4d4d4;
    margin-left: 20px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}
.form-header {
    color: var(--heading-color);
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header span {
    font-size: 15px;
    font-weight: 400;
    color: var(--body-text-color);
    display: block;
    margin-top: 5px;
}
.form-lead .form {
    flex-direction: column;
}
.form-lead .d-block {
    width: 100%;
}
.form-lead .form-control {
    border:1px solid #d4d4d4;
}
.add-guest {
    display: flex;
    gap: 15px;
}
.call-back-sec-wrap {
    background-color: var(--secondry-color-light);
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 12px;
    margin-left: 20px;
}
@media (max-width:767px){
    .form-wrap-aside, .call-back-sec-wrap {
        margin-left: 0px;
    }
}
/* form-aside ends here */
