:root {
  --brand: #ff4c4c;
  --brand2: #5b5ff6;
  --dark: #050b2f;
  --ink: #070d37;
  --muted: #000000;
  --soft: #f7f9ff;
  --line: #e8ecf8;
}
* {
  box-sizing: border-box;
}
body {
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Arial,
    sans-serif;
  background: #fff;
  color: var(--ink);
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 700 !important;
}
p{
  font-family: 'Poppins', sans-serif !important;
}

.text-red{
  color: var(--brand);
}
.bg-primary{
  background: #027786 !important;
}
.fs-15 {
  font-size: 15px;
}
.fs-14 {
  font-size: 14px;
}
.fs-13 {
  font-size: 13px;
}
.form-select {
  font-size: 13px !important;
}
.form-control {
  font-size: 13px !important;
}
.form-control:focus,
.form-select:focus {
  border-color: none !important;
  box-shadow: none !important;
}
a {
  text-decoration: none;
}

.btn:hover {
  background-color: #027786 !important;
  border-color: #027786 !important;
}

.topbar {
  background: #027786;
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
}
.topbar i {
  color: #fff;
  margin-right: 7px;
}
.top-link {
  color: #fff;
}
.main-nav {
  height: 74px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(8, 18, 68, 0.06);
  position: sticky;
  top: 0;
  z-index: 99;
}
.navbar-brand {
  font-weight: 900;
  color: var(--ink) !important;
  font-size: 22px;
}
.navbar-brand span,
.footer span {
  color: var(--brand);
}
.nav-link {
  font-weight: 700;
  color: var(--ink);
  margin: 0 16px;
  font-size: 14px;
}
.nav-link:hover,
.nav-link.active {
  color: var(--brand);
}
.wishlist {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  color: var(--ink);
  font-size: 26px;
}
.wishlist span {
  position: absolute;
  right: 4px;
  top: 2px;
  background: var(--brand);
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
}
.hero-shot {
  min-height: 530px;
  background:
    linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)),
    url("https://www.brighter-miles.com/assets/img/bm-banner.jpg") center/cover;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-shot:after,
