.navbar-fixed {
    padding: 0px;
}
.logo img {
        max-width: 130px;
        position: relative;
    bottom: 0px;
    border-bottom: 0px solid #78bb26;
}
.overview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 23; 
    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;
}

.wedding-banner {
    margin-top: 70px;
    background-position: center top;
    padding-top: 150px;
    height: 450px;
    background-repeat: no-repeat;
}
.bh {
    text-shadow: 0px 0px 0px rgb(111 66 49);
    margin-bottom: 20px;
}
.wep .breadcrumb {
    justify-content: center;
}
.wep .breadcrumb-item a, .wep .breadcrumb-item::after, .wep .breadcrumb-item.active {
    color: #fff;
    font-weight: 400;
}
.ws-right {
    padding-right: 70px;
}
.ws-right p {
    font-size: 15px;
}
.venue, .service {
    height: 100%;
    background-color: var(--primary-color-light);
    padding: 20px 20px 15px;
    border-radius: 8px;

}
.service {
    background-color: var(--secondry-color-light);
    margin-bottom: 0px;
}
.venue img, .service img{
    border-radius: 8px;
    border-bottom: 4px solid var(--primary-color);
}
.service img {
    border-color: var(--secondry-color);
}
.venue h3, .service h3{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -.4px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.venue p, .service p {
    font-size: 15px;
    margin-bottom: 5px;
}
.wcw {
    margin-bottom: 30px;
}
.wcw .point-box  {
    border-radius: 0px;
    border: 1px solid #e4e4e4;
    padding:30px 18px 30px 25px;
}
.wcw .point-box h3{
        font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -.4px;
}

.wcw .point-icon-wrap {
    border-radius: 0px;
    width: 60px;
    height: 60px;
}
.form-img-wrap {
    position: relative;
    height: 690px;

}
.float-cont-wrap {
   position: absolute;
    width: 70%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.float-cont-wrap h2 {
    color: #fff;
    font-size: 40px;
}
.form-wrap.wdf {
    background-color: #f2f2f2;
    padding: 40px 40px 20px;
    height: 100%;
    border-radius: 0px;
}
.wdf .form  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wdf .field-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4%;
    margin-top: 0px;
    width: 100%;
}
.wdf .input-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    width: 48%;
}
.wdf .field-wrap .form-control {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
    border:1px solid #d4d4d4;
}
.text-danger {
    color: red;
    font-size: 14px;
}
.hidden {
    display: none;
}
.visible {
    display: block;
}
.btn-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    gap: 15px;
}
.btn-wrap .btn.arrow-btn {
    margin: 0px;
}
.btn-wrap .btn.back {
    padding: 10px 20px;
}
.btn-wrap .btn.arrow-btn .left-arrow{
    transform: rotate(180deg);
    margin-left: 0px;
    margin-right: 10px;
}
label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wed-services p {
    padding-right: 15px;
}



@media (max-width:767px){
    .logo img {
        max-width: 100px;
    }
    .form-img-wrap {
        height: 200px;
    }
    
    .form-wrap {
        padding: 30px 20px;
    }
    .form-wrap .h3 {
        font-size: 24px;
    }
    .float-cont-wrap h2 {
        font-size: 24px;
    }
    .float-cont-wrap p {
        font-size: 14px;
        color: #000;
    }
    .wedding-banner {
        margin-top: 60px;
        padding-top: 30px;
        background-size: cover;
        height: 280px;
        background-position: left top;
        padding-left: 15px;
        padding-right: 15px;
    }
     .wedding-banner .bh {
        font-size: 32px;
        color: #fff;
        font-weight: 600;
        line-height: 1.3;
     }
     .venue:last-child {
        margin-bottom: 0px;
     }
     .field-wrap .form-control {
        width: 100%;
        margin-bottom: 15px;
    }
    .ws-right {
        padding-right: 0px;
    }
    .venue p {
    padding-right: 0px;
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.wed-services p {
    padding-right: 0px;
}

}

/* corporate events start here */
.ce-welcome-text {
    column-count:2;
    column-gap: 50px;
    margin-top: 10px;
}
.ce-welcome-text h3{
        font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.4;
}
@media (max-width:767px){
    .ce-welcome-text {
        column-count:1;
    }
}

/* corporeate events ends here */


/* hotel slider section start here */
/* package  start */
.package-price-wrap .hotel-price, .package-price-wrap small {
    color: #0c0407;
}

.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  ends */
.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 */