/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
     margin: 0 auto;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #1f1f21;
     font-size: 13px;
     font-family: 'Inter', 'Poppins', sans-serif;
     line-height: 1.75;
     font-weight: 400;
     letter-spacing: 0.01em;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: -0.02em;
     font-weight: 500;
     position: relative;
     padding: 0 0 10px 0;
     line-height: 1.25;
     color: #111111;
     margin: 0;
     font-family: 'Inter', 'Poppins', sans-serif;
}

h1 {
     font-size: 34px;
     font-weight: 500;
}

h2 {
     font-size: 26px;
     font-weight: 500;
}

h3 {
     font-size: 20px;
     font-weight: 500;
}

h4 {
     font-size: 15px;
     font-weight: 500;
}

h5 {
     font-size: 14px;
     font-weight: 500;
}

h6 {
     font-size: 13px;
     font-weight: 500;
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

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

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 14px !important;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 10px 16px;
     margin: 0 8px;
     color: #121212;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     border-bottom: 0;
     border-radius: 999px;
     transition: all .25s ease;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fe0000;
     background: rgba(254, 0, 0, 0.08);
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fe0000;
     background: rgba(254, 0, 0, 0.1);
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.header {
     width: 100%;
     min-height: 92px;
     padding: 14px 0;
     background: rgba(255, 255, 255, 0.96);
     backdrop-filter: blur(12px);
     box-shadow: 0 10px 30px rgba(18, 18, 18, 0.06);
     position: sticky;
     top: 0;
     z-index: 999;
}



/** banner section **/

.banner_main {
     position: relative;
     padding-bottom: 90px;
}

.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #000;
}

.banner .carousel-indicators .active {
     background: #fe0000;
}

.booking_ocline {
     position: absolute;
     width: 100%;
     top: 50%;
     transform: translateY(-50%);
}

.booking_ocline::before {
     content: "";
     position: absolute;
     inset: 0;
     background: linear-gradient(90deg, rgba(15, 21, 33, 0.72) 0%, rgba(15, 21, 33, 0.30) 48%, rgba(15, 21, 33, 0.08) 100%);
     pointer-events: none;
}

.booking_ocline .container {
     position: relative;
     z-index: 1;
}

/* Temporary hide removed to restore homepage hero and icon cards */

.hero-copy {
     color: #fff;
     padding: 35px 0;
     max-width: 620px;
}

.eyebrow {
     display: inline-block;
     color: #c9a55c;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-size: 12px;
     font-weight: 700;
     margin-bottom: 12px;
}

.hero-copy h1 {
     color: #fff;
     font-size: 58px;
     line-height: 1.05;
     max-width: 720px;
     margin-bottom: 18px;
}

.hero-copy p {
     color: rgba(255, 255, 255, 0.86);
     max-width: 620px;
     font-size: 18px;
     line-height: 1.7;
     margin-bottom: 28px;
}

.hero-actions {
     display: flex;
     gap: 14px;
     flex-wrap: wrap;
     margin-bottom: 24px;
     align-items: center;
}

.hero-text-link {
     color: #fff;
     font-size: 16px;
     font-weight: 600;
     text-decoration: none;
     border-bottom: 1px solid rgba(255, 255, 255, 0.45);
     padding-bottom: 2px;
     transition: all .2s ease;
}

.hero-text-link:hover {
     color: #c9a55c;
     border-bottom-color: #c9a55c;
}

.book_room {
     background: linear-gradient(180deg, rgba(18, 18, 18, 0.88), rgba(18, 18, 18, 0.74));
     padding: 34px 35px;
     border-left: #c9a55c solid 6px;
     border-radius: 24px;
     box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.book_room h1 {
     font-weight: 500;
     font-size: 30px;
     line-height: 30px;
     color: #fff;
     padding-bottom: 20px;
     text-transform: uppercase;
     text-align: center;
}

.book_now span {
     display: block;
     color: #fff;
     font-size: 18px;
     padding-bottom: 5px;
}

.book_now .online_book {
     width: 100%;
     height: 50px;
     border: #fff solid 1px;
     background-color: transparent;
     color: #fff;
     padding: 0 10px;
     padding-right: 61px;
     margin-bottom: 25px;
     position: relative;
}

.date_cua {
     position: absolute;
     width: 29px;
     height: 29px;
     top: 48px;
     background-repeat: no-repeat;
     right: 30px;
}

.book_btn {
     background: linear-gradient(135deg, #fe0000 0%, #c9a55c 100%);
     max-width: 210px;
     width: 100%;
     margin: 0;
     padding: 0 24px;
     min-height: 56px;
     border-radius: 50px;
     color: #fff;
     font-size: 18px;
     transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     line-height: 1;
     box-shadow: 0 16px 30px rgba(254, 0, 0, 0.25);
}

.book_btn:hover {
     color: #fff;
     transform: translateY(-1px);
     box-shadow: 0 18px 34px rgba(254, 0, 0, 0.32);
     filter: brightness(1.02);
}

.hero-book-btn {
     min-height: 62px;
     padding: 0 28px;
}

.book_btn_outline {
     background: transparent;
     border: 1px solid rgba(255, 255, 255, 0.35);
     box-shadow: none;
}

.book_btn_outline:hover {
     background: rgba(255, 255, 255, 0.08);
     box-shadow: none;
}

.carousel-control-next,
.carousel-control-prev {
     display: none;
}

.carousel-indicators {
     right: inherit;
     bottom: 53px;
     margin-left: 9%;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

.titlepage h2 {
     font-size: 40px;
     color: #121212;
     line-height: 45px;
     font-weight: bold;
     text-transform: uppercase;
     padding: 0;
}

.titlepage h2::before {
     position: absolute;
     content: "";
     background-color: #ff0909;
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);
}

.titlepage h2::after {
     position: absolute;
     content: "";
     background-color: #ff0909;
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);
     bottom: 10px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #121212;
     color: #fff;
     padding: 8px 0px;
     width: 100%;
     max-width: 144px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 30px;
}

.read_more:hover {
     background: #fe0000;
     color: #fff;
     transition: ease-in all 0.5s;
}

/** about section **/

.about {
     background-color: #fff;
     padding-top: 85px;
}

.about .titlepage {
     text-align: left;
     padding-bottom: 0;
     max-width: 443px;
     width: 100%;
     float: right;
}

.about .titlepage h2 {
     margin-bottom: 35px;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 35px;
}

.about_img {
     margin-right: 40px;
     overflow: hidden;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     transition: all .5s;
}

.about_img figure img:hover {
     transform: scale(1.2);
}
/** end about section **/

/** our_room section **/

.our_room {
     background-color: #f4f5f7;
     padding: 60px 0 30px 0;
     margin-top: 90px;
}

.home_our_room {
     margin-top: 170px;
}

.our_room .titlepage {
     text-align: center;
}

.our_room .titlepage p {
     color: #121212;
     font-size: 17px;
     margin-top: 20px;
}

.our_room .room {
     text-align: center;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.our_room .room .room_img {
     overflow: hidden;
}

.our_room .room .room_img figure {
     margin: 0;
}

.our_room .room .room_img figure img {
     width: 100%;
     transition: all .5s;
}

.our_room .room .room_img figure img:hover {
     transform: scale(1.2);
}

.our_room .room .bed_room {
     padding: 33px 30px;
}

.our_room .room .bed_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     transition: ease-in all 0.5s;
     margin: auto;
}

#serv_hover:hover.room {
     cursor: pointer;
     box-shadow: 0px 0px 30px rgba(255, 9, 9, 0.15);
     transition: ease-in all 0.5s;
}

.our_room .carousel-item {
     padding-bottom: 30px;
}

.our_room .carousel-control-prev-icon,
.our_room .carousel-control-next-icon {
     background-color: rgba(17, 17, 17, 0.08);
     background-repeat: no-repeat;
     background-position: center;
     background-size: 50% 50%;
     border-radius: 50%;
     width: 38px;
     height: 38px;
     border: 1px solid rgba(255,255,255,0.15);
     box-shadow: 0 10px 28px rgba(15, 21, 33, 0.12);
}