.sub-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25));
}
.hero-inner {
  position: relative;
  z-index: 1;
}
.deal-badge {
  display: inline-block;
  background: linear-gradient(135deg, #5960ff, #7d42ff);
  padding: 9px 14px;
  border-radius: 6px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.hero-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
  margin-top: 24px;
}
.hero-sub {
  font-size: 20px;
  font-weight: 600;
}
.search-panel {
  position: relative;
  z-index: 2;
  margin-top: -70px;
}
.search-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 55px rgba(5, 11, 47, 0.18);
  padding: 22px;
}
.search-item {
  border-right: 1px solid var(--line);
  padding: 0 18px;
}
.search-item:last-child {
  border-right: 0;
}
.search-item label {
  font-size: 13px;
  font-weight: 900;
  color: var(--ink);
  display: block;
  margin-bottom: 3px;
}
.search-item .form-control,
.search-item .form-select {
  border: 0;
  padding: 5px;
  color: #59617f;
}
.search-icon {
  font-size: 25px;
  color: var(--brand);
  margin-right: 15px;
}
.btn-primary {
  background: #116671;
  border: 0;
  box-shadow: 0 12px 24px rgba(49, 86, 231, 0.23);
  font-weight: 700;
  border-radius: 6px;
}
.btn-outline-primary {
  border-color: #dde4ff;
  color: var(--brand);
  font-weight: 600;
}
.trust-strip {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 15px 45px rgba(5, 11, 47, 0.1);
  padding: 22px;
}
.trust-card {
  display: flex;
  align-items: center;
  gap: 18px;
  border-right: 1px solid var(--line);
  padding: 0 25px;
}
.trust-card:last-child {
  border-right: 0;
}
.trust-card i {
  font-size: 28px;
  color: var(--brand);
}
.trust-card h6 {
  font-weight: 700;
  margin: 0;
}
.trust-card p {
  color: var(--muted);
  font-size: 13px;
  margin: 3px 0 0;
}
.eyebrow {
  text-transform: uppercase;
  color: var(--brand);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.section-title {
  letter-spacing: -0.02em;
  font-size: 30px;
  font-weight: 800;
  font-family: emoji;
}
.section-muted {
  color: var(--muted);
}
.hotel-card {
  background: #fff;
  border: 1px solid #edf0fa;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(8, 18, 68, 0.08);
  overflow: hidden;
  transition: 0.25s;
}
.hotel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px rgba(8, 18, 68, 0.16);
}
.hotel-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.hotel-card .body {
  padding: 16px;
}
.hotel-name {
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
}
.meta {
  font-size: 13px;
  color: var(--muted);
}
.rating-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: var(--brand);
  color: #fff;
  border-radius: 4px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
}
.pink-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #116671;
  color: #fff;
  border-radius: 4px;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 900;
}
.heart {
  position: absolute;
  right: 12px;
  top: 12px;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.tag {
  font-size: 12px;
  background: #f1f4fb;
  border-radius: 3px;
  padding: 5px 9px;
  margin-right: 7px;
  color: #1e2a56;
}
.tag.green {
  background: #e9f8ef;
  color: #168742;
}
.price {
  font-size: 21px;
  font-weight: 900;
}
.city-tile {
  height: 118px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  color: #fff;
  display: flex;
  align-items: end;
  padding: 15px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 28px rgba(8, 18, 68, 0.12);
}
.city-tile:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.68));
}
.city-tile div {
  position: relative;
  z-index: 1;
}
.city-tile b {
  display: block;
}
.type-card {
  border: 1px solid #edf0fa;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  padding: 26px 12px;
  box-shadow: 0 10px 28px rgba(8, 18, 68, 0.08);
  color: var(--ink);
  height: 112px;
}
.type-card i {
  font-size: 26px;
  color: var(--brand);
  margin-bottom: 12px;
}
.sub-hero {
  height: 235px;
  background:
    linear-gradient(90deg, rgba(4, 10, 38, 0.7), rgba(4, 10, 38, 0.35)),
    url("https://images.unsplash.com/photo-1505761671935-60b3a7427bad?auto=format&fit=crop&w=1800&q=85")
      center/cover;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}
