
.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 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;
}
/* package overview end here */
/* package  start */
.package-price-wrap .hotel-price, .package-price-wrap small {
    color: #0c0407;
}
.package-detail-wrap {

}
.package-info {
    margin: 15px 0px 0px;
}
.package-info h3 {
    margin-bottom: 0px;
        width: 100%;
    white-space: normal;
    overflow: visible;
    font-size: 18px;
    font-weight: 500;
}
.package-wrap a, .package-wrap a small{
    text-decoration: none;
    color: var(--body-text-color);
}
.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;
}
.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);
}
.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;
}
/* package  ends */



/* hotel slider section 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 */
