/* ============================= */
/* GLOBAL / RESET                */
/* ============================= */
*,
*::before,
*::after { box-sizing: border-box; }

html, body{
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

img{ max-width: 100%; height: auto; display: block; }

#container,
#header,
#content,
#footer{
  width: 100% !important;
  max-width: none !important;
}

#container{
  margin: 0 !important;
  padding: 0 !important;
}

/* ============================= */
/* HEADER – THANH CỜ             */
/* ============================= */
.header-top{
  background: #0062cc;
  color: #ffffff;
}

.header-top__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.language-flag{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.language-flag a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 2px;
}

.language-flag i.fi{ font-size: 24px; }

@media (max-width: 767.98px){
  .header-top__inner{ padding: 8px 16px; }
  .language-flag{ justify-content: center; gap: 10px; display: flex !important; }
  .language-flag i.fi{ font-size: 20px; }
}

/* ============================= */
/* HEADER – LOGO + ĐẶT DỊCH VỤ   */
/* ============================= */
.header-main{
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.header-main__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main__logo img{
  max-width: 180px;
  height: auto;
}

.header-main__book .booking{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 999px;
  border: 2px solid #0062cc;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #0062cc;
  background: #ffffff;
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.header-main__book .booking:hover{
  background: #0062cc;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, .35);
}

@media (max-width: 767.98px){
  .header-main__inner{ padding: 6px 10px; }
  .header-main__logo{ flex: 1; text-align: center; }
  .header-main__logo img{ max-width: 130px; }
  .header-main__book{ flex: 0 0 auto; }
}

/* ============================= */
/* SLIDER TRANG CHỦ (Owl v1.3.3) */
/* Desktop/Tablet: KHÔNG crop    */
/* Mobile: cover full khung      */
/* ============================= */
.home-hero,
.home-hero__slider{
  width: 100% !important;
}

/* Owl carousel phải display:block (nhiều theme set display:none trước init) */
.home-hero__slider.owl-carousel{
  display: block !important;
}

.home-hero__slide{
  width: 100%;
  overflow: hidden;
  background: #fff;
}

/* Desktop/Tablet: hiển thị theo đúng tỉ lệ ảnh (không ép height) */
.home-hero__slide picture,
.home-hero__slide img{
  display: block;
  width: 100% !important;
  height: auto !important;     /* quan trọng: desktop/tablet không bị cắt */
}

/* Owl v1.3.3 đúng class: chỉ chặn tràn */
.home-hero__slider .owl-wrapper-outer{
  width: 100% !important;
  overflow: hidden !important;
}

/* TUYỆT ĐỐI KHÔNG set width:100% cho .owl-wrapper / .owl-item (Owl v1 tính width bằng JS) */
.home-hero__slider .owl-wrapper{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-hero__slider .owl-item{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Mobile: ép chiều cao + cover (dùng ảnh Mobile.png riêng) */
@media (max-width: 767.98px){
  .home-hero__slide{
    height: min(72svh, 740px);
  }

  .home-hero__slide picture,
  .home-hero__slide img{
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }

  /* Owl v1: wrappers phải ăn theo chiều cao slide */
  .home-hero__slider .owl-wrapper-outer,
  .home-hero__slider .owl-wrapper,
  .home-hero__slider .owl-item{
    height: 100% !important;
  }
}

/* ============================= */
/* TEXT DƯỚI SLIDE               */
/* ============================= */
.home-intro{
  text-align: center;
  padding: clamp(12px, 2vh, 22px) 16px;
}

.home-intro h2{
  margin: 0 0 8px;
  font-size: clamp(16px, 2.2vw, 24px);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
}

.home-intro p{
  margin: 0;
  font-size: clamp(12px, 1.6vw, 16px);
  font-style: italic;
}

/* ============================= */
/* FOOTER                        */
/* ============================= */
.borderFooter{ display: none; }

#footer .ct1k2{
  background: #4ba623;
  color: #ffffff;
}

#footer .footer-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(14px, 2.2vh, 28px) clamp(16px, 2vw, 32px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(16px, 2vh, 48px);
}

/* Tablet dọc: tăng footer để “đỡ trống” */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
  #footer .footer-inner{
    padding-top: max(28px, 3.2vh);
    padding-bottom: max(28px, 3.2vh);
  }
}