.sub-hero .container {
  z-index: 1;
}
.sub-hero h1 {
  font-weight: 900;
  font-size: 42px;
}
.filter-card {
  border: 1px solid #edf0fa;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(8, 18, 68, 0.08);
  padding: 22px;
  background: #fff;
}
.filter-card label {
  font-size: 13px;
  font-weight: 700;
  margin: 3px 0 3px;
}
.listing-card {
  border: 1px solid #edf0fa;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(8, 18, 68, 0.07);
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.listing-img {
  height: 190px;
  width: 100%;
  object-fit: cover;
}
.listing-body {
  padding: 22px;
}
.fac {
  font-size: 13px;
  color: #4d5678;
  margin-right: 16px;
}
.pagination .page-link {
  border: 0;
  margin: 0 4px;
  border-radius: 6px;
  color: var(--ink);
  font-weight: 700;
}
.pagination .active .page-link {
  background: var(--brand);
}
.newsletter {
  background: #116671;
  color: #fff;
  margin-top: 60px;
}
.newsletter-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  gap: 30px;
}
.newsletter-box h4 {
  font-weight: 900;
}
.newsletter-box p {
  margin: 0;
  opacity: 0.9;
}
.newsletter-form {
  display: flex;
  gap: 12px;
  min-width: 520px;
}
.footer {
  background: #027786;
  color: #fff;
  padding: 48px 0 28px;
}
.footer p,
.footer a {
  color: #fff;
  display: block;
  margin: 8px 0;
  font-size: 14px;
  font-weight: 450;
}
.footer h5,
.footer h6 {
  font-weight: 900;
}
.socials i {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-grid;
  place-items: center;
  border-radius: 5px;
  margin-right: 6px;
}
.card {
  border: 1px solid #edf0fa;
  box-shadow: 0 10px 30px rgba(8, 18, 68, 0.07);
  border-radius: 10px;
}
.form-control,
.form-select {
  border-color: #e4e9f7;
  border-radius: 6px;
  padding: 5px;
}
.badge-soft {
  background: #eef4ff;
  color: var(--brand);
}
.dashboard-card {
  background: linear-gradient(135deg, #fff, #f5f8ff);
}
.w-fit {
  width: fit-content;
}
.wishlist-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e5eaf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}
.wishlist-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.wishlist-card-body {
  padding: 20px;
}
.wishlist-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.wishlist-old-price {
  color: #94a3b8;
  font-size: 15px;
  text-decoration: line-through;
}
.wishlist-new-price {
  color: #07153f;
  font-size: 27px;
  font-weight: 700;
}
.wishlist-remove {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #ef4444;
  color: #fff;
}
@media (max-width: 991px) {
  .main-nav {
    height: auto;
  }
  .hero-title {
    font-size: 39px;
  }
  .search-panel {
    margin-top: 0;
  }
  .search-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 14px;
  }
  .trust-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px;
  }
  .newsletter-box {
    display: block;
  }
  .newsletter-form {
    min-width: 0;
    margin-top: 18px;
  }
  .top-left {
    display: none !important;
  }
}
.premium-hotel-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e7ebf2;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.07);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.premium-hotel-card:hover {
  transform: translateY(-7px);
  border-color: rgba(49, 85, 217, 0.28);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.15);
}
.hotel-card-main-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
}
.hotel-card-image-wrap {
  position: relative;
  height: 245px;
  overflow: hidden;
  background: #eef2f7;
}
.hotel-card-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.premium-hotel-card:hover .hotel-card-image {
  transform: scale(1.06);
}
.hotel-card-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 75px);
}
.hotel-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.18);
}
.badge-popular {
  background: #ec4899;
}
.badge-featured {
  background: #3155d9;
}
.badge-value {
  background: #0f9f6e;
}
.badge-discount {
  background: #ef4444;
}
.hotel-wishlist-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 6;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #07153f;
  font-size: 19px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
  transition: 0.2s ease;
}
.hotel-wishlist-btn:hover,
.hotel-wishlist-btn.is-active {
  background: #ef4444;
  color: #fff;
  transform: scale(1.05);
}
.hotel-rating-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #ff5a5f;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.hotel-card-body {
  padding: 20px;
}
.hotel-card-location {
  margin-bottom: 7px;
  color: #64748b;
  font-size: 13px;
}
.hotel-card-location i {
  margin-right: 5px;
  color: #4964e9;
}
.hotel-card-title {
  margin: 0 0 14px;
  color: #07153f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.hotel-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 19px;
}
.hotel-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  border-radius: 7px;
  background: #f3f6fb;
  color: #475569;
  font-size: 11px;
}
.hotel-tag-success {
  background: #eaf8ef;
  color: #168344;
}
.hotel-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #edf0f5;
}
.hotel-price-block {
  min-width: 0;
}
.hotel-price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
}
.hotel-old-price {
  color: #8a94a6;
  font-size: 15px;
  font-weight: 600;
  text-decoration: line-through;
}
.hotel-current-price {
  color: #07153f;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
.hotel-price-label {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 12px;
}
.hotel-view-details {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 11px;
  border-radius: 9px;
  background: #3e5ae8;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
  transition: 0.2s ease;
}
.premium-hotel-card:hover .hotel-view-details {
  background: #243fc7;
}
@media (max-width: 575.98px) {
  .hotel-card-image-wrap {
    height: 225px;
  }
  .hotel-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .hotel-view-details {
    width: 100%;
    justify-content: center;
  }
}
.about-hero {
  position: relative;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 18, 55, 0.92), rgba(5, 18, 55, 0.58)),
    url("https://www.brighter-miles.com/assets/img/about-hero.webp")
      center/cover no-repeat;
}
.about-hero-content {
  max-width: 720px;
  padding: 80px 0;
  color: #fff;
}
.about-eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #ffcf57;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.about-hero p {
  max-width: 650px;
}
.about-breadcrumb {
  border-bottom: 1px solid #e7ebf2;
  background: #fff;
}
.about-breadcrumb .breadcrumb {
  padding: 14px 0;
}
.about-breadcrumb a {
  color: #3155d9;
  text-decoration: none;
}

