/* header*/
.nav>li>a {
    color: #523a2d !important;
}

.copyright-footer{
    font-size: 10px;
}
.footer-main {
    background-color: #232222;
}

.footer-col-menu-1,
.footer-col-menu-2 .ux-menu-link__link {
    color: white;
    font-size: 12px;
}

.ux-menu-link__link:hover {
    color: #3CBA84 !important;
}

.footer-col-info .col-inner .contact-text {
    color: white;
    font-size: 10px;
}

.footer-col-info {
    padding-bottom: 0 !important;
}

/*banner */
.button-expand {
    background: white !important;
    color: #65493A !important;
    border-radius: 8px !important;
}

/**/
.hotel-card {
    background: white;
    border-radius: 14px;
    box-shadow: 2px 0 18px rgba(0, 0, 0, .2);
}

.hotel-card .hotel-box-body {
    border-radius: 8px;
    padding: 10px;
}

.hotel-image img{
	border-radius: 10px;
}

.btn-link {
    color: #65493A !important;
    font-size: 12px !important;
    display: flex !important;
    justify-content: end !important;
}
/* Thêm icon ↗ bằng CSS */
.btn-link::after {
  content: "\2197"; /* unicode mũi tên chéo ↗ */
  font-size: 13px;
  line-height: 1;
  margin-left: 4px;
  display: inline-block;
}
/*slider */

/* ===== Hình ảnh trong slider ===== */
.main-slider .img-inner img {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.main-slider .img-inner img:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.main-slider .flickity-prev-next-button {
    color: #fff !important;
    background-color: #65493A !important;
    width: 42px;
    height: 42px;
    border-color: #523a2d !important;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    opacity: 1 !important;
    transition: background .25s ease, transform .25s ease;
}
.main-slider .flickity-prev-next-button .flickity-button-icon {
    width: 30px;
}

.main-slider .slider-nav-circle .flickity-prev-next-button svg {
    border: none !important;
    border-radius: 100%;
}

.main-slider .flickity-prev-next-button:hover {
    background-color: #523a2d !important;
    transform: scale(1.05);
}

.main-slider .flickity-prev-next-button.previous {
    left: -12px;
    /* khoảng cách mép trái */
}

.main-slider .flickity-prev-next-button.next {
    right: -12px;
    /* khoảng cách mép phải */
}

.main-slider .flickity-prev-next-button .arrow {
    fill: #fff !important;
}

/* ===== Chấm điều hướng (dots) ===== */
.flickity-page-dots {
    bottom: -28px !important;
}

.flickity-page-dots .dot {
    background: #65493A;
    opacity: 0.4;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: opacity .25s ease, transform .25s ease;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
    transform: scale(1.2);
}

/*imges ảnh */

.row-column-images .img-inner img {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: transform .25s ease, box-shadow .25s ease;
    width: 100%;
    height: auto;
    height: 100px;
    object-fit: cover;
}

.row-column-images .col {
    padding: 5px;
    /* cách giữa các ảnh */
}

.column-title {
    padding-bottom: 10px !important;
}

.column-title h3 {
    color: #65493A !important;
}

.btn-readmore {
    background: #FFFFFF !important;
    color: #65493A !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    width: 300px;
}

/*reponsive*/

/* Mobile layout cho hotel card */
@media (max-width: 767px) {
  .hotel-card .icon-box {
    display: block;          /* tách thành 2 phần: hình trên + text dưới */
  }
  .uppercase {
    line-height: 1.5 !important;
  }

  .hotel-card .icon-box-img {
    width: 100% !important;  /* hình full chiều ngang */
    margin-bottom: 12px;     /* khoảng cách với nội dung */
    display: block;
    max-width: 100% !important;
  }
  .btn-link {
    justify-content: center !important;
    display: flex;
  }
  .hotel-card .icon-box-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .hotel-card .icon-box-text {
    text-align: left;
  }
  .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 0 !important;
  }
}