.our_room .carousel-control-prev,
.our_room .carousel-control-next {
     display: block;
     width: auto;
     height: auto;
     opacity: 1;
     top: 50%;
     transform: translateY(-50%);
}

.our_room .carousel-control-prev {
     left: 10px;
}

.our_room .carousel-control-next {
     right: 10px;
}

.our_room .carousel-control-prev-icon {
     background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="rgba(17,17,17,0.8)" viewBox="0 0 8 8"%3E%3Cpath d="M5.5 0L4.78.72 1.5 4l3.28 3.28L5.5 8 0 4z"/%3E%3C/svg%3E');
}

.our_room .carousel-control-next-icon {
     background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="rgba(17,17,17,0.8)" viewBox="0 0 8 8"%3E%3Cpath d="M2.5 0l.72.72L1.44 4l1.78 3.28L2.5 8 0 4z"/%3E%3C/svg%3E');
}

.our_room .carousel-control-prev,
.our_room .carousel-control-next {
     width: auto;
     height: auto;
     opacity: 1;
}

@media (max-width: 767px) {
     .our_room .carousel-item .col-md-6,
     .our_room .carousel-item .col-sm-6 {
         max-width: 100%;
         flex: 0 0 100%;
     }
}

/** end our_room section **/


/** gallery  section **/

.gallery {
     padding-top: 60px;
}

.gallery .titlepage {
     text-align: center;
}

.gallery .gallery_img {
     overflow: hidden;
     margin-bottom: 30px;
}

.gallery .gallery_img figure {
     margin: 0;
}

.gallery .gallery_img figure img {
     width: 100%;
     transition: all .5s;
}

.gallery .gallery_img figure img:hover {
     transform: scale(1.2);
}


/** end gallery  section **/


/** blog section **/