.about-image-wrap {
  position: relative;
}
.about-main-image {
  width: 100%;
  height: 530px;
  display: block;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}
.about-floating-card {
  position: absolute;
  right: -20px;
  bottom: 28px;
  max-width: 260px;
  padding: 20px 22px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.2);
}
.about-floating-card strong,
.about-floating-card span {
  display: block;
}
.about-floating-card strong {
  margin-bottom: 5px;
  color: #07153f;
  font-size: 18px;
}
.about-floating-card span {
  color: #64748b;
  font-size: 13px;
}

.about-lead {
  color: #334155;
  font-weight: 600;
}
.about-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #334155;
  font-weight: 600;
}
.about-check-item i {
  color: #16a34a;
}
.about-stats-section {
  padding: 25px 0 80px;
}
.about-stat-card {
  height: 100%;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid #e7ebf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}
.about-stat-card i {
  display: block;
  margin-bottom: 10px;
  color: #3155d9;
  font-size: 22px;
}
.about-stat-card strong {
  display: block;
  margin-bottom: 5px;
  color: #07153f;
  font-size: 24px;
  font-weight: 800;
}
.about-stat-card span {
  color: #64748b;
  font-size: 14px;
}
.about-value-card,
.about-mission-card,
.about-cta-card {
  height: 100%;
  padding: 28px;
  border: 1px solid #e7ebf2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}
.about-value-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #eef4ff;
  color: #3155d9;
  font-size: 18px;
}
.about-value-card h4,
.about-mission-card h3 {
  margin-bottom: 10px;
  color: #07153f;
  font-size: 22px;
  font-weight: 700;
}
.about-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(90deg, #027786, #116571);
  color: #fff;
}
.about-cta-card h2 {
  margin: 8px 0 8px;
  font-size: 30px;
  font-weight: 800;
}
.about-cta-card p {
  color: rgba(255, 255, 255, 0.85);
}
.about-cta-card .about-eyebrow {
  color: #ffcf57;
}
@media (max-width: 767.98px) {
  .about-hero-content {
    padding: 60px 0;
  }
  .about-main-image {
    height: 380px;
  }
  .about-floating-card {
    position: static;
    max-width: none;
    margin-top: 16px;
  }
  .about-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.booking-form-card,
.booking-summary {
  border-radius: 20px;
}
.selected-room-box,
.hotel-price-fallback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid #cfe0ff;
  border-radius: 14px;
  background: #f5f8ff;
}
.selected-room-label,
.booking-summary-kicker {
  display: inline-block;
  margin-bottom: 5px;
  color: #3155d9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.hotel-price-fallback i {
  color: #3155d9;
  font-size: 24px;
}
.hotel-price-fallback div {
  flex: 1;
}
.hotel-price-fallback span {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-size: 13px;
}
.booking-summary-image {
  width: 100%;
  height: 220px;
  display: block;
  margin-bottom: 18px;
  object-fit: cover;
  border-radius: 14px;
}
.summary-old-price {
  color: #94a3b8;
  font-size: 14px;
  text-decoration: line-through;
}
.summary-current-price {
  color: #07153f;
  font-size: 24px;
}
.summary-divider {
  height: 1px;
  margin: 18px 0;
  background: #edf0f5;
}
@media (max-width: 575.98px) {
  .selected-room-box,
  .hotel-price-fallback {
    align-items: flex-start;
    flex-direction: column;
  }
}
.hotel-highlights-section {
  padding: 28px;
  border: 1px solid #e7ebf2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}
.hotel-section-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #3155d9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.hotel-section-title {
  color: #07153f;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 850;
}
.hotel-highlights-grid {
  display: grid;
  gap: 18px;
}
.hotel-highlight-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 18px;
  border: 1px solid #e7ebf2;
  border-radius: 17px;
  background: #fbfcfe;
  transition: 0.2s ease;
}
.hotel-highlight-item:hover {
  border-color: #bfd0ff;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.hotel-highlight-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dbeafe;
  color: #1e3a8a;
  font-size: 23px;
}
.hotel-highlight-content h3 {
  margin: 2px 0 6px;
  color: #07153f;
  font-size: 19px;
  font-weight: 800;
}
.hotel-highlight-content p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}
@media (max-width: 575.98px) {
  .hotel-highlights-section {
    padding: 22px;
  }
  .hotel-highlight-item {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    padding: 15px;
  }
  .hotel-highlight-icon {
    width: 50px;
    height: 50px;
    font-size: 19px;
  }
}
.room-card-modern {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 230px;
  overflow: hidden;
  border: 1px solid #e4eaf2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition: 0.25s ease;
}
.room-card-modern:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 85, 217, 0.3);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}
.room-card-image {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background: #eef2f7;
}
.room-card-image img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.room-carousel,
.room-carousel .carousel-inner,
.room-carousel .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 280px;
}
.room-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.room-carousel .carousel-control-prev,
.room-carousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 42px;
  height: 42px;
  z-index: 6;
  border-radius: 50%;
  background: rgba(7, 21, 63, 0.72);
  opacity: 1;
  transform: translateY(-50%);
}
.room-carousel .carousel-control-prev {
  left: 12px;
}
.room-carousel .carousel-control-next {
  right: 12px;
}
.room-carousel .carousel-control-prev-icon,
.room-carousel .carousel-control-next-icon {
  width: 17px;
  height: 17px;
}
.room-image-count {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(7, 21, 63, 0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.room-card-modern:hover .room-card-image img {
  transform: scale(1.05);
}
.room-discount,
.room-availability {
  position: absolute;
  padding: 7px 11px;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.room-discount {
  top: 14px;
  left: 14px;
  background: #ef4444;
}
.room-availability {
  right: 14px;
  bottom: 14px;
  background: rgba(7, 21, 63, 0.88);
}
.room-card-info {
  padding: 26px;
}
.room-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.room-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}
.room-badge-primary {
  background: #e9efff;
  color: #3155d9;
}
.room-badge-success {
  background: #e8f8ef;
  color: #168344;
}
.room-badge-light {
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
}
.room-card-title {
  margin-bottom: 16px;
  color: #07153f;
  font-size: 27px;
  font-weight: 700;
}
.room-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-bottom: 18px;
}
.room-meta-grid div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 14px;
}
.room-meta-grid i {
  width: 18px;
  color: #3155d9;
}
.room-card-description {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 18px;
  color: #64748b;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 3; */
}
.room-inclusions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.room-inclusions span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 7px;
  background: #f3f6fb;
  color: #475569;
  font-size: 11px;
}
.room-inclusions span:nth-child(2) {
  background: #eaf8ef;
  color: #168344;
}
.room-card-booking {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  padding: 26px;
  border-left: 1px solid #edf0f5;
  background: #fbfcfe;
}
.room-price-label {
  margin-bottom: 8px;
  color: #64748b;
  font-size: 13px;
}
.room-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
.room-old-price {
  color: #94a3b8;
  font-size: 17px;
  font-weight: 600;
  text-decoration: line-through;
}
.room-new-price {
  color: #07153f;
  font-size: 30px;
  font-weight: 700;
}
.room-saving {
  display: inline-block;
  margin-top: 7px;
  color: #15803d;
  font-size: 12px;
  font-weight: 700;
}
.room-select-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
  padding: 13px 16px;
  border-radius: 11px;
  font-weight: 800;
}
.room-payment-note {
  margin-top: 10px;
  color: #94a3b8;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .room-card-modern {
    grid-template-columns: 220px minmax(0, 1fr) 210px;
  }
}
@media (max-width: 991.98px) {
  .room-card-modern {
    grid-template-columns: 230px minmax(0, 1fr);
  }
  .room-card-booking {
    grid-column: 1 / -1;
    border-top: 1px solid #edf0f5;
    border-left: 0;
  }
}
@media (max-width: 767.98px) {
  .room-card-modern {
    display: block;
  }
  .room-card-image,
  .room-card-image img {
    height: 240px;
    min-height: 240px;
  }
  .room-card-info,
  .room-card-booking {
    padding: 22px;
  }
  .room-meta-grid {
    grid-template-columns: 1fr;
  }
  .room-card-booking {
    border-top: 1px solid #edf0f5;
  }
}
.hotel-gallery {
  overflow: hidden;
}
.main-gallery-image {
  overflow: hidden;
  border-radius: 22px;
  background: #eef2f7;
}
.main-gallery-image img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.main-gallery-image:hover img {
  transform: scale(1.02);
}
.gallery-thumbnails {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}
.gallery-thumb {
  width: 105px;
  height: 78px;
  flex: 0 0 105px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
.gallery-thumb:hover,
.gallery-thumb.active {
  border-color: #3155d9;
  transform: translateY(-2px);
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #ff5a5f;
  color: #fff;
  font-weight: 700;
}
.facility-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid #e7ebf2;
  border-radius: 12px;
  background: #f8fafc;
  color: #334155;
}
.facility-item i {
  color: #1f9d55;
}
.room-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  border: 1px solid #e7ebf2;
  border-radius: 15px;
  background: #fff;
  transition: 0.2s ease;
}
.room-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}
.room-price {
  color: #07153f;
  font-size: 22px;
  font-weight: 800;
}
.booking-summary-card {
  border-radius: 20px;
}
.hotel-detail-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
.detail-old-price {
  color: #64748b;
  font-size: 20px;
  font-weight: 500;
  text-decoration: line-through;
}
.detail-current-price {
  color: #07153f;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}
.detail-night {
  color: #64748b;
  font-size: 17px;
}
.booking-feature-list {
  display: grid;
  gap: 10px;
  color: #475569;
  font-size: 14px;
}
.booking-feature-list i {
  margin-right: 7px;
  color: #16a34a;
}
@media (max-width: 991.98px) {
  .main-gallery-image img {
    height: 400px;
  }
  .booking-summary-card {
    position: static !important;
  }
}
@media (max-width: 575.98px) {
  .main-gallery-image img {
    height: 290px;
  }
  .room-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .room-card .text-end {
    text-align: left !important;
  }
}
.premium-filter-card {
  position: sticky;
  top: 95px;
  padding: 22px;
  border: 1px solid #e7ebf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
}
.filter-group {
  margin-bottom: 22px;
}
.facility-filter-list {
  max-height: 210px;
  overflow-y: auto;
  padding-right: 4px;
}
.listing-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid #e7ebf2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.05);
}
.hotel-results {
  display: grid;
  gap: 22px;
}
.premium-listing-card {
  position: relative;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #e7ebf2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.premium-listing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 85, 217, 0.26);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.13);
}
.listing-card-main-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.listing-image-column {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  background: #eef2f7;
}
.premium-listing-img {
  width: 100%;
  height: 100%;
  min-height: 245px;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.premium-listing-card:hover .premium-listing-img {
  transform: scale(1.05);
}
.listing-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 75px);
}
.hotel-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.18);
}
.badge-popular {
  background: #ec4899;
}
.badge-featured {
  background: #3155d9;
}
.badge-discount {
  background: #ef4444;
}
.listing-wishlist-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 6;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #07153f;
  font-size: 19px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
  transition: 0.2s ease;
}
.listing-wishlist-btn:hover,
.listing-wishlist-btn.is-active {
  background: #ef4444;
  color: #fff;
  transform: scale(1.05);
}
.listing-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 185px;
  gap: 22px;
  padding: 24px;
}
.listing-location {
  margin-bottom: 7px;
  color: #64748b;
  font-size: 13px;
}
.listing-location i {
  margin-right: 5px;
  color: #4964e9;
}
.listing-title {
  margin: 0 0 10px;
  color: #07153f;
  font-size: 24px;
  font-weight: 700;
}
.listing-rating-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
}
.listing-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border-radius: 8px;
  background: #ff5a5f;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.listing-facilities,