#footer .footer-info h5{
  margin: 0 0 10px;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.footer-info__list{
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.footer-info__list li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 6px 0;
  line-height: 1.5;
  font-size: clamp(11px, 1.3vw, 14px);
}

.footer-info__list li i{
  width: 18px;
  text-align: center;
  margin-top: 2px;
}

.footer-info__list a{
  color: inherit;
  text-decoration: none;
}
.footer-info__list a:hover{ text-decoration: underline; }

#footer .footer-extra{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  min-width: 230px;
}

#footer .footer-extra .logo img{
  width: 160px;
  height: auto;
  display: block;
}

#footer .footer-extra .socialNetwork{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .footer-extra .socialNetwork li a{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .25);
  position: relative;
}

#footer .footer-extra .socialNetwork li a::before{
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 1;
}

#footer .footer-extra .socialNetwork a.fb{
  color: #1877f2;
  background-image: none !important;
}
#footer .footer-extra .socialNetwork a.fb::before{ content: "\f09a"; }

#footer .footer-extra .socialNetwork a.youtube{
  color: #ff0000;
  background-image: none !important;
}
#footer .footer-extra .socialNetwork a.youtube::before{ content: "\f167"; }

@media (min-width: 992px){
  #footer .footer-inner{
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 767.98px){
  #footer .footer-inner{
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 18px;
    gap: 14px;
  }

  /* Mobile: tăng cỡ chữ footer để dễ đọc */
  #footer .footer-info h5{ font-size: 16px; }
  .footer-info__list li{
    font-size: 14px;
    line-height: 1.65;
  }
  .footer-info__list li i{ width: 20px; }

  #footer .footer-extra{
    width: 100%;
    align-items: flex-start;
  }
  #footer .footer-extra .logo{ margin-bottom: 8px; }
  #footer .footer-extra .socialNetwork{
    justify-content: flex-start;
    margin-top: 6px;
  }
  #footer .footer-extra .socialNetwork li a{
    width: 32px;
    height: 32px;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .25);
  }
}

/* ============================= */
/* POPUP CHỌN NGÀY               */
/* ============================= */
.popup{
  position: fixed;
  inset: 0;
  z-index: 9990;
  display: none;
}

