.rooms_details {
    margin-top: 40px;
}

/* ================= BREADCRUMB ================= */

.rooms_details .breadcrumb-bar {}

.rooms_details .breadcrumb_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.rooms_details .breadcrumb-bar .share-btn {
  background-color: #707070;
  border: 1px solid #e0e0e0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 4px;
}

.rooms_details .room_details .share-btn svg {
  width: 18px;
  height: 18px;
  color: #ffffff;
}

.rooms_details .breadcrumb {
    font-size: 14px !important;
    color: #202020;
    cursor: pointer;
}

.rooms_details .breadcrumb .active {
    font-weight: 600;
    text-decoration: underline;
}

.rooms_details .breadcrumb .breadcrumb-link {
    color: #202020;
    cursor: pointer;
    text-decoration: none;
}

/* ================= IMAGE SLIDER ================= */

.rooms_details .room_details .image_slider {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.rooms_details .room_details .image_slider .slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rooms_details .room_description {
  font-size: 16px;
  color: #202020;
  font-weight: 600;
}

/* ================= BUTTON ================= */

.rooms_details .room_details .Common_Btn .btn_wrapper .view_btn {
  background-color: #1f2937;
  border: none;
  padding: 9px 17px;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.rooms_details .room_details .Common_Btn .btn_wrapper .view_btn:hover {
  background-color: #f16625;
  color: #fff;
}

/* ================= DETAILS CARD ================= */

.rooms_details .room_details .details-card .title {
  font-size: 30px;
  margin-bottom: 10px;
  color: #202020;
  font-weight: 900;
  width: 450px;
}

.rooms_details .room_details .details-card .title span {
  font-size: 24px;
}

.rooms_details .room_details .details-card .address {
  font-size: 16px;
  color: #202020;
  margin-bottom: 15px;
  font-weight: 700;
}

/* ================= DATA TABLE (UPDATED) ================= */

.rooms_details .room_details .details-card .data_table {
  background: #eeefff;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 0;
}

.rooms_details .room_details .details-card .data_table .text {
  font-size: 18px;
  color: #202020;
  font-weight: 700;
}

.rooms_details .room_details .data_table .table {
  margin-bottom: 0;
  border-collapse: collapse;
}

.rooms_details .room_details .data_table .table th {
  font-size: 15px;
  font-weight: 700;
  color: #202020;
  border: none;
  padding: 6px 10px;
  background: #eeefff;
}

.rooms_details .room_details .data_table .table td {
  font-size: 15px;
  color: #202020;
  border: none;
  padding: 4px 10px;
  background: #eeefff;
}

.rooms_details .room_details .data_table .table th:not(:last-child),
.rooms_details .room_details .data_table .table td:not(:last-child) {
  border-right: 1px solid #ccc;
}

/* ================= FOOD SECTION ================= */

.rooms_details .room_details .details-card .food-section {
  background: #d6d6d6;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}

.rooms_details .room_details .food-section .table {
  margin-bottom: 0;
}

.rooms_details .room_details .food-section .table td {
  font-size: 14px;
  color: #202020;
  border: none;
  padding: 4px 5px;
  background: #d6d6d6;
}

/* ================= COMMON TEXT ================= */

.rooms_details .room_details .subtitle {
  font-weight: 700;
  font-size: 15px;
}

.rooms_details .room_details .list_item {
  margin-bottom: 2px;
}

/* ================= SWIPER ================= */

.rooms_details .room_details .custom-swiper-nav .swiper-button-prev,
.rooms_details .room_details .custom-swiper-nav .swiper-button-next {
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #202020;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  top: auto;
  transform: none;
  padding: 7px;
  font-weight: 900;
}

.rooms_details .room_details .custom-swiper-nav .swiper-button-prev:hover,
.rooms_details .room_details .custom-swiper-nav .swiper-button-next:hover {
  background-color: #f16625;
  color: #ffffff;
}

.rooms_details .room_details .custom-swiper-nav .swiper-button-prev {
  right: 50px;
  left: auto;
  bottom: 15px;
}

.rooms_details .room_details .custom-swiper-nav .swiper-button-next {
  right: 10px;
  bottom: 15px;
}

.rooms_details .room_details .custom-swiper-nav .swiper-button-prev::after,
.rooms_details .room_details .custom-swiper-nav .swiper-button-next::after {
  font-size: 8px;
}


.rooms_details .btn_wrapper .visit_btn {
  background-color: #1f2937;
  border: none;
  padding: 7px 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.rooms_details .btn_wrapper .visit_btn:hover {
  background-color: #f16625;
  color: #fff;
}


/* ====================Media Queries =================== */

@media (min-width: 991px) and (max-width: 1199px) {
  .rooms_details .room_details .details-card .title {
    font-size: 26px;
  }

  .rooms_details .room_details .details-card .address {
    font-size: 15px;
  }

  .rooms_details .room_details .image_slider {
    height: 100%;
  }

  .rooms_details .breadcrumb-bar .share-btn {}
}

@media (min-width: 768px) and (max-width: 991px) {
  .rooms_details {
    padding: 10px;
  }

  .rooms_details .room_details .image_slider {
    width: 100%;
  }

  .rooms_details .room_details .details-card .title {
    font-size: 22px;
    width: 100%;
  }

  .rooms_details .room_details .image_slider {
    height: 600px;
  }

  .rooms_details .room_details .details-card .address {
    font-size: 14px;
  }

  .rooms_details .room_details .details-card .data_table {
    padding: 10px 25px 10px 10px;
  }

  .rooms_details .room_details .details-card .data_table .text {
    font-size: 16px;
  }

  .rooms_details .room_details .list_item {
    font-size: 14px;
  }

  .rooms_details .room_description {
    font-size: 15px;
    text-align: justify;
  }

  .rooms_details .breadcrumb-bar .share-btn {}
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .rooms_details .room_details .image_slider {
    height: 200px;
    margin-bottom: 15px;
  }

  .rooms_details .room_details .details-card .title {
    font-size: 20px;
    width: 100%;
  }

  .rooms_details .room_details .details-card .title span {
    font-size: 17px;
  }

  .rooms_details .room_details .details-card .address {
    font-size: 15px;
  }

  .rooms_details .room_details .details-card .data_table {
    padding: 10px 25px 10px 10px;
  }

  .rooms_details .room_details .subtitle {
    font-size: 14px;
  }

  .rooms_details .room_details .list_item {
    font-size: 14px;
  }

  .rooms_details .room_description {
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 574px) {
  .rooms_details {
    margin-top: 0;
  }

  .rooms_details .room_details {
    padding: 10px 0;
  }

  .rooms_details .room_details .image_slider {
    height: 180px;
    margin-bottom: 15px;
  }

  .rooms_details .room_details .details-card .title {
    font-size: 18px;
    width: 90%;
  }

  .rooms_details .room_details .details-card .title span {
    font-size: 16px;
  }

  .rooms_details .room_details .details-card .address {
    font-size: 14px;
  }

  .rooms_details .room_details .details-card .data_table {
    padding: 10px 25px 10px 10px;
  }

  .rooms_details .room_details .subtitle {
    font-size: 13px;
  }

  .rooms_details .room_details .list_item {
    font-size: 14px;
  }

  .rooms_details .room_description {
    font-size: 14px;
    text-align: justify;
  }

  /* mobile table tweak */
  .rooms_details .room_details .data_table .table th,
  .rooms_details .room_details .data_table .table td {
    font-size: 13px;
    padding: 4px 6px;
  }

  .rooms_details .breadcrumb-bar .breadcrumbs_div {
    margin: 0;
  }

  .rooms_details .breadcrumb_div {
    margin-top: 20px;
  }
}