.listing-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.listing-facilities {
  margin-bottom: 15px;
}
.listing-facilities span,
.hotel-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 7px;
  background: #f3f6fb;
  color: #475569;
  font-size: 11px;
}
.listing-facilities span:last-child,
.hotel-tag-success {
  background: #eaf8ef;
  color: #168344;
}
.listing-price-column {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  border-left: 1px solid #edf0f5;
  padding-left: 22px;
}
.listing-price-line {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;
  margin: 6px 0 4px;
}
.listing-old-price {
  color: #8a94a6;
  font-size: 16px;
  font-weight: 600;
  text-decoration: line-through;
}
.listing-current-price {
  color: #07153f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.listing-save-text {
  color: #15803d;
  font-size: 12px;
  font-weight: 700;
}
.listing-view-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin-top: 22px;
  padding: 11px 13px;
  border-radius: 10px;
  background: #3e5ae8;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  transition: 0.2s ease;
}
.premium-listing-card:hover .listing-view-button {
  background: #243fc7;
}
.hotel-results.grid-view {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hotel-results.grid-view .premium-listing-card {
  display: block;
}
.hotel-results.grid-view .listing-image-column {
  min-height: 230px;
}
.hotel-results.grid-view .premium-listing-img {
  height: 230px;
  min-height: 230px;
}
.hotel-results.grid-view .listing-content {
  display: block;
}
.hotel-results.grid-view .listing-price-column {
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 18px;
  padding-left: 0;
  text-align: left;
  border-top: 1px solid #edf0f5;
  border-left: 0;
}
.hotel-results.grid-view .listing-price-line {
  justify-content: flex-start;
}
@media (max-width: 1199.98px) {
  .premium-listing-card {
    grid-template-columns: 235px minmax(0, 1fr);
  }
  .listing-content {
    grid-template-columns: minmax(0, 1fr) 160px;
  }
}
@media (max-width: 991.98px) {
  .premium-filter-card {
    position: static;
  }
  .listing-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .premium-listing-card {
    display: block;
  }
  .listing-image-column,
  .premium-listing-img {
    min-height: 235px;
    height: 235px;
  }
  .listing-content {
    display: block;
  }
  .listing-price-column {
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 18px;
    padding-left: 0;
    text-align: left;
    border-top: 1px solid #edf0f5;
    border-left: 0;
  }
  .listing-price-line {
    justify-content: flex-start;
  }
  .hotel-results.grid-view {
    grid-template-columns: 1fr;
  }
}
@media print {
  .no-print,
  .topbar,
  nav,
  footer,
  .newsletter {
    display: none !important;
  }
  .card {
    box-shadow: none !important;
  }
}

/* ========= Invoice Download ========*/
.invoice-page-wrap {
  min-height: 100vh;
  padding: 50px 20px 80px;
  background: #f4f7fb;
}

.invoice-toolbar {
  width: min(100%, 1040px);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto 20px;
}

.invoice-sheet {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 44px;
  border: 1px solid #e5eaf2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.invoice-top {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.invoice-brand {
  display: flex;
  gap: 16px;
}

.invoice-brand-mark {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #3155d9, #7b8cff);
  color: #fff;
  font-size: 22px;
}

.invoice-brand h2 {
  margin-bottom: 5px;
  color: #07153f;
  font-size: 25px;
  font-weight: 700;
}

.invoice-brand p {
  max-width: 380px;
  margin: 0;
  color: #64748b;
  font-size: 13px;
}

.invoice-title-box {
  text-align: right;
}

.invoice-title-box span,
.invoice-title-box strong,
.invoice-title-box small {
  display: block;
}

.invoice-title-box span {
  color: #3155d9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
}

.invoice-title-box strong {
  margin: 6px 0;
  color: #07153f;
  font-size: 22px;
}

.invoice-title-box small {
  color: #64748b;
}

.invoice-divider {
  height: 1px;
  margin: 30px 0;
  background: #e7ebf2;
}

.invoice-status-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.invoice-kicker {
  display: inline-block;
  margin-bottom: 6px;
  color: #3155d9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.invoice-status-row h1 {
  margin-bottom: 6px;
  color: #07153f;
  font-size: 30px;
  font-weight: 700;
}

.invoice-status-row p {
  margin: 0;
  color: #64748b;
}

.invoice-status {
  height: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.invoice-status-pending {
  background: #fff4d5;
  color: #996300;
}

.invoice-status-confirmed {
  background: #e9f9ef;
  color: #16713d;
}

.invoice-status-cancelled {
  background: #feecec;
  color: #b42318;
}

.invoice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

.invoice-card {
  padding: 22px;
  border: 1px solid #e7ebf2;
  border-radius: 18px;
  background: #fbfcfe;
}

.invoice-card-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: #07153f;
  font-weight: 800;
}

.invoice-card-title i {
  color: #3155d9;
}

.invoice-detail-row {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 12px;
  padding: 8px 0;
}

.invoice-detail-row span {
  color: #64748b;
  font-size: 13px;
}

.invoice-detail-row strong {
  color: #1e293b;
  font-size: 13px;
}

.stay-summary {
  display: grid;
  grid-template-columns: 1fr auto 1fr 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  padding: 20px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #07153f, #3155d9);
  color: #fff;
}

.stay-summary-item span,
.stay-summary-item strong {
  display: block;
}

.stay-summary-item span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  text-transform: uppercase;
}

