/*-----------------global css-------*/
body {
    background-color: #FBF6EE !important;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

.logo-img {
    max-height: 55px;
    width: auto;
}

@media (max-width: 768px) {
    .logo-img {
        max-height: 45px;
    }
}

    .room-amenities {
        display: flex;
        flex-wrap: wrap;
        /* Allows items to drop to the next line if they run out of room */
        gap: 12px 16px;
        /* 12px vertical spacing, 16px horizontal spacing between items */
        margin-bottom: 16px;
        /* Adds breathing room before the paragraph below */
    }

    .amenity-item {
        display: flex;
        align-items: center;
        /* Vertically centers the icon with the text */
        gap: 6px;
        /* Adds a consistent small space between the icon and the word */
        white-space: nowrap;
        /* CRITICAL: Prevents "Tea" and "Kettle" from splitting across lines */
        color: #555;
        /* Adjust to match your exact grey text color */
        font-size: 14px;
        /* Adjust to your design */
    }

    /* Optional: If you need to target the icons specifically for color/size */
    .amenity-item i,
    .amenity-item svg {
        color: #F5A623;
        /* Matches your orange icon color */
        font-size: 16px;
    }

/*-------------------------------section-cta-----------*/
.himalayan-escape-section {
    background-image: url('../img/himalays.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 120px 0;
}

.himalayan-escape-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 43, 0.82);
    z-index: 0;
}

.himalayan-escape-section .container {
    z-index: 1;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.btn-outline-gold {
    color: #fff;
    border: 2px solid #D8A868;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-outline-gold:hover {
    background-color: #D8A868;
    color: #fff;
}

/*-----------------facilites section-----------------*/
.facilities-section {
    background-color: #fcfdfc;
    padding: 50px 0;
}

.facilities-subtitle {
    color: #D8A868;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.facilities-subtitle::before,
.facilities-subtitle::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #D8A868;
    position: absolute;
    top: 50%;
}

.facilities-subtitle::before {
    left: -40px;
}

.facilities-subtitle::after {
    right: -40px;
}

.facilities-title {
    font-weight: 700;
    color: #222222;
}

.facilities-title span {
    color: #D8A868;
}

.facility-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.facility-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.facility-icon {
    color: #D8A868;
    font-size: 45px;
    margin-bottom: 25px;
}



/* Equal height testimonial cards */
.testimonial-carousel .owl-stage {
    display: flex;
}

.testimonial-carousel .owl-item {
    display: flex;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testimonial-item p {
    min-height: 100px;
}

.more-text {
    display: none;
}

/*-----------------Offers 1 style------------*/
.offers1 {
    position: relative;
}

.offers1 .item {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.offers1 .item:hover {
    transform: translateY(-5px);
}

.offers1 .item .img {
    position: relative;
}

.offers1 .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%);
    border-radius: 5px;
}

.offers1 .item .img img {
    width: 100%;
    border-radius: 5px;
}

.offers1 .item .con {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.offers1 .item .con .title {
    font-family: "Gilda Display", serif;
    font-size: 27px;
    font-weight: 400;
    color: #fff;
}

.offers1 .item .con .arrow {
    position: relative;
    display: block;
    top: 0px;
    transform: translateX(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}

.offers1 .item:hover .con .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.offers1 .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #BD945A;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.offers1 .item .con .arrow a:hover {
    background-color: #fff;
    color: #141414;
}

.offers1 .item .price {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #fff;
    color: #141414;
    font-family: "Urbanist", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 5px;
}