.blog {
     background: url(../images/blog_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 60px 0 30px 0;
     margin-top: 60px;
}

.blog .titlepage {
     text-align: center;
}

.blog .titlepage h2 {
     color: #fff;
}

.blog .titlepage p {
     color: #fff;
     font-size: 17px;
     margin-top: 20px;
}

.blog .blog_box {
     text-align: left;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.blog .blog_box .blog_img {
     overflow: hidden;
}

.blog .blog_box .blog_img figure {
     margin: 0;
}

.blog .blog_box .blog_img figure img {
     width: 100%;
     transition: all .5s;
}

.blog .blog_box .blog_img figure img:hover {
     transform: scale(1.2);
}

.blog .blog_box .blog_room {
     padding: 33px 30px;
     text-align: left;
}

.blog .blog_box .blog_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     padding-bottom: 5px;
     transition: ease-in all 0.5s;
     margin: auto;
}

.blog .blog_box .blog_room span {
     font-size: 15px;
     color: #ff0909;
     font-weight: bold;
     margin-bottom: 10px;
     display: block;
}

.blog .blog_box .blog_room p {
     font-size: 14px;
     line-height: 20px;
}


/** end blog section **/


/** contact section **/

.contact {
     background: #fff;
     margin-top: 90px;
}

.page-hero {
     padding: 80px 0 36px;
     background:
          radial-gradient(circle at top left, rgba(201, 165, 92, 0.18), transparent 34%),
          linear-gradient(180deg, #0f1521 0%, #171d2a 100%);
}

body.booking-view-page {
     background: linear-gradient(180deg, #f6f8fc 0%, #edf2f8 100%);
}

.page-hero.page-hero-booking-view {
     padding: 78px 0 42px;
     background:
          radial-gradient(circle at top left, rgba(201, 165, 92, 0.18), transparent 34%),
          radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 24%),
          linear-gradient(180deg, #0b1220 0%, #131c2e 100%);
}

.page-hero-copy {
     color: #fff;
}

.page-hero-copy h1 {
     color: #fff;
     font-size: 52px;
     line-height: 1.05;
     margin-bottom: 12px;
}

.page-hero-copy p {
     color: rgba(255, 255, 255, 0.82);
     max-width: 760px;
     font-size: 18px;
     line-height: 1.7;
}

.page-hero-compact p {
     max-width: 640px;
}

.hero-metrics {
     display: grid;
     grid-template-columns: 1fr;
     gap: 14px;
}

.hero-metrics div {
     background: rgba(255, 255, 255, 0.08);
     border: 1px solid rgba(255, 255, 255, 0.12);
     border-radius: 20px;
     padding: 18px 20px;
     color: #fff;
}

.hero-metrics strong {
     display: block;
     margin-bottom: 4px;
}

.hero-metrics span {
     color: rgba(255, 255, 255, 0.74);
     font-size: 14px;
}

.booking-shell {
     padding: 0 0 40px;
     margin-top: -20px;
}

.booking-form {
     background: #fff;
     border-radius: 28px;
     padding: 32px;
     box-shadow: 0 22px 60px rgba(15, 21, 33, 0.08);
}

.booking-section + .booking-section {
     margin-top: 18px;
     padding-top: 22px;
     border-top: 1px solid #ececec;
}

.booking-section-head {
     margin-bottom: 18px;
}

.booking-section-head span {
     display: inline-block;
     color: #c9a55c;
     text-transform: uppercase;
     letter-spacing: 1.5px;
     font-size: 12px;
     font-weight: 700;
     margin-bottom: 8px;
}

.booking-section-head h3 {
     margin: 0;
     font-size: 24px;
     color: #111827;
}

.input-label {
     display: block;
     margin-bottom: 8px;
     color: #6b7280;
     font-size: 13px;
     font-weight: 600;
}

.payment-note {
     background: #fff8ec;
     border: 1px solid #f1dfb5;
     color: #6d5122;
     padding: 14px 16px;
     border-radius: 16px;
     font-size: 14px;
     line-height: 1.6;
}

.booking-actions {
     display: flex;
     justify-content: flex-end;
}

.booking-submit {
     max-width: 260px;
}

.booking-summary-card {
     position: sticky;
     top: 118px;
     background: linear-gradient(180deg, #101826 0%, #0f1521 100%);
     color: #fff;
     border-radius: 28px;
     overflow: hidden;
     box-shadow: 0 22px 60px rgba(15, 21, 33, 0.15);
}

.room-preview-empty,
.room-preview-body {
     padding: 28px;
}

.room-preview-empty h4 {
     color: #fff;
     font-size: 28px;
     margin-bottom: 10px;
}

.room-preview-empty p,
.room-preview-desc {
     color: rgba(255, 255, 255, 0.78);
     line-height: 1.7;
}

.room-preview-img {
     width: 100%;
     height: 250px;
     object-fit: cover;
     display: block;
}

.room-preview-price {
     color: #c9a55c;
     font-size: 24px;
     font-weight: 700;
     margin: 10px 0;
}

.price-box {
     margin-top: 20px;
     padding: 18px 20px;
     border-radius: 20px;
     background: rgba(255, 255, 255, 0.06);
}

.price-box span,
.price-box small {
     display: block;
     color: rgba(255, 255, 255, 0.72);
}

.price-box strong {
     display: block;
     color: #fff;
     font-size: 34px;
     margin: 6px 0;
}

.receipt-card {
     background: #fff;
     border-radius: 28px;
     padding: 32px;
     box-shadow: 0 22px 60px rgba(15, 21, 33, 0.08);
}

.receipt-top {
     display: flex;
     justify-content: space-between;
     gap: 24px;
     align-items: flex-start;
     flex-wrap: wrap;
     margin-bottom: 24px;
}

.receipt-top h2 {
     font-size: 42px;
     margin: 0 0 10px;
     letter-spacing: 1px;
}

.receipt-actions {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
     align-items: center;
}

.receipt-link {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 10px 16px;
     border-radius: 999px;
     border: 1px solid #e6e7eb;
     color: #111827;
     text-decoration: none;
     font-weight: 600;
     background: #fff;
}

.receipt-link:hover {
     color: #fe0000;
     border-color: #fe0000;
     text-decoration: none;
}

.receipt-image {
     width: 100%;
     height: 260px;
     object-fit: cover;
     border-radius: 22px;
     margin-bottom: 22px;
}

.receipt-grid,
.receipt-meta,
.receipt-quote {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 16px;
}

.receipt-grid > div,
.receipt-meta > div,
.receipt-quote > div,
.receipt-notes {
     background: #f8fafc;
     border: 1px solid #edf0f4;
     border-radius: 18px;
     padding: 16px 18px;
}

.receipt-label {
     display: block;
     font-size: 12px;
     text-transform: uppercase;
     letter-spacing: 1.4px;
     color: #6b7280;
     margin-bottom: 6px;
}

.receipt-footer-actions {
     display: flex;
     gap: 12px;
     flex-wrap: wrap;
     margin-top: 24px;
}

.receipt-primary,
.receipt-secondary {
     max-width: 180px;
}

.receipt-secondary {
     background: #c9a55c;
     color: #111827 !important;
}

.receipt-page {
     background:
          radial-gradient(circle at top left, rgba(201, 165, 92, 0.12), transparent 28%),
          linear-gradient(180deg, #eef2f8 0%, #e4ebf3 100%);
     font-family: 'Times New Roman', Times, serif;
}

.receipt-page-wrap {
     max-width: 1120px;
     width: 100%;
     margin: 0 auto;
     padding: 44px 18px 52px;
     box-sizing: border-box;
     display: block;
}

.receipt-page .invoice-guest-band,
.receipt-page .invoice-table,
.receipt-page .invoice-side-block,
.receipt-page .invoice-footer-thanks,
.receipt-page .invoice-ref-strip,
.receipt-page .receipt-notes-copy {
     font-family: 'Times New Roman', Times, serif;
}

.receipt-page .invoice-table th,
.receipt-page .invoice-table td {
     font-family: 'Times New Roman', Times, serif;
}

.receipt-page .invoice-side-row span,
.receipt-page .invoice-side-row strong {
     font-family: 'Times New Roman', Times, serif;
}

.receipt-paper {
     background: rgba(255,255,255,0.96);
     border: 1px solid rgba(17, 24, 39, 0.08);
     border-radius: 32px;
     padding: 32px;
     box-shadow: 0 24px 80px rgba(15, 21, 33, 0.12);
     backdrop-filter: blur(12px);
}

.receipt-header {
     display: flex;
     justify-content: space-between;
     gap: 18px;
     align-items: flex-start;
     flex-wrap: wrap;
     margin-bottom: 18px;
}

.receipt-header h1 {
     font-size: 48px;
     margin-bottom: 6px;
}

.receipt-brand p {
     margin: 0;
     color: #6b7280;
     text-transform: uppercase;
     letter-spacing: 1.2px;
     font-size: 12px;
}

.receipt-brand strong {
     display: inline-block;
     margin-top: 6px;
     font-size: 18px;
     color: #101826;
}

.receipt-notes {
     margin-top: 16px;
}

.receipt-banner {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 16px;
     padding: 18px 22px;
     border-radius: 22px;
     background: linear-gradient(135deg, #101826 0%, #1a2436 100%);
     color: #fff;
     margin-bottom: 22px;
}

.receipt-banner-copy strong {
     display: block;
     font-size: 22px;
     margin-bottom: 2px;
}

.receipt-banner-copy span {
     color: rgba(255,255,255,0.78);
}

.receipt-status-pill {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 12px 16px;
     border-radius: 999px;
     background: rgba(201, 165, 92, 0.18);
     color: #f5d58b;
     font-weight: 800;
     white-space: nowrap;
}

.receipt-layout {
     display: grid;
     grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
     gap: 22px;
}

.receipt-column {
     display: grid;
     gap: 16px;
}

.receipt-block {
     background: #fff;
     border: 1px solid #e7edf5;
     border-radius: 22px;
     padding: 20px 20px 18px;
}

.receipt-kv-grid {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 14px;
     margin-top: 14px;
}

.receipt-kv-grid div {
     padding: 14px 16px;
     border-radius: 16px;
     background: #f7f9fc;
     border: 1px solid #edf1f6;
}

.receipt-kv-grid small {
     display: block;
     text-transform: uppercase;
     letter-spacing: 1.2px;
     color: #6b7280;
     margin-bottom: 6px;
     font-size: 11px;
     font-weight: 700;
}

.receipt-kv-grid strong {
     display: block;
     color: #101826;
     font-size: 16px;
}

.receipt-image-frame {
     border-radius: 24px;
     overflow: hidden;
     border: 1px solid #e7edf5;
     background: #fff;
}

.receipt-image-frame img {
     width: 100%;
     display: block;
     height: 220px;
     object-fit: cover;
}

.receipt-ref-box {
     padding: 16px 18px;
     border-radius: 16px;
     background: #f7f9fc;
     border: 1px solid #edf1f6;
     font-size: 20px;
     font-weight: 800;
     color: #101826;
}

.receipt-notes-copy {
     margin: 0;
     color: #4b5563;
     line-height: 1.75;
}

.nav-cta {
     background: linear-gradient(135deg, #fe0000, #c9a55c);
     color: #fff !important;
     box-shadow: 0 10px 22px rgba(201, 165, 92, 0.22);
}

.nav-cta:hover {
     background: linear-gradient(135deg, #fe0000, #b99240);
     color: #fff !important;
}

.booking-view-shell {
     padding: 0 0 84px;
}

.booking-view-panel {
     max-width: 1120px;
     margin: -34px auto 0;
}

.booking-query-layout {
     display: grid;
     grid-template-columns: minmax(0, 1.15fr) 360px;
     gap: 22px;
     align-items: stretch;
}

.view-card {
     background: rgba(255,255,255,0.92);
     border: 1px solid rgba(17, 24, 39, 0.08);
     border-radius: 28px;
     padding: 28px;
     box-shadow: 0 20px 60px rgba(15, 21, 33, 0.08);
     backdrop-filter: blur(10px);
}

.view-card-dark {
     color: #fff;
     background: linear-gradient(180deg, #0f1521 0%, #131c2e 100%);
     border-color: rgba(255,255,255,0.08);
}

.view-card-dark p,
.view-card-dark li,
.view-card-dark span {
     color: rgba(255,255,255,0.76);
}

.view-panel-kicker {
     display: inline-block;
     margin-bottom: 10px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-size: 11px;
     font-weight: 800;
     color: #c9a55c;
}

.view-panel-title {
     margin: 0 0 10px;
     font-size: 34px;
     line-height: 1.08;
     letter-spacing: -0.03em;
     color: #101826;
}

.view-card-dark .view-panel-title {
     color: #fff;
}

.view-card-dark .view-panel-kicker {
     color: #c9a55c;
}

.view-panel-copy {
     margin: 0;
     color: #667085;
     line-height: 1.75;
}

.view-card-dark .view-panel-copy {
     color: rgba(255,255,255,0.76);
}

.view-form {
     margin-top: 22px;
     display: grid;
     gap: 14px;
}

.view-input {
     width: 100%;
     padding: 14px 16px;
     border: 1px solid #d8dfea;
     border-radius: 16px;
     outline: none;
     font-size: 16px;
     background: #fff;
     box-shadow: 0 6px 16px rgba(15, 21, 33, 0.03);
}

.view-input:focus {
     border-color: rgba(201, 165, 92, 0.7);
     box-shadow: 0 0 0 3px rgba(201, 165, 92, 0.14);
}

.view-form-actions {
     display: flex;
     gap: 12px;
     flex-wrap: wrap;
     align-items: center;
     margin-top: 8px;
}

.view-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-height: 52px;
     padding: 0 22px;
     border-radius: 999px;
     text-decoration: none;
     font-weight: 800;
     border: 0;
     cursor: pointer;
     transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.view-btn:hover {
     transform: translateY(-1px);
     text-decoration: none;
}

.view-btn-primary {
     color: #fff;
     background: linear-gradient(135deg, #101826 0%, #2b3952 100%);
     box-shadow: 0 14px 28px rgba(16, 24, 38, 0.22);
}

.view-btn-accent {
     color: #101826;
     background: linear-gradient(135deg, #d7b16b 0%, #c9a55c 100%);
     box-shadow: 0 14px 28px rgba(201, 165, 92, 0.18);
}

.view-btn-ghost {
     color: #101826;
     background: #eef3f8;
}

.view-card-dark .view-btn-ghost {
     background: rgba(255,255,255,0.08);
     color: #fff;
}

.view-utility-list {
     list-style: none;
     padding: 0;
     margin: 20px 0 0;
     display: grid;
     gap: 12px;
}

.view-utility-list li {
     display: flex;
     gap: 12px;
     align-items: flex-start;
     padding: 14px 16px;
     border-radius: 18px;
     background: rgba(255,255,255,0.06);
     border: 1px solid rgba(255,255,255,0.08);
}

.view-utility-dot {
     width: 10px;
     height: 10px;
     border-radius: 999px;
     background: #c9a55c;
     margin-top: 6px;
     flex: none;
}

.view-utility-list strong {
     display: block;
     margin-bottom: 2px;
     color: #fff;
}

.booking-result-card {
     margin-top: 22px;
     position: relative;
     overflow: visible;
     padding-bottom: 38px;
}

.booking-result-card-slim {
     display: grid;
     gap: 18px;
     padding-bottom: 26px;
}

.booking-result-head {
     display: flex;
     justify-content: space-between;
     gap: 18px;
     align-items: flex-start;
}

.booking-result-head h2 {
     margin: 0;
     font-size: 38px;
     line-height: 1.05;
     letter-spacing: -0.03em;
     color: #101826;
}

.booking-result-head p {
     margin: 10px 0 0;
     color: #667085;
     max-width: 780px;
}

.booking-result-badge-static {
     position: static;
}

.booking-result-surface {
     padding: 0;
     align-self: stretch;
     display: flex;
     align-items: stretch;
}

.booking-result-layout {
     display: grid;
     grid-template-columns: 280px minmax(0, 1fr);
     gap: 22px;
     align-items: stretch;
}

.booking-result-summary {
     display: grid;
     gap: 12px;
}

.booking-result-summary .hero-metrics div {
     background: rgba(255, 255, 255, 0.06);
     border-color: rgba(255, 255, 255, 0.08);
}

.booking-result-summary .hero-metrics {
     gap: 12px;
}

.booking-result-summary .view-panel-copy {
     margin-bottom: 0;
}

.booking-result-media {
     position: relative;
     overflow: hidden;
     min-height: 100%;
     border-radius: 24px;
     background: linear-gradient(135deg, #0f1521 0%, #1a263a 100%);
     min-height: 360px;
}

.booking-result-media img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
}

.booking-result-badge {
     position: absolute;
     left: 16px;
     bottom: 16px;
     padding: 10px 14px;
     border-radius: 999px;
     color: #fff;
     background: rgba(10, 14, 22, 0.72);
     backdrop-filter: blur(10px);
     font-weight: 700;
}

.booking-result-main h2 {
     margin: 0;
     font-size: 34px;
     line-height: 1.08;
     letter-spacing: -0.02em;
     color: #101826;
}

.booking-result-main p {
     color: #667085;
     line-height: 1.75;
}

.booking-result-grid {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 12px;
     margin-top: 18px;
}

.booking-result-item {
     padding: 14px 16px;
     border-radius: 16px;
     background: #f7f9fc;
     border: 1px solid #edf1f6;
}

.booking-result-item span {
     display: block;
     margin-bottom: 6px;
     text-transform: uppercase;
     letter-spacing: 1.2px;
     font-size: 11px;
     color: #6b7280;
}

.booking-result-item strong {
     color: #101826;
     font-size: 16px;
}

.booking-result-empty {
     min-height: 320px;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     padding: 24px;
     color: #fff;
     background:
          linear-gradient(180deg, rgba(15, 21, 33, 0.1) 0%, rgba(15, 21, 33, 0.72) 100%),
          url('../images/room1.jpg') center/cover no-repeat;
}

.booking-result-empty h3 {
     font-size: 28px;
     margin: 0 0 8px;
     color: #fff;
}

.booking-result-empty p {
     margin: 0;
     color: rgba(255,255,255,0.82);
}

.booking-actions-row {
     display: flex;
     flex-wrap: wrap;
     gap: 12px;
     margin-top: 6px;
}

@media print {
     body.receipt-page {
          background: #fff;
     }
     .no-print {
          display: none !important;
     }
     .receipt-page-wrap {
          padding: 0;
          max-width: none;
     }
     .receipt-paper {
          box-shadow: none;
          border-radius: 0;
          padding: 0;
          border: 0;
          backdrop-filter: none;
          background: #fff;
          page-break-inside: avoid;
          color: #101826;
     }
     .receipt-banner {
          background: #101826 !important;
          -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
     }
     .receipt-layout {
          grid-template-columns: 1fr 320px;
     }
     .receipt-block,
     .receipt-kv-grid div,
     .receipt-ref-box {
          break-inside: avoid;
     }
     .receipt-image-frame img {
          height: 180px;
     }
 }

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 58px;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     box-shadow: 2px 0px 6px rgba(255, 9, 9, 0.20);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     padding: 12px 15px 0 15px;
     box-shadow: 2px 0px 6px rgba(255, 9, 9, 0.20);
     height: 150px;
}

.main_form .send_btn {
     font-size: 22px;
     transition: ease-in all 0.5s;
     background-color: #000000;
     text-transform: uppercase;
     color: #fff;
     padding: 10px 0px;
     max-width: 193px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
     border-radius: 50px;
}

.main_form .send_btn:hover {
     background-color: #ff0909;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #000000;
     opacity: 1;
}

.map figure {
     margin: 0;
}

.map figure img {
     width: 100%;
}


/** end contact section **/


/** footer **/

.footer {
     background: #0f1521;
     margin-top: 90px;
     padding-top: 60px;
     text-align: center;
}

.footer h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 24px;
     text-align: left;
     color: #fff;
     margin-bottom: 15px;
     border-bottom: #ff0909 solid 3px;
     padding-bottom: 3px;
     display: table;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 20px;
     font-size: 16px;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 20px;
}

ul.conta li a {
     color: #fff;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li.active a {
     color: #ff0909;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: #ff0909;
}

.bottom_form {
     display: flex;
     flex-wrap: wrap;
     margin-top: 32px;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 20px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-top: 12px;
     margin-right: 93px;
     text-transform: uppercase;
     border: inherit;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 45px;
     background: #fffffff2;
     color: #ccc8c8;
     font-size: 17px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     color: #ff0909;
     padding: 8px 0px;
     max-width: 147px;
     width: 100%;
     font-weight: 500;
     text-transform: uppercase;
     height: 47px;
}

.sub_btn:hover {
     background-color: #ff0909;
     transition: ease-in all 0.5s;
     color: #fff;
}

ul.social_icon {
     padding-top: 24px;
     width: 100%;
     float: left;
     text-align: left;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 27px;
     border-radius: 30px;
     margin: 0 9px;
     color: #fff;
}

ul.social_icon li a:hover {
     color: #ff0909;
}

.copyright {
     margin-top: 60px;
     padding-bottom: 20px;
     background-color: #fff;
     border: #ff0909 solid 3px;
     border-right: inherit;
     border-left: inherit;
}

.copyright p {
     color: #000;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     border-top: #a3aec6 solid 1px;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #000;
}

.copyright a:hover {
     color: #ff0909;
}


/** end footer **/


/**  inner page css **/
.back_re {
     background-color: #0f1521;
}
.back_re .title {
     text-align: center;
}
.back_re .title h2 {
color:#fff;
font-size: 40px;
padding: 40px 0;
font-weight: 600;
text-transform: uppercase;
line-height: 35px;
}

body.booking-page-simple .back_re .title h2 {
font-size: 28px;
padding: 28px 0;
line-height: 1.1;
}
.margin_0 {
     margin:0 !important;
}


.inner_page .gallery {
     padding-top: 90px;
}
.inner_page .blog {
     margin-top: 90px;
}

/*--------------------------------------------------------------------- premium booking result + receipt ---------------------------------------------------------------------*/

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

:root {
     --gold: #c9a55c;
     --gold-light: #e8cd93;
     --gold-deep: #a9813f;
     --navy: #101826;
     --navy-deep: #0b1220;
     --ink: #101826;
     --muted: #6b7280;
}

.pf-serif {
     font-family: 'Playfair Display', 'Poppins', serif;
}

/* ---------- shared seal / badge ---------- */

.premium-seal {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 64px;
     height: 64px;
     border-radius: 999px;
     background: radial-gradient(circle at 30% 25%, #f4dfa9, var(--gold) 55%, var(--gold-deep) 100%);
     box-shadow: 0 12px 26px rgba(201, 165, 92, 0.35), inset 0 0 0 4px rgba(255,255,255,0.35);
     color: #101826;
     font-size: 26px;
     margin-bottom: 18px;
}

.status-chip {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     padding: 9px 16px;
     border-radius: 999px;
     font-size: 12px;
     font-weight: 800;
     letter-spacing: 0.6px;
     text-transform: uppercase;
     white-space: nowrap;
}

.status-chip i {
     font-size: 11px;
}

.status-chip-gold {
     color: #3a2c0d;
     background: linear-gradient(135deg, var(--gold-light), var(--gold));
     box-shadow: 0 10px 22px rgba(201, 165, 92, 0.3);
}

.status-chip-dark {
     color: #fff;
     background: rgba(255,255,255,0.1);
     border: 1px solid rgba(255,255,255,0.18);
}

.status-chip-outline {
     color: var(--navy);
     background: #fff;
     border: 1px solid #e2c98a;
}

/* ---------- hero ticket stub (confirmation page) ---------- */

.ticket-stub {
     position: relative;
     display: grid;
     gap: 18px;
     padding: 30px 30px 26px;
     border-radius: 26px;
     background: linear-gradient(165deg, #141d2e 0%, #0b1220 100%);
     border: 1px solid rgba(201, 165, 92, 0.28);
     box-shadow: 0 30px 70px rgba(3, 6, 12, 0.45);
     overflow: hidden;
}

.ticket-stub::before {
     content: "";
     position: absolute;
     inset: 8px;
     border: 1px dashed rgba(201, 165, 92, 0.35);
     border-radius: 19px;
     pointer-events: none;
}

.ticket-stub-top {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     gap: 14px;
}

.ticket-stub-kicker {
     display: block;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-size: 10.5px;
     font-weight: 800;
     color: var(--gold-light);
     margin-bottom: 8px;
}

.ticket-stub-ref {
     margin: 0;
     font-size: 30px;
     line-height: 1.1;
     letter-spacing: 0.5px;
     color: #fff;
}

.ticket-stub-divider {
     border: none;
     border-top: 1.5px dashed rgba(255,255,255,0.22);
     margin: 0;
}

.ticket-stub-rows {
     display: grid;
     gap: 14px;
}

.ticket-stub-row {
     display: flex;
     align-items: center;
     gap: 12px;
}

.ticket-stub-row .ts-icon {
     width: 36px;
     height: 36px;
     flex: none;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 11px;
     background: rgba(201, 165, 92, 0.14);
     color: var(--gold-light);
     font-size: 14px;
}

.ticket-stub-row div {
     display: flex;
     flex-direction: column;
     gap: 2px;
     min-width: 0;
}

.ticket-stub-row span {
     font-size: 10.5px;
     text-transform: uppercase;
     letter-spacing: 1.2px;
     color: rgba(255,255,255,0.5);
}

.ticket-stub-row strong {
     font-size: 15px;
     color: #fff;
     font-weight: 600;
     overflow-wrap: anywhere;
}

/* ---------- confirmation main card ---------- */

.premium-card {
     background: #fff;
     border-radius: 30px;
     border: 1px solid rgba(16, 24, 38, 0.06);
     box-shadow: 0 30px 80px rgba(15, 21, 33, 0.1);
     overflow: hidden;
}

.premium-card-head {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     gap: 20px;
     padding: 34px 36px 0;
     flex-wrap: wrap;
}

.premium-card-head-copy span.eyebrow-gold {
     display: inline-block;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-size: 11px;
     font-weight: 800;
     color: var(--gold-deep);
     margin-bottom: 10px;
}

.premium-card-head-copy h2 {
     margin: 0 0 8px;
     font-size: 32px;
     letter-spacing: -0.02em;
     color: var(--ink);
}

.premium-card-head-copy p {
     margin: 0;
     color: var(--muted);
     max-width: 620px;
     line-height: 1.7;
}

.premium-body {
     display: grid;
     grid-template-columns: 300px minmax(0, 1fr);
     gap: 28px;
     padding: 28px 36px 8px;
}

.premium-media {
     position: relative;
     border-radius: 22px;
     overflow: hidden;
     min-height: 320px;
     background: linear-gradient(150deg, #182236 0%, #0e1522 100%);
     border: 1px solid rgba(201, 165, 92, 0.25);
}

.premium-media img {
     width: 100%;
     height: 100%;
     min-height: 320px;
     object-fit: cover;
     display: block;
}

.premium-media-caption {
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     padding: 16px 18px;
     background: linear-gradient(0deg, rgba(6,9,16,0.86) 0%, rgba(6,9,16,0) 100%);
     color: #fff;
}

.premium-media-caption span {
     display: block;
     font-size: 10.5px;
     text-transform: uppercase;
     letter-spacing: 1.4px;
     color: var(--gold-light);
     margin-bottom: 4px;
}

.premium-media-caption strong {
     font-size: 17px;
}

.detail-groups {
     display: grid;
     gap: 22px;
}

.detail-group-label {
     display: flex;
     align-items: center;
     gap: 8px;
     text-transform: uppercase;
     letter-spacing: 1.4px;
     font-size: 11px;
     font-weight: 800;
     color: var(--gold-deep);
     margin-bottom: 12px;
}

.detail-group-label i {
     font-size: 12px;
}

.detail-grid {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 10px;
}

.detail-cell {
     padding: 13px 15px;
     border-radius: 15px;
     background: #f8f9fb;
     border: 1px solid #edeff3;
}

.detail-cell span {
     display: block;
     margin-bottom: 5px;
     text-transform: uppercase;
     letter-spacing: 1px;
     font-size: 10.5px;
     color: var(--muted);
}

.detail-cell strong {
     color: var(--ink);
     font-size: 15px;
     font-weight: 600;
     overflow-wrap: anywhere;
}

.detail-cell.detail-cell-accent {
     background: linear-gradient(135deg, #fbf3e2, #f6e6c1);
     border-color: #ecd8a1;
}

.detail-cell.detail-cell-accent strong {
     color: #6b4f16;
}

.premium-actions {
     display: flex;
     flex-wrap: wrap;
     gap: 12px;
     padding: 26px 36px 34px;
     border-top: 1px solid #f0f1f4;
     margin-top: 26px;
}

.view-btn-gold {
     color: #3a2c0d;
     background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
     box-shadow: 0 14px 30px rgba(201, 165, 92, 0.32);
}

.view-btn i {
     margin-right: 8px;
}

/* ---------- receipt / invoice ---------- */

.invoice-paper {
     background: #fff;
     border: 1px solid rgba(16, 24, 38, 0.07);
     border-radius: 28px;
     box-shadow: 0 30px 90px rgba(15, 21, 33, 0.14);
     overflow: hidden;
     width: 100%;
     max-width: 960px;
     box-sizing: border-box;
}

.invoice-letterhead {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 30px;
     flex-wrap: wrap;
     padding: 40px 40px 32px;
     border-bottom: 1px solid #eef0f4;
}

.invoice-brand {
     display: flex;
     align-items: center;
     gap: 20px;
}

.invoice-brand img {
     height: 100px;
     width: auto;
     filter: brightness(0.95) contrast(1.1);
     font-weight: 900;
}

.invoice-brand-copy span {
     display: block;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-size: 10.5px;
     color: var(--muted);
     font-weight: 700;
     font-family: 'Times New Roman', Times, serif;
}

.invoice-brand-copy strong {
     font-size: 22px;
     color: var(--ink);
     font-family: 'Times New Roman', Times, serif;
     font-weight: 700;
}

.invoice-meta {
     text-align: right;
}

.invoice-meta span {
     display: block;
     text-transform: uppercase;
     letter-spacing: 1.2px;
     font-size: 10.5px;
     color: var(--muted);
     margin-bottom: 4px;
}

.invoice-meta strong {
     font-family: 'Playfair Display', serif;
     font-size: 22px;
     color: var(--ink);
     letter-spacing: 0.5px;
}

.invoice-meta .invoice-date {
     margin-top: 10px;
     font-size: 13px;
     color: #4b5563;
     font-weight: 600;
}

.invoice-guest-band {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 18px;
     flex-wrap: wrap;
     margin: 26px 40px 0;
     padding: 22px 26px;
     border-radius: 20px;
     background: linear-gradient(120deg, #101826 0%, #1c2942 100%);
     color: #fff;
}

.invoice-guest-band-left {
     display: flex;
     align-items: center;
     gap: 16px;
}

.invoice-guest-avatar {
     width: 48px;
     height: 48px;
     border-radius: 999px;
     background: rgba(201, 165, 92, 0.2);
     border: 1px solid rgba(201, 165, 92, 0.4);
     color: var(--gold-light);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 18px;
     flex: none;
}

.invoice-guest-band strong {
     display: block;
     font-size: 18px;
     margin-bottom: 3px;
}

.invoice-guest-contacts {
     display: flex;
     flex-direction: column;
     gap: 3px;
     color: rgba(255,255,255,0.72);
     font-size: 13px;
}

.invoice-guest-contacts span {
     display: flex;
     align-items: center;
     gap: 7px;
}

.invoice-guest-contacts i {
     color: var(--gold-light);
     width: 14px;
     text-align: center;
}

.invoice-columns {
     display: grid;
     grid-template-columns: minmax(0, 1.55fr) minmax(260px, 1fr);
     gap: 26px;
     padding: 26px 40px 8px;
}

.invoice-room-frame {
     border-radius: 20px;
     overflow: hidden;
     border: 1px solid #e9ecf2;
     position: relative;
     min-height: 168px;
     background: linear-gradient(150deg, #182236 0%, #0e1522 100%);
     margin-bottom: 20px;
}

.invoice-room-frame img {
     width: 100%;
     height: 168px;
     object-fit: cover;
     display: block;
}

.invoice-room-frame figcaption {
     position: absolute;
     left: 16px;
     bottom: 12px;
     color: #fff;
     font-weight: 700;
     font-size: 15px;
     text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.invoice-table {
     width: 100%;
     border-collapse: collapse;
     margin-bottom: 8px;
}

.invoice-table thead th {
     text-align: left;
     font-size: 10.5px;
     text-transform: uppercase;
     letter-spacing: 1.2px;
     color: var(--muted);
     padding: 0 4px 10px;
     border-bottom: 2px solid #101826;
     font-weight: 800;
}

.invoice-table thead th.num,
.invoice-table td.num {
     text-align: right;
}

.invoice-table tbody td {
     padding: 16px 4px;
     border-bottom: 1px solid #eef0f4;
     font-size: 14px;
     color: var(--ink);
     vertical-align: top;
}

.invoice-table tbody td strong {
     display: block;
     font-size: 15px;
     margin-bottom: 2px;
}

.invoice-table tbody td small {
     color: var(--muted);
     font-size: 12px;
}

.invoice-table tfoot td {
     padding: 16px 4px 4px;
     border: none;
}

.invoice-total-row td {
     padding-top: 14px !important;
     border-top: 2px solid #101826 !important;
}

.invoice-total-label {
     font-size: 15px;
     font-weight: 700;
     color: var(--ink);
     text-align: right;
}

.invoice-total-amount {
     font-family: 'Playfair Display', serif;
     font-size: 30px;
     font-weight: 800;
     color: var(--gold-deep);
     text-align: right;
}

.invoice-side-block {
     background: #f8f9fb;
     border: 1px solid #edeff3;
     border-radius: 18px;
     padding: 18px 20px;
     margin-bottom: 16px;
}

.invoice-side-block .receipt-label {
     margin-bottom: 12px;
}

.invoice-side-row {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 10px;
     padding: 9px 0;
     border-bottom: 1px dashed #e2e5eb;
     font-size: 13px;
}

.invoice-side-row:last-child {
     border-bottom: none;
     padding-bottom: 0;
}

.invoice-side-row span {
     color: var(--muted);
}

.invoice-side-row strong {
     color: var(--ink);
     text-align: right;
}

.invoice-ref-strip {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 10px;
     padding: 14px 16px;
     border-radius: 14px;
     background: #101826;
     color: #fff;
}

.invoice-ref-strip strong {
     font-family: 'Playfair Display', serif;
     font-size: 17px;
     letter-spacing: 1px;
}

.invoice-ref-strip .status-chip {
     flex: none;
}

.invoice-footer {
     margin: 10px 40px 34px;
     padding-top: 22px;
     border-top: 1.5px dashed #d9dde5;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 16px;
     flex-wrap: wrap;
}

.invoice-footer-thanks {
     max-width: 520px;
}

.invoice-footer-thanks strong {
     display: block;
     font-family: 'Playfair Display', serif;
     font-size: 18px;
     color: var(--ink);
     margin-bottom: 4px;
}

.invoice-footer-thanks p {
     margin: 0;
     color: var(--muted);
     font-size: 13px;
     line-height: 1.7;
}

.invoice-footer-actions {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
}

@media (max-width: 900px) {
     .invoice-columns {
          grid-template-columns: 1fr;
          padding: 20px 20px 8px;
          gap: 16px;
     }
     .invoice-letterhead {
          padding: 24px 20px 20px;
          gap: 18px;
     }
     .invoice-brand {
          gap: 12px;
     }
     .invoice-brand img {
          height: 72px;
     }
     .invoice-brand-copy strong {
          font-size: 18px;
     }
     .invoice-meta {
          text-align: left;
          width: 100%;
     }
     .invoice-guest-band {
          margin: 18px 20px 0;
          padding: 18px 18px;
     }
     .invoice-footer {
          margin: 10px 20px 24px;
          padding-top: 16px;
     }
     .invoice-footer-actions {
          width: 100%;
     }
     .invoice-footer-actions .view-btn {
          flex: 1 1 100%;
          justify-content: center;
     }
     .invoice-paper {
          border-radius: 18px;
     }
}

@media (max-width: 640px) {
     body.receipt-page {
          padding: 0 !important;
          margin: 0 !important;
          overflow-x: hidden;
     }
     .receipt-page-wrap {
          padding: 0 !important;
          display: block !important;
          max-width: 100% !important;
          width: 100% !important;
     }
     .invoice-paper {
          width: 100% !important;
          max-width: 100% !important;
          border-radius: 0 !important;
          margin: 0 !important;
          box-shadow: none !important;
     }
     .invoice-letterhead {
          padding: 18px 16px 16px;
     }
     .invoice-brand {
          flex-direction: column;
          align-items: flex-start;
     }
     .invoice-brand img {
          height: 60px;
     }
     .invoice-guest-band {
          margin: 14px 14px 0;
          padding: 16px;
     }
     .invoice-guest-band-left {
          width: 100%;
     }
     .invoice-columns {
          padding: 16px 14px 8px;
     }
     .invoice-room-frame {
          min-height: 140px;
     }
     .invoice-room-frame img {
          height: 140px;
     }
     .invoice-table thead th {
          font-size: 9px;
     }
     .invoice-table {
          display: block;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
     }
     .invoice-table tbody td {
          font-size: 13px;
          padding: 12px 2px;
          white-space: nowrap;
     }
     .invoice-table tbody td strong {
          font-size: 14px;
     }
     .invoice-total-amount {
          font-size: 24px;
     }
     .invoice-side-block {
          padding: 14px 14px;
     }
     .invoice-footer {
          margin: 8px 14px 18px;
          padding-top: 14px;
     }
     .invoice-footer-thanks strong {
          font-size: 16px;
     }
}

@media print {
     .invoice-paper {
          box-shadow: none;
          border-radius: 0;
          border: 0;
     }
     .invoice-guest-band {
          background: #101826 !important;
          -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
          margin-left: 0;
          margin-right: 0;
     }
     .invoice-letterhead,
     .invoice-columns,
     .invoice-footer {
          padding-left: 0;
          padding-right: 0;
          margin-left: 0;
          margin-right: 0;
     }
     .invoice-table tbody td,
     .invoice-side-block {
          break-inside: avoid;
     }
}

/*--------------------------------------------------------------------- booking confirmation v2 (single column ticket) ---------------------------------------------------------------------*/

.confirm-hero {
     padding: 64px 0 40px;
     text-align: center;
     background:
          radial-gradient(circle at top, rgba(201, 165, 92, 0.16), transparent 40%),
          linear-gradient(180deg, #0b1220 0%, #131c2e 100%);
}

.confirm-hero .premium-seal {
     margin: 0 auto 18px;
}

.confirm-hero .eyebrow {
     color: var(--gold-light);
}

.confirm-hero h1 {
     color: #fff;
     font-size: 42px;
     line-height: 1.15;
     margin: 8px auto 12px;
     max-width: 640px;
}

.confirm-hero p {
     color: rgba(255,255,255,0.78);
     max-width: 560px;
     margin: 0 auto;
     font-size: 16px;
     line-height: 1.7;
}

.confirm-shell {
     padding: 0 0 90px;
     margin-top: -30px;
}

.confirm-wrap {
     max-width: 680px;
     margin: 0 auto;
     padding: 0 18px;
}

.confirm-ticket {
     background: #fff;
     border-radius: 28px;
     border: 1px solid rgba(16, 24, 38, 0.07);
     box-shadow: 0 30px 80px rgba(15, 21, 33, 0.16);
     overflow: hidden;
}

.confirm-photo {
     position: relative;
     height: 210px;
     background: linear-gradient(150deg, #182236 0%, #0e1522 100%);
}

.confirm-photo img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
}

.confirm-photo figcaption {
     position: absolute;
     left: 24px;
     bottom: 16px;
     color: #fff;
}

.confirm-photo figcaption span {
     display: block;
     font-size: 10.5px;
     text-transform: uppercase;
     letter-spacing: 1.4px;
     color: var(--gold-light);
     margin-bottom: 4px;
}

.confirm-photo figcaption strong {
     font-size: 19px;
     text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.confirm-photo::after {
     content: "";
     position: absolute;
     inset: 0;
     background: linear-gradient(0deg, rgba(6,9,16,0.75) 0%, rgba(6,9,16,0) 55%);
}

.confirm-ticket-body {
     padding: 36px 40px 8px;
     text-align: center;
}

.confirm-kicker {
     display: inline-block;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-size: 11px;
     font-weight: 800;
     color: var(--gold-deep);
     margin-bottom: 10px;
}

.confirm-ref {
     margin: 0 0 12px;
     font-size: 38px;
     letter-spacing: 0.5px;
     color: var(--ink);
}

.confirm-thanks {
     margin: 0 auto 18px;
     max-width: 460px;
     color: var(--muted);
     line-height: 1.75;
}

.confirm-divider {
     display: flex;
     align-items: center;
     gap: 10px;
     margin: 30px 0 6px;
}

.confirm-divider span:first-child,
.confirm-divider span:last-child {
     width: 7px;
     height: 7px;
     border-radius: 999px;
     background: var(--gold);
     flex: none;
}

.confirm-divider span:nth-child(2) {
     flex: 1;
     border-top: 1.5px dashed #dfe2e8;
}

.confirm-rows {
     text-align: left;
     padding: 6px 0 8px;
}

.confirm-row {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 16px;
     padding: 14px 2px;
     border-bottom: 1px solid #f0f1f4;
}

.confirm-row:last-child {
     border-bottom: none;
}

.confirm-row-label {
     display: flex;
     align-items: center;
     gap: 10px;
     color: var(--muted);
     font-size: 13.5px;
}

.confirm-row-label i {
     width: 26px;
     height: 26px;
     border-radius: 8px;
     background: #f8f3e6;
     color: var(--gold-deep);
     display: inline-flex;
     align-items: center;
     justify-content: center;
     font-size: 12px;
     flex: none;
}

.confirm-row-value {
     font-weight: 600;
     color: var(--ink);
     text-align: right;
     font-size: 14.5px;
     overflow-wrap: anywhere;
}

.confirm-total-band {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin: 18px 0 4px;
     padding: 18px 22px;
     border-radius: 18px;
     background: linear-gradient(135deg, #fbf3e2, #f3e0b3);
}

.confirm-total-band span {
     text-transform: uppercase;
     letter-spacing: 1.4px;
     font-size: 11px;
     font-weight: 800;
     color: #6b4f16;
}

.confirm-total-band strong {
     font-family: 'Playfair Display', serif;
     font-size: 30px;
     color: #6b4f16;
}

.confirm-actions {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 12px;
     padding: 28px 40px 36px;
}

.confirm-not-found {
     text-align: center;
     padding: 44px 36px;
}

@media (max-width: 560px) {
     .confirm-ticket-body {
          padding: 30px 22px 8px;
     }
     .confirm-actions {
          padding: 24px 22px 30px;
     }
}

/*--------------------------------------------------------------------- booking confirmation v3 (booking.com-inspired) ---------------------------------------------------------------------*/

:root {
     --bk-blue-900: #003580;
     --bk-blue-700: #00224f;
     --bk-blue-500: #0071c2;
     --bk-blue-100: #ebf3fb;
     --bk-green-700: #008009;
     --bk-green-100: #e6f4ea;
     --bk-amber-700: #a15c00;
     --bk-amber-100: #fdf1e0;
     --bk-ink: #1a1a1a;
     --bk-muted: #6b6b6b;
     --bk-border: #e7e9eb;
}

body.bk-body {
     background: #f2f4f7;
}

body.booking-page-simple.booking-view-page .navbar {
     background: linear-gradient(180deg, rgba(16, 25, 34, 0.96), rgba(16, 25, 34, 0.88)) !important;
     box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

body.booking-page-simple.booking-view-page .navbar .brand-title {
     max-height: 70px;
     width: auto;
     filter: none;
}

body.booking-page-simple.booking-view-page .navbar-links ul li a {
     color: #ffffff !important;
}

body.booking-page-simple.booking-view-page footer {
     background: #f7f8fb !important;
     color: #16232f !important;
     border-top: 1px solid rgba(16, 25, 34, 0.08);
}

body.booking-page-simple.booking-view-page footer a.top img {
     filter: none;
}

.bk-hero {
     background: linear-gradient(180deg, var(--bk-blue-900) 0%, #002a63 100%);
     padding: 36px 0 64px;
}

.bk-hero-inner {
     max-width: 720px;
     margin: 0 auto;
     padding: 0 18px;
     color: #fff;
}

.bk-hero-eyebrow {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     background: rgba(255,255,255,0.12);
     border: 1px solid rgba(255,255,255,0.22);
     padding: 6px 14px 6px 10px;
     border-radius: 999px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.3px;
     margin-bottom: 16px;
}

.bk-hero-eyebrow .bk-dot {
     width: 8px;
     height: 8px;
     border-radius: 999px;
     background: #2ee66b;
     flex: none;
}

.bk-hero h1 {
     color: #fff;
     font-size: 30px;
     font-weight: 800;
     line-height: 1.28;
     margin: 0 0 10px;
     letter-spacing: -0.01em;
}

.bk-hero p {
     color: rgba(255,255,255,0.78);
     font-size: 15px;
     line-height: 1.7;
     margin: 0;
     max-width: 520px;
}

.bk-wrap {
     max-width: 720px;
     margin: -40px auto 0;
     padding: 0 18px 90px;
}

.bk-card {
     background: #fff;
     border: 1px solid var(--bk-border);
     border-radius: 12px;
     box-shadow: 0 12px 30px rgba(15, 33, 66, 0.08);
     margin-bottom: 18px;
     overflow: hidden;
}

/* success strip */
.bk-success {
     display: flex;
     align-items: center;
     gap: 16px;
     padding: 22px 24px;
     border-left: 5px solid var(--bk-green-700);
}

.bk-success-icon {
     width: 46px;
     height: 46px;
     border-radius: 999px;
     background: var(--bk-green-100);
     color: var(--bk-green-700);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     flex: none;
}

.bk-success-copy strong {
     display: block;
     font-size: 17px;
     color: var(--bk-ink);
     margin-bottom: 3px;
}

.bk-success-copy span {
     color: var(--bk-muted);
     font-size: 13.5px;
}

.bk-success-ref {
     margin-left: auto;
     text-align: right;
     flex: none;
}

.bk-success-ref small {
     display: block;
     color: var(--bk-muted);
     font-size: 11px;
     text-transform: uppercase;
     letter-spacing: 0.8px;
     margin-bottom: 3px;
}

.bk-success-ref strong {
     font-size: 18px;
     color: var(--bk-blue-900);
     letter-spacing: 0.4px;
}

/* property summary */
.bk-property {
     display: flex;
     gap: 16px;
     padding: 18px;
}

.bk-property-img {
     width: 118px;
     height: 118px;
     border-radius: 10px;
     overflow: hidden;
     flex: none;
     background: linear-gradient(150deg,#dfe6ee,#c9d3df);
}

.bk-property-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
}

.bk-property-info {
     flex: 1;
     min-width: 0;
     display: flex;
     flex-direction: column;
     justify-content: center;
     gap: 6px;
}

.bk-property-info .bk-tag {
     display: inline-flex;
     align-items: center;
     gap: 5px;
     width: fit-content;
     font-size: 11px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     color: var(--bk-blue-500);
     background: var(--bk-blue-100);
     padding: 4px 9px;
     border-radius: 5px;
}

.bk-property-info h2 {
     margin: 0;
     font-size: 19px;
     font-weight: 800;
     color: var(--bk-ink);
}

.bk-property-info p {
     margin: 0;
     font-size: 13px;
     color: var(--bk-muted);
     display: flex;
     align-items: center;
     gap: 6px;
}

/* section header */
.bk-section-head {
     display: flex;
     align-items: center;
     gap: 9px;
     padding: 16px 20px;
     border-bottom: 1px solid var(--bk-border);
     background: #fafbfc;
}

.bk-section-head i {
     color: var(--bk-blue-500);
     font-size: 14px;
}

.bk-section-head span {
     font-size: 13px;
     font-weight: 800;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     color: var(--bk-ink);
}

/* stay date blocks */
.bk-stay {
     display: grid;
     grid-template-columns: 1fr auto 1fr;
     align-items: center;
     padding: 20px;
     gap: 12px;
}

.bk-stay-block span {
     display: block;
     font-size: 11px;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     color: var(--bk-muted);
     margin-bottom: 5px;
}

.bk-stay-block strong {
     font-size: 20px;
     font-weight: 800;
     color: var(--bk-ink);
}

.bk-stay-mid {
     text-align: center;
     color: var(--bk-blue-500);
}

.bk-stay-mid i {
     font-size: 16px;
     display: block;
     margin-bottom: 4px;
}

.bk-stay-mid small {
     display: block;
     font-size: 11px;
     color: var(--bk-muted);
     font-weight: 700;
     white-space: nowrap;
}

.bk-stay-block.right {
     text-align: right;
}

/* info rows */
.bk-info-list {
     padding: 6px 20px 14px;
}

.bk-info-row {
     display: flex;
     align-items: center;
     gap: 12px;
     padding: 12px 0;
     border-bottom: 1px solid #f1f2f4;
}

.bk-info-row:last-child {
     border-bottom: none;
}

.bk-info-row i {
     width: 30px;
     height: 30px;
     border-radius: 8px;
     background: var(--bk-blue-100);
     color: var(--bk-blue-500);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 13px;
     flex: none;
}

.bk-info-row-label {
     color: var(--bk-muted);
     font-size: 13px;
     flex: 1;
}

.bk-info-row-value {
     font-weight: 700;
     color: var(--bk-ink);
     font-size: 13.5px;
     text-align: right;
}

/* price breakdown */
.bk-price-row {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 12px 20px;
     font-size: 13.5px;
     color: var(--bk-ink);
     border-bottom: 1px solid #f1f2f4;
}

.bk-price-row span.bk-price-label {
     color: var(--bk-muted);
}

.bk-price-row.bk-total {
     background: var(--bk-green-100);
     border-bottom: none;
     padding: 16px 20px;
}

.bk-price-row.bk-total span.bk-price-label {
     color: var(--bk-green-700);
     font-weight: 800;
     font-size: 14px;
     text-transform: uppercase;
     letter-spacing: 0.4px;
}

.bk-price-row.bk-total strong {
     color: var(--bk-green-700);
     font-size: 22px;
     font-weight: 800;
}

.bk-pill {
     display: inline-flex;
     align-items: center;
     gap: 6px;
     padding: 4px 11px;
     border-radius: 999px;
     font-size: 11.5px;
     font-weight: 800;
     text-transform: uppercase;
     letter-spacing: 0.4px;
}

.bk-pill-green {
     background: var(--bk-green-100);
     color: var(--bk-green-700);
}

.bk-pill-amber {
     background: var(--bk-amber-100);
     color: var(--bk-amber-700);
}

/* actions */
.bk-actions {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
     margin-top: 6px;
}

.bk-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     min-height: 46px;
     padding: 0 20px;
     border-radius: 8px;
     font-size: 14px;
     font-weight: 700;
     text-decoration: none;
     border: 0;
     cursor: pointer;
     transition: filter .15s ease, transform .15s ease;
     flex: 1;
}

.bk-btn:hover {
     text-decoration: none;
     filter: brightness(1.05);
     transform: translateY(-1px);
}

.bk-btn-primary {
     background: var(--bk-blue-500);
     color: #fff;
     box-shadow: 0 10px 22px rgba(0, 113, 194, 0.28);
}

.bk-btn-outline {
     background: #fff;
     color: var(--bk-blue-500);
     border: 1.5px solid var(--bk-blue-500);
}

.bk-btn-ghost {
     background: #f2f4f7;
     color: var(--bk-ink);
}

.bk-not-found {
     text-align: center;
     padding: 50px 30px;
}

@media (max-width: 560px) {
     .bk-property {
          flex-direction: column;
     }
     .bk-property-img {
          width: 100%;
          height: 160px;
     }
     .bk-stay {
          grid-template-columns: 1fr;
          text-align: left;
     }
     .bk-stay-block.right {
          text-align: left;
     }
     .bk-stay-mid {
          text-align: left;
     }
     .bk-success {
          flex-wrap: wrap;
     }
     .bk-success-ref {
          margin-left: 0;
          text-align: left;
     }
     .bk-btn {
          flex: 1 1 100%;
     }
}