.stay-summary-item strong {
  margin-top: 4px;
  font-size: 17px;
}

.stay-summary-arrow {
  color: rgba(255, 255, 255, 0.7);
}

.stay-summary-nights {
  text-align: right;
}

.invoice-table-wrap {
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid #e7ebf2;
  border-radius: 16px;
}

.invoice-table {
  width: 100%;
  border-collapse: collapse;
}

.invoice-table th,
.invoice-table td {
  padding: 16px;
}

.invoice-table thead th {
  background: #f8fafc;
  color: #64748b;
  font-size: 11px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.invoice-table tbody td {
  border-top: 1px solid #edf0f5;
  color: #1e293b;
}

.invoice-table tbody strong,
.invoice-table tbody small {
  display: block;
}

.invoice-table tbody small {
  margin-top: 4px;
  color: #64748b;
}

.invoice-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
}

.invoice-note-box {
  padding: 18px;
  border: 1px solid #e7ebf2;
  border-radius: 15px;
  background: #fbfcfe;
}

.invoice-note-box h6 {
  margin-bottom: 8px;
  color: #07153f;
  font-weight: 800;
}

.invoice-note-box p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}

.invoice-support {
  margin-top: 16px;
}

.invoice-support strong,
.invoice-support span {
  display: block;
}