.popupBg{
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.popupContent{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 10px;
  width: 90%;
  max-width: 420px;
  max-height: calc(100vh - 40px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}


.popupContent .heading
{
    width: 100%;
    background: #7bba47;
    color: #ffffff;
    padding: 24px 18px 18px;
    text-align: center;
    border-radius: 12px 12px 0 0;
}

.popupContent .heading p
{
    font-size: 28px;
    font-family: Arial;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.popupMain{
  padding: 24px;
  overflow: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.popupMain .input1{
  position: relative;
  margin-bottom: 12px;
  text-align: center;
}

.popupMain .input1 p{
  font-size: 14px;
  margin-bottom: 4px;
}

.popupMain .input1 input{
  width: 240px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #222;
  font-size: 15px;
  font-weight: 600;
  text-indent: 12px;
  margin: 0 auto;
}

.popupMain .input1 .calendarBtn{
  display: block;
  position: absolute;
  right: calc(50% - 120px);
  bottom: 0;
  width: 36px;
  height: 36px;
  background: url("/Content/images/calendar_icon.png") center no-repeat;
  pointer-events: none;
}

.luuy{
  font-size: 14px;
  font-style: italic;
  text-align: center;
  padding: 16px 0;
}
.luuy b{ color: #f37335; }

.popup .submit{
  font-size: 0;
  text-align: center;
  margin-top: 16px;
  position: sticky;
  bottom: 0;
  background: #fff;
  padding-top: 12px;
  z-index: 1;
}


.popup .submit .btn{
  display: inline-block;
  min-width: 220px;
  padding: 0 24px;
  height: 46px;
  border-radius: 999px;
  border: none;
  background-color: #7bba47;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.popup .submit .btn:hover{ background-color: #87cd4e; }

/* ============================= */
/* DATEPICKER (jQuery UI)        */
/* ============================= */
#ui-datepicker-div{
  background-color: #ffffff;
  z-index: 9999999 !important;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0;
  font-size: 13px;
  width: auto;
  min-width: 0;
}

#ui-datepicker-div .ui-datepicker-header{
  background-color: #7bba47;
  text-align: center;
  height: 36px;
  line-height: 34px;
}

#ui-datepicker-div .ui-datepicker-header a{ float: left; }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next{ float: right; }

#ui-datepicker-div .ui-datepicker-header a span{
  display: block;
  padding: 0 10px;
  color: #ffffff;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-title span{ color: #ffffff; }

#ui-datepicker-div table{
  text-align: center;
  margin: 0 auto;
}

#ui-datepicker-div th span{
  display: block;
  padding: 4px 0 2px;
  font-size: 10px;
  text-transform: uppercase;
  color: #777777;
}

#ui-datepicker-div td{
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  vertical-align: middle;
}
#ui-datepicker-div td:last-child{ border-right: none; }

#ui-datepicker-div td a,
#ui-datepicker-div td span{
  display: block;
  width: 32px;
  line-height: 32px;
  font-size: 13px;
  transition: all 0.2s;
}

#ui-datepicker-div td a:hover{ background-color: #e5e5e5; }

#ui-datepicker-div .ui-datepicker-current-day a{
  font-weight: bold;
  color: #ffffff;
  background-color: #7bba47;
}

#ui-datepicker-div .ui-datepicker-today a{
  background-color: #ffffff;
  font-weight: bold;
  color: #7bba47;
}

/* ============================= */
/* NÚT HỖ TRỢ (FAB)              */
/* ============================= */
.support-fab{
  position: fixed;
  bottom: 80px;
  right: 16px;
  z-index: 1200;
}

.support-fab__toggle{ display: none; }

.support-fab__main{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f97316;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.35);
}

.support-fab__main i{ font-size: 22px; }
.support-fab__main span{ font-size: 11px; font-weight: 600; }

.support-fab__list{
  position: absolute;
  bottom: 64px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: 0.2s ease;
}

.support-fab__toggle:checked ~ .support-fab__list{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.support-fab__item{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-decoration: none;
  font-size: 13px;
}

.support-fab__item span{
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  white-space: nowrap;
}

.support-fab__item i{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
  color: #f97316;
}

.support-fab__item img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
  background: transparent;
}

@media (max-width: 767.98px){
  .support-fab{ bottom: 20px; right: 16px; }
}

/* ============================= */
/* SweetAlert2 Toast              */
/* ============================= */
.swal2-popup.ntt-toast{
  background: #0ea5e9;
  color: #ffffff;
  border-radius: 18px;
  padding: 10px 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
  font-size: 14px;
}

.swal2-popup.ntt-toast .swal2-title,
.ntt-toast__title{
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 0 6px;
}

.swal2-popup.ntt-toast .swal2-icon,
.ntt-toast__icon{
  margin: 0;
  margin-right: 8px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-width: 0;
}

.swal2-popup.ntt-toast .swal2-timer-progress-bar,
.ntt-toast__progress{
  background: rgba(255, 255, 255, 0.8);
  height: 3px;
  border-radius: 999px;
}

