/* Toàn bộ website dùng Lora mặc định */
html, body {
  font-family: "Lora", serif !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: #222; /* text màu sang trọng, không đen gắt */
  font-size: 16px !important;
}

/* Heading, tiêu đề, slogan */
h1, h2, h3, h4, h5, h6,
.navbar, .menu, .site-title {
  font-family: "Playfair Display", serif !important;
  font-weight: 600;
  letter-spacing: 0.5px; /* tạo cảm giác tinh tế */
  color: #111;
}

/* Nếu muốn tiêu đề sang trọng hơn */
h1, h2 {
  font-weight: 700;
  line-height: 1.3;
}

/* Đoạn text mô tả */
p {
  margin-bottom: 1.2em;
  font-size: 1.05rem;
}

/* Nút CTA (sang trọng, hiện đại) */
.btn {
  font-family: "Playfair Display", serif !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ============ Slider Luxury Style ============ */
.slider_area {
  position: relative;
  overflow: hidden;
}

.single_slider {
  position: relative;
  height: 100vh; /* full màn hình */
  background-size: cover;
  background-position: center;
}

.single_slider::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
  z-index: 1;
}

.slider_text {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

/* Tiêu đề */
.slider_text h3 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  margin-bottom: 20px !important;
  display: inline-block !important;
  position: relative !important;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1.2s ease forwards;
  animation-delay: 0.3s;


/* Hiệu ứng */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


  /* Màu chữ */
  color: #fff !important;

  /* Viền responsive */
  -webkit-text-stroke: clamp(0.6px, 0.4vw, 3px) #d4af37 !important;

  /* Fallback viền bằng shadow để tương thích trình duyệt */
  text-shadow:
    0.5px 0.5px 0 #d4af37,
   -0.5px 0.5px 0 #d4af37,
    0.5px -0.5px 0 #d4af37,
   -0.5px -0.5px 0 #d4af37 !important;
}
.slider_text p {
  color: #e8ef7f !important;
}
/* Line vàng gold dưới chữ */
.slider_text h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 15px auto 0;
}

/* Đoạn mô tả */
.slider_text p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  color: #f0f0f0;
  text-shadow: 0 4px 12px rgba(0,0,0,0.6);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1.2s ease forwards;
  animation-delay: 0.6s;
}

/* Hiệu ứng */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.single_slider {
  position: relative;
  height: 700px; /* chỉnh chiều cao theo ý */
  overflow: hidden;
}

.slide_bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomEffect 25s ease-in-out infinite alternate;
  z-index: 1;
}

.slider_text {
  position: relative;
  z-index: 2; /* chữ nằm trên ảnh */
  color: #fff;
  text-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

@keyframes zoomEffect {
  from { transform: scale(1); }
  to   { transform: scale(1.3); }
}

.slider_text h3 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.slider_text p {
  font-size: 1.2rem;
}

.features_room .rooms_here .single_rooms::before {
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.3) 77%) !important;
    opacity: 1 !important; /* giữ nguyên, vì độ trong suốt đã chỉnh trong rgba */
    z-index: 1 !important;
}

.features_room .rooms_here .single_rooms .room_thumb .room_heading .book_now:hover {
    color: #fff !important;   /* ép màu trắng khi hover */
}


.popup_box {
    background: #fff;
    display: inline-block;
    z-index: 9;
    width: 100%;
    max-width: 681px; /* giữ max cho màn hình lớn */
    padding: 60px 40px;
    box-sizing: border-box; /* tránh tràn khi có padding */
}
@media (max-width: 767px) {
    .white-popup-block {
		width: 90%;
        padding: 20px 15px; /* giảm padding cho mobile */
        margin: 0 10px; /* tạo khoảng trống hai bên */
    }
}

.room_heading_inner {
    background-color: rgba(0, 0, 0, 0.5); /* nền tối mờ */
    padding: 15px;
    border-radius: 6px;
    color: #fff;
}

.room_heading_inner h3,
.room_heading_inner span {
    color: #fff; /* tiêu đề & giá màu trắng */
}

.room_details {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    font-size: 14px;
    color: #fff; /* chữ trắng */
}

.room_details li {
    margin-bottom: 4px;
}


#contact-form-customer .col-xl-6,
#contact-form-customer .col-xl-12 {
    margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 55px !important;
        -webkit-text-stroke: clamp(0.6px, 0.4vw, 1px) #d4af37 !important;
    }
}

@media (max-width: 767px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 55px !important;
        -webkit-text-stroke: clamp(0.6px, 0.4vw, 1px) #d4af37 !important;
    }
}
