.pagination-ajax {
  text-align: center;
  margin-top: 20px;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #e6e6e6;
  border-radius:50%;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var( --primary-brown);
  background-color: var( --primary-brown);
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination-ajax a.first:before {
  background-image: url(../../../images/page-first.png);
}

.pagination-ajax a.last:before {
  background-image: url(../../../images/page-last.png);
}

.pagination-ajax a.prev:before {
  background-image: url(../../../images/page-prev.png);
}

.pagination-ajax a.next:before {
  background-image: url(../../../images/page-next.png);
}
.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.modal-content {
  background: #fff;
  max-width: 1200px;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 24px;
}
.modal-closeRoom {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 24px;
}
.reservation-form input,
.reservation-form textarea {
  width: 100%;
  padding: 10px;
  margin: 8px 0 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.btn-submit {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-background-room {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: contrast(120%) brightness(95%) saturate(120%) sharpness(20%);
}

.hero-content-title {
  position: relative;
  text-align: center;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.hero-title {
  font-size: 60px;
}

.title-son {
  padding: 10px 0;
}
.wrapper {
  margin-bottom: 100px;
  width: 100%;
}

.my-slider {
  padding: 0 70px;
}
.my-slider img {
  height: 60vh;
  width: 500px;
}

.slick-initialized .slick-slide {
  background-color: #fff;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}
.fadeInUp {
  animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 568px) {
  .my-slider {
    padding: 0 !important;
  }

  .my-slider img {
    width: 280px;
    height: 45vh;
  }
  .modal-content{
    max-height: 80vh;    
    overflow-y: auto;
  }
}
.breadCrumb {
  padding: 0.75rem 15px;
  background-color: transparent;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb-item a:hover {
  color: var( --primary-brown);
}

/* ================= CONTENT ================= */
.wrap-content.object-detail {
  padding: 35px 0 50px 0;
}

.title-main.header {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.pull-left.d-flex {
  margin-left: 2%;
  gap: 20px;
  font-weight:bold;
}
.pull-left.d-flex .block .post-time{
  font-size:20px;
}
.pull-left .post-time {
  font-size: 14px;
  color: #777;
}

.pull-left .post-time i {
  color: #c49b63;
  margin-right: 6px;
}

.content-main {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin-top: 20px;
}
.des-new {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
}

/* hạn chế nội dung quá dài tràn rộng */
.col-lg-9 {
  padding-right: 40px;
}

/* ================= SIDEBAR ================= */
.sidebar .widget {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 110px;
}

.sidebar-title .header {
  font-size: 19px;
  font-weight: 600;
  border-left: 4px solid #c49b63;
  padding-left: 10px;
  margin-bottom: 18px;
}
.sidebar-content{
  max-height: 350px; overflow-y: auto;
  overflow-x:hidden;
}

.sidebar-content .item {
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
}

.sidebar-content .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.item_content {
  display: flex;
  gap: 12px;
}

.item_content .img img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 6px;
}

.item_content .title h3 {
  font-size: 15px;
  margin-bottom: 3px;
}

.item_content .title h3 a {
  color: #222;
  font-weight: 600;
  text-decoration: none;
}

.item_content .title h3 a:hover {
  color: #c49b63;
}

.item_content .time {
  font-size: 13px;
  color: #999;
}
.button-footer {
  margin-top: 10px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 576px) {
  .hero-title-page {
    font-size: 26px;
  }
  .title-son {
    font-size: 13px;
  }
  .pull-left.d-flex {
    flex-direction: column;
    gap: 8px;
  }
  .item_content .img img {
    width: 60px;
    height: 60px;
  }
}
.form-right {
  border: 3px solid var(--primary-brown);
  width: 100%;

  padding: 25px;
}
.title-order {
  font-size: 28px;
  font-weight: 600;
}
.title-order-cat {
  border-bottom: 1px solid #e3e5d8;
  padding-top: 20px;
  font-size: 20px;
  font-weight:bold;
}
.title-order-detail {
  margin-top: 10px;
  line-height:1.7;
  font-size:16px;
  font-weight:400;
}
.button-reservation{
  background:var( --primary-brown);
 margin-top:20px;
 width:100%;
}
.breadcrumb{
  background:transparent;
  color:#fff;
  font-size:20px;
  text-decoration:none;
}
.top-left a{
  color: #fff;
}
.footer-link a{
  color: #fff;
}
.newsletter-input input {
  height: 45px;
}