/* ===== Check-in (Home + Public) ===== */
.home-checkins{max-width:1200px;margin:0 auto;padding:16px 12px 24px}
.home-checkins__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.home-checkins__head h3{margin:0;font-size:18px;font-weight:800}
.home-checkins__all{text-decoration:none;font-weight:600}
.home-checkins__track{display:flex;gap:14px;overflow-x:auto;padding-bottom:10px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}
.home-checkins__card{flex:0 0 260px;scroll-snap-align:start;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 12px 28px rgba(0,0,0,.08);overflow:hidden;text-decoration:none;color:inherit}
.home-checkins__img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.home-checkins__body{padding:12px}
.home-checkins__title{font-weight:800;font-size:14px;line-height:1.3}
.checkin-badge{display:inline-block;font-size:12px;font-weight:700;padding:4px 8px;border-radius:999px;background:rgba(255,193,7,.2);margin-bottom:6px}

@media (min-width:1200px){.home-checkins__card{flex-basis:260px}}
@media (min-width:768px) and (max-width:1199.98px){.home-checkins__card{flex-basis:240px}}
@media (max-width:767.98px){.home-checkins__card{flex-basis:82%}}

.checkin-page{max-width:1200px;margin:0 auto;padding:18px 12px 40px}
.checkin-page__head h1{margin:0 0 12px;font-size:22px;font-weight:900}
.checkin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media (max-width:1199.98px){.checkin-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:767.98px){.checkin-grid{grid-template-columns:1fr}}
.checkin-card{display:block;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 12px 28px rgba(0,0,0,.08);background:#fff;color:inherit;text-decoration:none}
.checkin-card__img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.checkin-card__img--placeholder{width:100%;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.04);color:rgba(0,0,0,.45);font-weight:700}
.checkin-card__body{padding:12px}
.checkin-card__title{font-weight:900;margin-bottom:6px}
.checkin-card__summary{opacity:.85;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.checkin-pager{margin-top:18px;display:flex;align-items:center;justify-content:center;gap:14px}
.checkin-pager a{text-decoration:none;font-weight:700}

.checkin-detail{max-width:900px;margin:0 auto;padding:18px 12px 44px}
.checkin-back{text-decoration:none;font-weight:700;display:inline-block;margin-bottom:10px}
.checkin-detail__head h1{margin:0 0 8px;font-size:24px;font-weight:900}
.checkin-detail__summary{opacity:.85;margin-bottom:12px}
.checkin-detail__cover{width:100%;max-height:520px;object-fit:cover;border-radius:18px;display:block;margin:12px 0}
.checkin-gallery{display:flex;gap:10px;overflow-x:auto;padding:6px 0 10px;-webkit-overflow-scrolling:touch}
.checkin-gallery__item{flex:0 0 220px;border-radius:14px;overflow:hidden;display:block}
.checkin-gallery__item img{width:100%;height:150px;object-fit:cover;display:block}
.checkin-detail__content{margin-top:12px;line-height:1.75;text-align:justify;text-justify:inter-word;word-break:break-word}
.checkin-detail__content p{margin:0 0 12px;text-align:justify}
.checkin-detail__content h1,.checkin-detail__content h2,.checkin-detail__content h3,.checkin-detail__content h4{margin:18px 0 10px;font-weight:900}
.checkin-detail__content ul,.checkin-detail__content ol{margin:0 0 12px 18px}
.checkin-detail__content img{max-width:100%;height:auto;border-radius:12px}
.checkin-detail__content table{display:block;max-width:100%;overflow-x:auto}


/* ===== NTT patch: full-width check-in sections (desktop) ===== */
.home-checkins {
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 16px 0 24px;
  background: #fff;
}
.home-checkins__head,
.home-checkins__track {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: clamp(12px, 4vw, 80px);
  padding-right: clamp(12px, 4vw, 80px);
}

@media (min-width: 992px) {
  .home-checkins__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    overflow-x: visible;
    scroll-snap-type: none;
  }
  .home-checkins__card { min-width: 0; }
}
.checkin-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 18px 0 40px;
  background: #fff;
}
.checkin-page__head,
.checkin-grid,
.checkin-pager {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.checkin-detail {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 18px 0 44px;
  background: #fff;
}
.checkin-detail__head,
.checkin-detail__content,
.checkin-gallery,
.checkin-detail__cover {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.checkin-detail__head,
.checkin-detail__content,
.checkin-gallery {
  padding-left: 12px;
  padding-right: 12px;
}
.checkin-detail__cover {
  display: block;
}

/* jQuery UI Datepicker: show only Today button (hide Close) */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close{
  display: none !important;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
  opacity: 1;
  font-weight: 600;
}




/* Popup confirm button: same style as header 'Đặt dịch vụ' */
.popup .submit .btn,
.popupContent .submit .btn-confirm-date,
.popupContent .submit input.btn-confirm-date{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 0 24px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid #0062cc;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #0062cc;
  background: #ffffff;
  text-transform: none;
  cursor: pointer;
  box-shadow: none;
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.popup .submit .btn:hover,
.popupContent .submit .btn-confirm-date:hover,
.popupContent .submit input.btn-confirm-date:hover{
  background: #0062cc;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, .35);
}

/* Datepicker 'Today' button *//* Datepicker 'Today' button */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    background: #7bba47;
    color: #ffffff;
    border: 1px solid #7bba47;
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: 600;
}


/* =====================
   PATCH: Date popup - remove green theme, align buttons
   ===================== */

/* Popup heading: white background (no green) + tighter spacing (remove big top whitespace) */
.popupContent .heading{
    background: #ffffff !important;
    color: #0f172a !important;
    padding: 12px 18px 8px !important;
    border-bottom: 1px solid rgba(15,23,42,.12);
}
.popupContent .heading p{
    color: #0f172a !important;
    margin: 0 !important;
}

/* Reduce top padding inside popup body to avoid extra whitespace */
.popupMain{
    padding-top: 14px !important;
}

/* Datepicker header: white background (no green) */
.ui-datepicker .ui-datepicker-header{
    background: #ffffff !important;
    border: 1px solid rgba(15,23,42,.12) !important;
}
.ui-datepicker .ui-datepicker-title{
    color: #0f172a !important;
    font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    color: #0062cc !important;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover{
    background: rgba(0,98,204,.08) !important;
    border-radius: 6px;
}

/* Active day highlight: blue (match booking button) */
.ui-datepicker td a.ui-state-active,
.ui-datepicker td span.ui-state-active{
    background: #0062cc !important;
    border-color: #0062cc !important;
    color: #fff !important;
}

/* Today day: subtle highlight */
.ui-datepicker td a.ui-state-highlight,
.ui-datepicker td span.ui-state-highlight{
    border-color: rgba(0,98,204,.35) !important;
    background: rgba(0,98,204,.10) !important;
    color: #0f172a !important;
}

/* Datepicker button panel: white background */
#ui-datepicker-div .ui-datepicker-buttonpane{
    background: #ffffff !important;
    border-top: 1px solid rgba(15,23,42,.12) !important;
}

/* TODAY button = same style as confirm/book button */
#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-current{
    background: #fff !important;
    border: 2px solid #0062cc !important;
    color: #0062cc !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    padding: 8px 18px !important;
    cursor: pointer !important;
    transition: all .2s ease-in-out !important;
}
#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-current:hover{
    background: #0062cc !important;
    color: #fff !important;
}

/* If the datepicker also renders a Close/Done button, keep same style */
#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-close{
    background: #fff !important;
    border: 2px solid #0062cc !important;
    color: #0062cc !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    padding: 8px 18px !important;
    cursor: pointer !important;
    transition: all .2s ease-in-out !important;
}
#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-close:hover{
    background: #0062cc !important;
    color: #fff !important;
}

/* =====================
   PATCH: Detail popup (Swal) - shrink width to content
   ===================== */

/* Force SweetAlert popup to not be overly wide */
.swal2-popup.ntt-swal-popup{
    width: auto !important;
    max-width: 620px !important;
}

@media (max-width: 768px){
    .swal2-popup.ntt-swal-popup{
        max-width: calc(100vw - 24px) !important;
    }
}