.invoice-support strong {
  color: #07153f;
}

.invoice-support span {
  margin-top: 4px;
  color: #64748b;
  font-size: 13px;
}

.invoice-total-box {
  padding: 22px;
  border-radius: 18px;
  background: #f8fafc;
}

.invoice-total-box > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  color: #475569;
}

.invoice-grand-total {
  margin-top: 10px;
  padding-top: 16px !important;
  border-top: 1px solid #dfe5ee;
}

.invoice-grand-total span,
.invoice-grand-total strong {
  color: #07153f;
  font-size: 22px;
  font-weight: 700;
}

.invoice-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid #e7ebf2;
  color: #94a3b8;
  font-size: 11px;
}

.invoice-footer p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .invoice-sheet {
    padding: 24px;
  }

  .invoice-top,
  .invoice-status-row,
  .invoice-toolbar,
  .invoice-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .invoice-title-box {
    text-align: left;
  }

  .invoice-grid,
  .invoice-bottom-grid {
    grid-template-columns: 1fr;
  }

  .stay-summary {
    grid-template-columns: 1fr 1fr;
  }

  .stay-summary-arrow {
    display: none;
  }

  .stay-summary-nights {
    text-align: left;
  }

  .invoice-table-wrap {
    overflow-x: auto;
  }

  .invoice-table {
    min-width: 620px;
  }
}

@media print {
  @page {
    size: A4;
    margin: 12mm;
  }

  body {
    background: #fff !important;
  }

  .no-print,
  header,
  footer,
  nav {
    display: none !important;
  }

  .invoice-page-wrap {
    min-height: auto;
    padding: 0;
    background: #fff;
  }

  .invoice-sheet {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
