@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&display=swap');

/* =========================================
   AMENITIES — 3 cột đều (3-3)
   ========================================= */
.amenities-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    align-items: stretch !important;
    width: 100% !important;
    justify-content: initial !important;
}
.amenities-grid > .wp-block-spectra-container {
    flex: none !important;
    width: auto !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* Tablet & mobile: 2 cột cho đỡ chật */
@media (max-width: 1024px) {
    .amenities-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 767px) {
    .amenities-grid { grid-template-columns: repeat(2, 1fr) !important; }
}


/* =========================================
   SMOOTH SCROLL
   ========================================= */
html { scroll-behavior: smooth; }
#booking { scroll-margin-top: 100px; }


/* =========================================
   ABOUT US
   ========================================= */
.about-us-layout,
.about-us-image,
.about-us-content {
    box-sizing: border-box !important;
    min-width: 0 !important;
}
.about-us-image figure {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.about-us-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}
.about-us-content,
.about-us-content h1,
.about-us-content h2,
.about-us-content h3,
.about-us-content h4,
.about-us-content h5,
.about-us-content h6,
.about-us-content p {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}
@media (max-width: 767px) {
    .about-us-layout {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 25px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        box-sizing: border-box !important;
    }
    .about-us-image {
        order: 1 !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .about-us-content {
        order: 2 !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 0 10px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
    .about-us-content h3 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 5px 0 22px !important;
        text-align: center !important;
        font-size: 27px !important;
        line-height: 1.3 !important;
    }
    .about-us-content p {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 24px !important;
        text-align: center !important;
        font-size: 18px !important;
        line-height: 1.55 !important;
    }
}


/* =========================================
   BOOK DIRECT
   ========================================= */

/* Tiêu đề Book Direct — Kiểu 1: eyebrow + serif + gạch nhấn */
h2#booking {
    display: block !important;
    width: 100% !important;

    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 46px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;

    color: #1a1a1a !important;
    text-align: center !important;

    margin: 0 0 40px 0 !important;
    padding: 0 !important;

    position: relative !important;
    box-sizing: border-box !important;
}

/* Dòng chữ nhỏ phía trên (eyebrow) */
h2#booking::before {
    content: "ATHENA HOTEL · RESERVATION" !important;
    display: block !important;
    font-family: "Nunito", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    color: #B8860B !important;
    margin-bottom: 14px !important;
    text-transform: uppercase !important;
}

/* Gạch vàng ngắn bên dưới */
h2#booking::after {
    content: "" !important;
    display: block !important;
    width: 60px !important;
    height: 3px !important;
    background-color: #F5A800 !important;
    border-radius: 2px !important;
    margin: 18px auto 0 auto !important;
}

