/* ROOMS CAROUSEL */
/* GRID */

.hotel-room-slide {
    flex: 0 0 300px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.hotel-room-grid-item .hotel-room-box {
    width: 100%;
    height: 570px;
}

.hotel-rooms-grid {
    display: grid;
    gap: 30px;
}

.hotel-rooms-carousel {
    position: relative;
    width: 100%;
    overflow: visible;
    padding: 20px 0 30px 0;
}

.hotel-rooms-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 12px 25px 12px;
    scroll-snap-type: x mandatory;
}

.hotel-rooms-track::-webkit-scrollbar {
    display: none;
}

.hotel-room-slide {
    scroll-snap-align: start;
}

/* ROOM BOX */

.hotel-room-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.3;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hotel-room-box:hover {
    box-shadow: 0px 0px 10px #e6c86f;
}

.hotel-room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.hotel-room-box:hover .hotel-room-image {
    transform: scale(1.08);
}

.hotel-room-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hotel-room-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    box-sizing: border-box;
}

.hotels-heading-rooms {
    margin: 0;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 900;
}

.hotels-text-rooms {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 20px;
    letter-spacing: -0.2px !important;
}

.rooms-look,
.rooms-reserve {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.rooms-look {
    background: #b0974a;
    color: #fff;
}

.rooms-look:hover {
    background: #a88f42;
    color: #fff;
    text-decoration: none;
}

.rooms-reserve {
    background: #0e275a;
    color: #fff;
}

.rooms-reserve:hover {
    background: #142f66;
    color: #fff;
    text-decoration: none;
}

/* ARROWS */

.hotel-rooms-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    width: 40px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    color: rgba(14, 39, 90, 1);
    border: none;
    border-radius: 5px;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hotel-rooms-arrow:hover {
    background: rgba(255, 255, 255, 1);
    color: rgba(14, 39, 90, 1);
}

.hotel-rooms-arrow.prev {
    left: -15px;
}

.hotel-rooms-arrow.next {
    right: -15px;
}


/* ROWS */

.hotels-rows {
    padding-top: 80px;
    padding-bottom: 50px;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0)
    );
}

.hotels-rows1 {
    padding-top: 80px;
    padding-bottom: 50px;
    background: linear-gradient(
        to right,
        rgba(14, 39, 90, 0.02),
        rgba(14, 39, 90, 0.15)
    );
}

.hotels-rows .owl-prev,
.hotels-rows .owl-next,
.hotels-rows1 .owl-prev,
.hotels-rows1 .owl-next {
    background: rgba(255, 255, 255, 0.8);
    color: rgba(14, 39, 90, 1);
    border-color: rgba(255, 255, 255, 0) !important;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.hotels-rows .owl-prev:hover,
.hotels-rows .owl-next:hover,
.hotels-rows1 .owl-prev:hover,
.hotels-rows1 .owl-next:hover {
    background: rgba(255, 255, 255, 1);
    color: rgba(14, 39, 90, 1);
    border-color: rgba(255, 255, 255, 0) !important;
}

/* SLIKE */

.hotels-images img,
.hotels-images .vcex-image-img {
    border-radius: 10px !important;
    display: block;
}

/* TYPO */

.hotels-divider {
    margin-top: 0px;
    margin-bottom: 0px !important;
    color: #e6c86f !important;
    font-size: 25px;
    font-weight: 900;
}

.hotels-heading {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 900;
    color: #2E2E2E;
    text-transform: uppercase;
}

.hotels-text {
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    letter-spacing: -0.2px !important;
    padding-bottom: 30px;
    padding-top: 30px;
    font-weight: 400;
}

/* HOTELS FEATURES */

.hotel-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 20px;
  max-width: 1000px;
}

.hotel-feature-item {
  display: flex;
  align-items: flex-start;
}

.hotel-feature-icon {
  margin-right: 10px;
  line-height: 1;
  transform: translateY(1px);
  flex-shrink: 0;
}

.hotel-feature-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hotel-feature-label {
  color: #d4af57;
  font-size: 15px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.hotel-feature-value {
  display: block;
  line-height: 1;
  margin: 1px 0 0 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .hotel-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
  }
}

@media (max-width: 767px) {
  .hotel-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
  }
}

/* END*/