/* Container CHA của form (flex) → ép căn giữa */
*:has(> .booking-form),
*:has(> * > .booking-form) {
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

/* Khối form — căn giữa, rộng cho 1 hàng ngang */
.booking-form {
    align-self: center !important;
    width: 100% !important;
    max-width: 1150px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
}

.booking-form .ezbe-form {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

/* Desktop: 6 ô TRÊN 1 HÀNG NGANG */
.booking-form .ezbe-row.no-gutters {
    display: grid !important;
    grid-template-columns:
        minmax(230px, 2.2fr)
        minmax(105px, 1fr)
        minmax(105px, 1fr)
        minmax(105px, 1fr)
        minmax(130px, 1.1fr)
        minmax(120px, 1fr) !important;
    grid-auto-rows: 56px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Cột */
.booking-form .ezbe-row.no-gutters > .ezbe-col-12 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Input / Select */
.booking-form .ezbe-form input,
.booking-form .ezbe-form select {
    width: 100% !important;
    max-width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    min-width: 0 !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
    font-size: 15px !important;
    text-align: left !important;
}

/* Nút Tìm phòng */
.booking-form .ezbe-form button,
.booking-form .ezbe-form input[type="submit"],
.booking-form .ezweb-form-submit {
    width: 100% !important;
    max-width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    min-width: 0 !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}


/* =========================================
   CONTACT / ASK YOUR QUERIES
   ========================================= */
.contact-section {
    width: 100% !important;
    max-width: 780px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}
.contact-section h2 {
    font-family: "Nunito", sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}


/* =========================================
   MOBILE
   ========================================= */
@media (max-width: 767px) {

    h2#booking {
        font-size: 32px !important;
        margin-bottom: 30px !important;
    }

    h2#booking::before {
        font-size: 11px !important;
        letter-spacing: 2px !important;
    }

    .booking-form {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Mobile: chuyển 6 ô về 1 cột dọc */
    .booking-form .ezbe-row.no-gutters {
        grid-template-columns: 1fr !important;
        grid-auto-rows: auto !important;
    }

    .booking-form .ezbe-row.no-gutters > .ezbe-col-12 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .booking-form .ezbe-form input,
    .booking-form .ezbe-form select,
    .booking-form .ezbe-form button,
    .booking-form .ezbe-form input[type="submit"],
    .booking-form .ezweb-form-submit {
        width: 100% !important;
        min-width: 0 !important;
        font-size: 16px !important;
    }

    .contact-section {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .contact-section h2 {
        font-size: 26px !important;
    }
}

/* Giãn cách các đoạn văn trong About Us */
.about-us-content p {
    margin-bottom: 18px !important;
}
.about-us-content p:last-child {
    margin-bottom: 0 !important;
}


/* =========================================
   GALLERY — căn giữa lưới hình
   ========================================= */
[data-spectra-id="spectra-mh90vsvv-0l539p"] {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
    column-gap: 30px !important;
}
[data-spectra-id="spectra-mh90vsvv-0l539p"] > figure {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
}
[data-spectra-id="spectra-mh90vsvv-0l539p"] > figure img {
    width: 100% !important;
    height: auto !important;
}

/* Ép container cha của Gallery căn giữa, bỏ lệch */
[data-spectra-id="spectra-5cadc15e-fdda-479f-b009-94cad4c6aba7"] {
    align-items: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

@keyframes ota-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.ota-marquee {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.ota-track {
  display: flex !important;
  width: max-content !important;
  animation: ota-scroll 30s linear infinite !important;
}
.ota-group {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}
.ota-group img {
  height: 38px !important;
  width: auto !important;
  flex-shrink: 0 !important;
  margin: 0 45px !important;
}

/* Bản dự phòng: nếu ảnh phòng là ẢNH NỀN container */
.room-zoom {
  overflow: hidden !important;
  transition: background-size 0.6s ease !important;
  background-size: cover !important;
}
.room-zoom:hover { background-size: 115% !important; }

.athena-footer-3col .af-social { display: flex; gap: 10px; margin-top: 14px; }
.athena-footer-3col .af-social a {
  width: 34px; height: 34px; background: #F5A800; border-radius: 6px;
  display: flex; align-items: center; justify-content: center; transition: opacity .25s;
}
.athena-footer-3col .af-social a:hover { opacity: .8; }

/* ===== FOOTER 3 CỘT ATHENA ===== */
.athena-footer-3col { max-width: 1100px; margin: 0 auto; padding: -30px 20px; font-family: 'Nunito', sans-serif; color: #e8e8e8; }
.athena-footer-3col .af-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; align-items: start; text-align: left; }

.athena-footer-3col .af-eyebrow {
  font-family: 'Nunito', sans-serif;
  color: #B8860B;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 14px;
}
.athena-footer-3col .af-tagline {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 1.5;
  color: #e8e8e8;
  font-style: italic;
  margin: 0;
}
.athena-footer-3col .af-tagline { font-size: 14px; line-height: 1.7; color: #c8cdd8; margin: 0; }

.athena-footer-3col .af-heading { color: #F5A800; font-size: 14px; font-weight: 700; letter-spacing: 1px; margin-bottom: 14px; }
.athena-footer-3col .af-link { display: block; color: #e8e8e8; text-decoration: none; font-size: 15px; margin-bottom: 9px; transition: color .25s; }
.athena-footer-3col .af-link:hover { color: #F5A800; }

.athena-footer-3col .af-contact { font-size: 14px; line-height: 1.6; margin: 0 0 9px; }
.athena-footer-3col .af-contact span { color: #F5A800; font-weight: 700; }
.athena-footer-3col .af-contact a { color: #e8e8e8; text-decoration: none; }
.athena-footer-3col .af-contact a:hover { color: #F5A800; }

.athena-footer-3col .af-social { display: flex; gap: 10px; margin-top: 14px; }
.athena-footer-3col .af-social img { height: 34px; width: 34px; }

.athena-footer-3col .af-bottom { max-width: 1100px; margin: 24px auto 0; padding: 16px 20px 0; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.athena-footer-3col .af-copy { font-size: 13px; color: #a8afbd; }
.athena-footer-3col .af-cards { display: flex; align-items: center; gap: 10px; }
.athena-footer-3col .af-cards-label { font-size: 12px; color: #B8860B; letter-spacing: 1px; }
.athena-footer-3col .af-cards img { height: 30px; width: auto; }

/* MOBILE: footer kiểu La Siesta — căn trái, gọn */
@media (max-width: 768px) {
  .athena-footer-3col { text-align: left; padding: 10px 24px; }
  .athena-footer-3col .af-grid { grid-template-columns: 1fr; gap: 30px; text-align: left; }

  /* eyebrow + tagline căn trái */
  .athena-footer-3col .af-eyebrow,
  .athena-footer-3col .af-tagline { text-align: left; }

  /* EXPLORE: menu chia 2 cột cho đỡ dài */
  .athena-footer-3col .af-col:nth-of-type(2) .af-link {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    margin-bottom: 12px;
  }

  /* social căn trái */
  .athena-footer-3col .af-social { justify-content: flex-start; }

  /* hàng dưới: copyright + thẻ, căn trái, xếp dọc gọn */
  .athena-footer-3col .af-bottom {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 12px;
  }
}

/* ===== ABOUT US — LA SIESTA STYLE ===== */
.athena-about-new {
  width: 100% !important;
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
  align-self: center !important;
  padding: 20px;
  text-align: center !important;
  font-family: 'Nunito', sans-serif;
}
.athena-about-new .aa-eyebrow { color: #B8860B; font-size: 13px; font-weight: 700; letter-spacing: 3px; margin-bottom: 16px; }
.athena-about-new .aa-title { font-family: 'Playfair Display', serif; color: #1a2b4a; font-size: clamp(30px, 5vw, 46px); font-weight: 700; line-height: 1.25; margin: 0 0 28px; }
.athena-about-new .aa-body { max-width: 760px; margin: 0 auto 40px; }
.athena-about-new .aa-body p { font-size: clamp(16px, 2.2vw, 18px); line-height: 1.9; color: #444; margin: 0 0 20px; }
.athena-about-new .aa-media { max-width: 760px; margin: 0 auto 44px; }
.athena-about-new .aa-media img { width: 100%; height: auto; border-radius: 10px; display: block; }
.athena-about-new .aa-features { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid #e6e6e6; margin-bottom: 36px; }
.athena-about-new .aa-feature { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.athena-about-new .aa-feature svg { width: 40px; height: 40px; }
.athena-about-new .aa-feature-label { font-family: 'Playfair Display', serif; color: #1a2b4a; font-size: clamp(16px, 2.2vw, 19px); line-height: 1.3; }
.athena-about-new .aa-reviews-label { color: #1a2b4a; font-weight: 700; font-size: 16px; margin-bottom: 14px; }
.athena-about-new .aa-reviews-badge { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.athena-about-new .aa-g { width: 26px; height: 26px; }
.athena-about-new .aa-brand { font-size: 20px; font-weight: 700; color: #1a2b4a; }
.athena-about-new .aa-stars { position: relative; display: inline-block; font-size: 22px; letter-spacing: 1px; line-height: 1; }
.athena-about-new .aa-stars::before { content: "★★★★★"; color: #d9d9d9; }
.athena-about-new .aa-stars-fill { position: absolute; top: 0; left: 0; color: #F5A800; overflow: hidden; white-space: nowrap; }
.athena-about-new .aa-score { font-size: 18px; font-weight: 700; color: #1a2b4a; margin-left: 2px; }
.athena-about-new .aa-reviews-count { color: #777; font-size: 14px; margin-top: 10px; }
@media (max-width: 600px) { .athena-about-new .aa-features { gap: 30px; } }

.athena-call-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  color: #fff; transition: all .25s;
}
.athena-call-btn svg { width: 22px; height: 22px; }
.athena-call-btn:hover { color: #F5A800; }

/* ===== NÚT GỌI ĐIỆN HEADER ===== */
.athena-call-btn {
  display: inline-block !important;
  width: 42px;
  height: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5A800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

/* Playfair cho tiêu đề section lớn */
.ast-container h2,
.entry-content h2,
h2#booking {
    font-family: "Playfair Display", Georgia, serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
}

/* ===== BOOKING BAR: overlay đè hero, box navy ===== */
.ath-booking-overlay {
  position: relative !important;
  z-index: 20 !important;
  margin: -70px auto 0 !important;   /* kéo lên đè hero + căn giữa */
  background: #14284a !important;
  max-width: 1180px !important;
  padding: 26px 30px !important;     /* vừa vặn, đều 4 phía */
  border-radius: 6px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.28) !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;    /* căn giữa dọc, hết trống dưới */
  justify-content: center !important;
}

/* Ép container con bên trong không đẩy lệch */
.ath-booking-overlay > * {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Nút SEARCH: đổi đỏ -> nâu vàng #bf882e */
.ath-booking-overlay .ezbe-form button,
.ath-booking-overlay .ezbe-form input[type="submit"],
.ath-booking-overlay .ezweb-form-submit,
.ath-booking-overlay button[type="submit"] {
  background-color: #bf882e !important;
  border-color: #bf882e !important;
  color: #fff !important;
}
.ath-booking-overlay .ezbe-form button:hover,
.ath-booking-overlay .ezweb-form-submit:hover,
.ath-booking-overlay button[type="submit"]:hover {
  background-color: #a8761f !important;   /* đậm hơn khi rê chuột */
  border-color: #a8761f !important;
}

/* Mobile: bỏ overlay cho gọn */
@media (max-width: 767px) {
  .ath-booking-overlay {
    margin-top: 0 !important;
    border-radius: 0 !important;
    padding: 18px 16px !important;
  }
}

/* Logo Bộ Công Thương ở footer */
.athena-footer-3col .af-bct {
  height: 30px;
  width: auto;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}