* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Georgia, 'Times New Roman', serif;
  color: #1a2234;
  background: #f7f3ec;
  overflow-x: hidden;
}

.top-header {
  background: #ffffff;
  min-height: 150px;
  position: relative;
  z-index: 10;
  margin-bottom: -2px;
}

.header-inner {
  max-width: 1250px;
  margin: auto;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 40px;
  position: relative;
}

.brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.logo-img {
  width: 130px;
  height: auto;
  display: block;
  margin: 0 auto -25px;
}

.brand h1 {
  font-size: 42px;
  color: #111a31;
  font-weight: 400;
  letter-spacing: 6px;
}

.brand span {
  color: #c99b4f;
  font-size: 20px;
  letter-spacing: 6px;
}

.contact-btn,
.book-top {
  text-decoration: none;
  color: #111a31;
  font-weight: bold;
  font-size: 15px;
}

.contact-btn {
  padding: 15px 35px;
  background: #fff;
  border-bottom: 4px solid #767a83;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  position: absolute;
  right: 40px;
}

.book-top {
  background: #d1a65b;
  color: white;
  padding: 18px 38px;
  border-radius: 14px;
}

.main-nav {
  width: 87%;
  margin: 0 auto;
  background: #111827;
  min-height: 70px;
  border-radius: 0 0 34px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  position: relative;
  top: auto;
  z-index: 20;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.main-nav a {
  text-decoration: none;
  color: #d1a65b;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 24px 0 18px;
}

.main-nav a.active,
.main-nav a:hover {
  color: #fff;
  border-bottom: 3px solid #d1a65b;
}

.hero {
  background-image: url('images.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 120vh;
  margin-top: -68px;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.48), rgba(0,0,0,0.12));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 280px;
  margin-left: 9%;
  color: white;
  max-width: 540px;
}

.hero-content h2 {
  font-size: 52px;
  line-height: 1.15;
  text-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.hero-content h3 {
  margin-top: 12px;
  font-size: 25px;
  font-family: Arial, sans-serif;
}

.hero-content p {
  margin: 25px 0;
  font-size: 18px;
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: #d1a65b;
  padding: 18px 34px;
  border-radius: 30px;
  font-family: 'Times New Roman', Times, serif, ;
}

.booking-box {
  width: 82%;
  margin: -70px auto 60px;
  background: #111827;
  color: white;
  border-radius: 18px;
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr) 1.1fr;
  gap: 18px;
  position: relative;
  z-index: 5;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.booking-item label {
  display: block;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.booking-item input,
.booking-item select {
  width: 100%;
  padding: 17px;
  border: none;
  border-radius: 6px;
}

.booking-box button,
form button {
  border: none;
  background: #d1a65b;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  padding: 17px;
}

#bookingResult {
  grid-column: 1 / -1;
  text-align: center;
  font-family: Arial, sans-serif;
}

.section {
  padding: 80px 10%;
  text-align: center;
}

.section h2 {
  font-size: 38px;
  margin-bottom: 25px;
  color: #111827;
}

.section p {
  max-width: 850px;
  margin: 0 auto 20px;
  line-height: 1.8;
  font-family: Arial, sans-serif;
}

.dark-section {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: white;
}

.dark-section h2 {
  color: #d1a65b;
}

.info-grid,
.card-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 35px;
}

.info-grid div,
.card,
.room-card,
.gallery-grid div {
  background: white;
  color: #111827;
  padding: 0px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  line-height: 1.8;
}

.dark-section .card {
  background: #1c2435;
  color: white;
  border: 1px solid rgba(209,166,91,0.4);
}

.card {
  transition: all 0.35s ease;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-10px);
  background: #24304a;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  border-color: #d1a65b;
}

.card h3,
.room-card h3 {
  color: #d1a65b;
  margin-bottom: 15px;
}

.facility-list {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.facility-list span {
  border: 1px solid #d1a65b;
  padding: 15px 25px;
  border-radius: 30px;
}

.gallery-grid {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-grid div {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d1a65b, #111827);
  color: white;
  font-weight: bold;
  transition: all 0.35s ease;
  cursor: pointer;
}

.gallery-grid div:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 18px 35px rgba(0,0,0,0.35);
  background: linear-gradient(135deg, #e0b56d, #1b2740);
}

.form-section {
  background: #f7f3ec;
}

form {
  max-width: 850px;
  margin: auto;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

form input,
form select,
form textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

form textarea {
  min-height: 55px;
}

#formMessage {
  margin-top: 20px;
  font-weight: bold;
}

.contact-section {
  background: white;
}

footer {
  background: #111827;
  color: white;
  text-align: center;
  padding: 25px;
  font-family: Arial, sans-serif;
}

@media (max-width: 900px) {
  .header-inner,
  .main-nav,
  .booking-box,
  .info-grid,
  .card-grid,
  .gallery-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .main-nav {
    width: 95%;
    gap: 12px;
    padding: 18px;
  }

  .booking-box {
    width: 92%;
    display: grid;
  }

  .hero-content h2 {
    font-size: 38px;
  }
}

/* RESPONSIVE UNTUK HP */
@media (max-width: 768px) {
  .top-header {
    min-height: 120px;
  }

  .header-inner {
    height: 120px;
    padding: 0 15px;
    justify-content: center;
  }

  .brand {
    position: static;
    transform: none;
  }

  .logo-img {
    width: 70px;
    margin: 0 auto -15px;
  }

  .brand h1 {
    font-size: 32px;
    letter-spacing: 5px;
  }

  .brand span {
    font-size: 16px;
    letter-spacing: 8px;
  }

  .contact-btn {
    position: absolute;
    right: 12px;
    top: 78px;
    padding: 10px 18px;
    font-size: 12px;
  }

  .main-nav {
    width: 92%;
    margin: 0 auto;
    min-height: auto;
    padding: 18px 10px;
    gap: 18px;
    border-radius: 0 0 28px 28px;
  }

  .main-nav a {
    padding: 8px 0;
    font-size: 14px;
  }

  .hero {
    height: 100vh;
    margin-top: -20px;
    background-position: center;
  }

  .hero-content {
    padding-top: 210px;
    margin-left: 7%;
    max-width: 85%;
  }

  .hero-content h2 {
    font-size: 34px;
  }

  .hero-content h3 {
    font-size: 18px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .booking-box {
    width: 92%;
    margin: -35px auto 40px;
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .info-grid,
  .card-grid,
  .gallery-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 55px 6%;
  }

  .section h2 {
    font-size: 30px;
  }
}

/* NAVBAR HP SCROLL KE SAMPING */
@media (max-width: 768px) {

  .main-nav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    display: flex;
    flex-wrap: nowrap;

    justify-content: flex-start;
    gap: 30px;

    padding: 16px 20px;

    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
  }

  .main-nav a {
    flex: 0 0 auto;
    font-size: 14px;
    padding: 12px 0;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

}

/* FIX BIAR WEB TIDAK IKUT GESER KE SAMPING */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

* {
  max-width: 100%;
}

/* NAVBAR HP DOANG YANG BISA SCROLL SAMPING */
@media (max-width: 768px) {
  .main-nav {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;
    justify-content: flex-start;

    gap: 30px;
    padding: 15px 18px;

    position: relative;
    top: auto;
    border-radius: 0;

    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    max-width: none;
  }

  .hero {
    width: 100%;
    margin-top: 0;
  }

  .top-header {
    width: 100%;
    overflow: hidden;
  }
}

html, body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.room-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 0;
    cursor: pointer;
}

.room-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: 0.5s;
}

.room-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    padding: 25px;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0)
    );
}

.room-overlay h3 {
    color: white;
    margin: 0;
    font-size: 28px;
    letter-spacing: 2px;
}

.room-card:hover img {
    transform: scale(1.08);
}

.room-card {
    margin-bottom: 20px;
}

.facility-list span {
    border: 1px solid #d1a65b;
    padding: 15px 25px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.facility-list span:hover {
    background: #d1a65b;
    color: #111827;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(209,166,91,0.4);
}

.facility-list span:active {
    transform: scale(0.95);
}

.card img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:14px 14px 0 0;
}

.card {
    background: #1c2435;
    padding: 0;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 30px;
}

.card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.offer-content {
    padding: 20px;
    text-align: center;
}

.offer-content h3 {
    color: #d1a65b;
    margin: 0;
    font-size: 28px;
}

.card {
    position: relative;
}

.offer-badge {
    position: absolute;
    top: 20px;
    right: 20px;

    background: #d1a65b;
    color: #111827;

    padding: 10px 18px;
    border-radius: 25px;

    font-weight: bold;
    font-size: 14px;

    box-shadow: 0 8px 20px rgba(0,0,0,.3);
}

.offers-section {
  background: radial-gradient(circle at top, #14223a, #07101f 70%);
  padding: 80px 5%;
}

.offers-section h2 {
  color: #d1a65b;
  font-size: 52px;
  margin-bottom: 20px;
}

.title-line {
  width: 220px;
  height: 1px;
  background: #d1a65b;
  margin: 0 auto 45px;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.offer-card {
  background: linear-gradient(180deg, #071526, #0b1628);
  border: 1px solid #d1a65b;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 45px rgba(0,0,0,.35);
  transition: .35s ease;
}

.offer-card:hover {
  transform: translateY(-10px);
}

.offer-img-wrap {
  position: relative;
}

.offer-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.offer-ribbon {
  position: absolute;
  top: 0;
  right: 35px;
  background: #d1a65b;
  color: #07101f;
  padding: 18px 14px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

.offer-content {
  padding: 35px 30px;
  text-align: center;
}

.offer-icon {
  color: #d1a65b;
  font-size: 34px;
  margin-bottom: 18px;
}

.offer-content h3 {
  color: #d1a65b;
  font-size: 28px;
  margin-bottom: 22px;
}

.offer-content p {
  color: white;
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.offer-btn {
  display: inline-block;
  background: #d1a65b;
  color: #07101f;
  text-decoration: none;
  padding: 15px 32px;
  border-radius: 30px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  transition: .3s;
}

.offer-btn:hover {
  background: #e7c27a;
  transform: translateY(-3px);
}

@media (max-width: 900px) {
  .offers-grid {
    grid-template-columns: 1fr;
  }

  .offers-section h2 {
    font-size: 40px;
  }
}

.event-section {
  background: #0f172a;
  padding: 70px 6%;
}

.event-hero {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #d1a65b;
}

.event-hero img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.event-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.75),
    rgba(0,0,0,.15)
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

.event-overlay h2 {
  color: #d1a65b;
  font-size: 56px;
  margin-bottom: 20px;
}

.event-overlay p {
  color: white;
  max-width: 760px;
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.7;
}

.event-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 35px;
}

.event-box {
  background: #111827;
  border: 1px solid #d1a65b;
  border-radius: 18px;
  padding: 40px;
  text-align: center;
  color: white;
  transition: .3s;
}

.event-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
}

.event-box h3 {
  color: #d1a65b;
  font-size: 32px;
  margin-bottom: 15px;
}

.event-box p {
  font-family: Arial, sans-serif;
  line-height: 1.7;
  margin-bottom: 25px;
}

.event-box a {
  display: inline-block;
  background: #d1a65b;
  color: #111827;
  text-decoration: none;
  padding: 13px 28px;
  border-radius: 30px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  .event-hero img {
    height: 360px;
  }

  .event-overlay h2 {
    font-size: 36px;
  }

  .event-overlay p {
    font-size: 16px;
  }

  .event-options {
    grid-template-columns: 1fr;
  }
}

.gallery-section {
    padding: 80px 6%;
    background: linear-gradient(135deg,#071526,#10203b);
}

.gallery-section h2 {
    text-align: center;
    color: #d1a65b;
    font-size: 52px;
    margin-bottom: 40px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
    border: 1px solid rgba(209,166,91,.3);
}

.gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: .5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,.4);
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item img {
        height: 180px;
    }
}

.facilities-section {
    padding: 80px 6%;
    background: linear-gradient(135deg,#071526,#10203b);
}

.facilities-section h2 {
    text-align: center;
    color: #d1a65b;
    font-size: 52px;
    margin-bottom: 40px;
}

.facilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.facility-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 280px;
    cursor: pointer;
    border: 1px solid rgba(209,166,91,.25);
}

.facility-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.facility-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.1)
    );

    display: flex;
    align-items: flex-end;
    justify-content: center;

    padding-bottom: 25px;
}

.facility-overlay h3 {
    color: white;
    font-size: 28px;
    text-align: center;
}

.facility-card:hover img {
    transform: scale(1.1);
}

.facility-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,.4);
}

@media (max-width: 768px) {

    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .facility-card {
        height: 200px;
    }

    .facility-overlay h3 {
        font-size: 20px;
    }

}

.view-more-btn{
    display:inline-block;
    margin-top:25px;

    color:#d1a65b;
    text-decoration:none;

    font-size:18px;
    font-weight:600;
    letter-spacing:1px;

    transition:.3s ease;
}

.view-more-btn:hover{
    color:#f0c879;
    transform:translateX(8px);
}

/* LOGIN / REGISTER TAMU */
.auth-page {
  min-height: 75vh;
  padding: 85px 8%;
  background: radial-gradient(circle at top, #24304a, #0f172a 65%);
}

.auth-heading {
  text-align: center;
  color: white;
  margin-bottom: 35px;
}

.auth-heading span {
  color: #d1a65b;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
}

.auth-heading h2 {
  margin-top: 12px;
  font-size: 44px;
  color: #fff;
}

.auth-heading p {
  font-family: Arial, sans-serif;
  color: #e5e7eb;
}

.auth-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.auth-card,
.dashboard-card {
  background: rgba(255,255,255,0.96);
  padding: 34px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.28);
  border: 1px solid rgba(209,166,91,0.45);
}

.auth-card h3,
.dashboard-card h2 {
  color: #111827;
  font-size: 30px;
  margin-bottom: 12px;
}

.auth-card p,
.dashboard-card p {
  font-family: Arial, sans-serif;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 18px;
}

.auth-card label {
  display: block;
  margin: 13px 0 8px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #111827;
}

.auth-card input,
.auth-card textarea {
  background: #f9fafb;
  border: 1px solid #d1d5db;
}

.auth-card button {
  width: 100%;
  margin-top: 18px;
  font-size: 15px;
  letter-spacing: 1px;
}

.alert {
  max-width: 850px;
  margin: 0 auto 24px;
  padding: 15px 20px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}

.alert.success {
  background: #dcfce7;
  color: #166534;
}

.alert.error {
  background: #fee2e2;
  color: #991b1b;
}

.dashboard-card {
  max-width: 720px;
  margin: auto;
  text-align: center;
}

.dashboard-btn {
  display: inline-block;
  background: #d1a65b;
  color: white;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-top: 15px;
}

@media (max-width: 900px) {
  .auth-container {
    grid-template-columns: 1fr;
  }

  .auth-heading h2 {
    font-size: 34px;
  }
}


/* Tombol berubah otomatis saat tamu sudah login */
.logout-btn{
  background:#8b1e1e !important;
  color:#fff !important;
}

.logout-btn:hover{
  background:#b83232 !important;
}

/* BOOKING DI ACCOMMODATIONS */
.accommodation-section{
  max-width: 1200px;
  margin: 0 auto;
}

.room-subtitle{
  text-align:center;
  color:#d8c7a1;
  margin-top:-15px;
  margin-bottom:35px;
  letter-spacing:1px;
}

.booking-room-card{
  box-shadow: 0 18px 45px rgba(0,0,0,.45);
  border: 1px solid rgba(209,166,91,.45);
}

.room-price{
  position:absolute;
  top:18px;
  right:18px;
  z-index:3;
  background:linear-gradient(135deg,#f7d889,#b7852d);
  color:#111;
  padding:12px 18px;
  border-radius:0 18px 0 18px;
  font-weight:800;
  letter-spacing:.5px;
  box-shadow:0 10px 25px rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.45);
}

.room-price span{
  display:block;
  font-size:11px;
  font-weight:600;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:#32210b;
}

.booking-room-overlay{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
}

.booking-room-overlay p{
  color:#ead9b6;
  margin-top:8px;
  margin-bottom:0;
}

.room-book-btn{
  background:linear-gradient(135deg,#d1a65b,#fff0b8,#b9822f);
  color:#111827;
  text-decoration:none;
  padding:13px 26px;
  border-radius:40px;
  font-weight:900;
  letter-spacing:1px;
  white-space:nowrap;
  box-shadow:0 10px 25px rgba(0,0,0,.35);
  transition:.3s ease;
}

.room-book-btn:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 30px rgba(209,166,91,.35);
}

.booking-form-section{
  max-width:950px;
  margin:40px auto;
  padding:35px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(13,19,33,.96),rgba(34,26,18,.96));
  border:1px solid rgba(209,166,91,.45);
  box-shadow:0 18px 45px rgba(0,0,0,.45);
}

.booking-form-section h2{
  text-align:center;
  color:#fff;
  margin-bottom:8px;
}

.booking-selected-room{
  text-align:center;
  color:#d1a65b;
  font-weight:700;
  margin-bottom:28px;
}

.booking-form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.booking-form-grid label{
  color:#f4e6c6;
  font-weight:700;
  display:block;
  margin-bottom:8px;
}

.booking-form-grid input,
.booking-form-grid select,
.booking-form-grid textarea{
  width:100%;
  padding:13px 15px;
  border-radius:12px;
  border:1px solid rgba(209,166,91,.45);
  outline:none;
  background:#101827;
  color:white;
}

.booking-form-grid textarea{
  min-height:110px;
  resize:vertical;
}

.full-field{
  grid-column:1 / -1;
}

.booking-submit-btn{
  width:100%;
  margin-top:22px;
  padding:15px;
  border:none;
  border-radius:40px;
  background:linear-gradient(135deg,#d1a65b,#fff0b8,#b9822f);
  color:#111827;
  font-weight:900;
  letter-spacing:1px;
  cursor:pointer;
}

.booking-alert{
  max-width:720px;
  margin:40px auto;
  padding:25px;
  border-radius:20px;
  text-align:center;
  background:rgba(20,28,43,.96);
  color:#fff;
  border:1px solid rgba(209,166,91,.45);
}

.booking-alert a{
  color:#d1a65b;
  font-weight:800;
}

@media(max-width:768px){
  .booking-room-overlay{
    flex-direction:column;
    align-items:flex-start;
  }
  .room-book-btn{
    width:100%;
    text-align:center;
  }
  .room-price{
    top:12px;
    right:12px;
    font-size:13px;
  }
  .booking-form-grid{
    grid-template-columns:1fr;
  }
  .booking-form-section{
    padding:24px;
  }
}

.booking-history{
  margin-top:28px;
  text-align:left;
}
.booking-history h3{
  color:#d1a65b;
  text-align:center;
  margin-bottom:16px;
}
.booking-table-wrap{
  overflow-x:auto;
}
.booking-table{
  width:100%;
  border-collapse:collapse;
  color:#fff;
  min-width:650px;
}
.booking-table th,
.booking-table td{
  padding:12px 14px;
  border-bottom:1px solid rgba(209,166,91,.25);
}
.booking-table th{
  color:#d1a65b;
  background:rgba(255,255,255,.05);
}
.status-pill{
  display:inline-block;
  padding:6px 13px;
  border-radius:20px;
  background:rgba(209,166,91,.18);
  color:#ffd98a;
  border:1px solid rgba(209,166,91,.45);
  font-weight:700;
}


/* MY DASHBOARD MENU */
.dashboard-menu-link{
  color:#d1a65b !important;
  font-weight:900;
  letter-spacing:1px;
  position:relative;
}
.dashboard-menu-link::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-8px;
  transform:translateX(-50%);
  width:0;
  height:2px;
  background:linear-gradient(90deg,#d1a65b,#fff0b8,#d1a65b);
  transition:.3s ease;
}
.dashboard-menu-link:hover::after,
.active-dashboard-menu::after{
  width:75%;
}
.dashboard-card{
  max-width:900px;
  margin:45px auto;
  padding:42px 44px;
  border-radius:26px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(209,166,91,.6);
  box-shadow:0 24px 60px rgba(0,0,0,.35);
  text-align:center;
  color:#0f1b2f;
}
.dashboard-card h2{
  font-size:38px;
  margin-bottom:12px;
  color:#061731;
}
.dashboard-card p{
  color:#0f1b2f;
  font-size:18px;
  margin:12px 0;
}
.dashboard-btn{
  display:inline-block;
  margin:28px 5px 8px;
  padding:15px 38px;
  border-radius:999px;
  background:#d8a64f;
  color:#fff !important;
  font-weight:800;
  text-decoration:none;
  transition:.3s ease;
}
.dashboard-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(216,166,79,.35);
}
.dashboard-card .booking-table{
  color:#0f1b2f;
}
.dashboard-card .booking-table th{
  color:#d8a64f;
  background:transparent;
  font-size:20px;
}
.dashboard-card .booking-table td{
  color:#0f1b2f;
  font-weight:700;
  border-bottom:1px solid rgba(216,166,79,.25);
}
.dashboard-card .status-pill{
  background:rgba(216,166,79,.16);
  color:#ffbf54;
  border:1px solid rgba(216,166,79,.45);
}
@media(max-width:768px){
  .dashboard-card{
    margin:25px 14px;
    padding:28px 18px;
  }
  .dashboard-card h2{
    font-size:28px;
  }
  .dashboard-btn{
    width:100%;
    margin:12px 0 0;
  }
}


/* ===== ADMIN HOTEL DASHBOARD ===== */
.admin-login-info{
  margin:14px 0 18px;
  padding:14px 16px;
  border:1px solid rgba(212,164,55,.45);
  border-radius:14px;
  background:rgba(212,164,55,.10);
  color:#10213d;
  line-height:1.7;
}
.admin-page{
  min-height:80vh;
  padding:110px 6% 70px;
  background:linear-gradient(135deg,#081225,#14213d);
}
.admin-panel{
  max-width:1250px;
  margin:auto;
  background:#f7f7f7;
  border:1px solid rgba(212,164,55,.65);
  border-radius:28px;
  padding:42px;
  box-shadow:0 25px 60px rgba(0,0,0,.35);
}
.admin-title-row{
  display:flex;
  justify-content:space-between;
  gap:25px;
  align-items:flex-start;
  margin-bottom:28px;
}
.admin-eyebrow{
  color:#d4a437;
  font-weight:800;
  letter-spacing:3px;
  font-size:13px;
}
.admin-title-row h2{
  font-size:42px;
  color:#081225;
  margin:8px 0 10px;
}
.admin-title-row p{
  color:#14213d;
  font-size:17px;
}
.admin-logout-btn{
  text-decoration:none;
  background:#8f1717;
  color:#fff;
  padding:15px 28px;
  border-radius:18px;
  font-weight:800;
  box-shadow:0 8px 0 rgba(0,0,0,.25);
  white-space:nowrap;
}
.admin-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:30px 0;
}
.admin-stats div{
  background:#101b31;
  border:1px solid rgba(212,164,55,.6);
  border-radius:18px;
  padding:22px;
  color:#fff;
}
.admin-stats span{
  display:block;
  color:#d4a437;
  font-weight:700;
  margin-bottom:8px;
}
.admin-stats strong{
  font-size:34px;
}
.admin-panel h3{
  color:#d4a437;
  font-size:26px;
  margin:28px 0 18px;
  text-align:center;
}
.admin-table-wrap{
  overflow-x:auto;
}
.admin-booking-table{
  width:100%;
  border-collapse:collapse;
  min-width:900px;
  color:#081225;
}
.admin-booking-table th{
  background:#101b31;
  color:#d4a437;
  padding:16px;
  text-align:left;
}
.admin-booking-table td{
  padding:16px;
  border-bottom:1px solid rgba(212,164,55,.35);
  vertical-align:middle;
}
.admin-booking-table small{
  color:#56627a;
}
.admin-status{
  display:inline-block;
  padding:8px 16px;
  border-radius:999px;
  font-weight:800;
  border:1px solid rgba(212,164,55,.55);
  background:#fff6df;
  color:#d4a437;
}
.admin-status.confirmed{
  background:#e7f8ee;
  color:#1f8f4d;
  border-color:#1f8f4d55;
}
.admin-status.cancelled{
  background:#ffe8e8;
  color:#b62222;
  border-color:#b6222255;
}
.admin-booking-table th:nth-child(6),
.admin-booking-table td:nth-child(6),
.admin-booking-table th:nth-child(7),
.admin-booking-table td:nth-child(7){
  width:160px;
  text-align:center;
}

.admin-action-cell{
  text-align:center;
  white-space:nowrap;
}
.admin-action-cell a{
  display:inline-block;
  text-decoration:none;
  color:#fff;
  padding:9px 15px;
  border-radius:12px;
  font-weight:800;
  font-size:14px;
  margin:4px;
}
.confirm-action{ background:#1f8f4d; }
.cancel-action{ background:#b62222; }
.admin-empty{
  text-align:center;
  color:#14213d;
  font-size:18px;
}
@media(max-width:900px){
  .admin-title-row{flex-direction:column;}
  .admin-stats{grid-template-columns:repeat(2,1fr);}
  .admin-panel{padding:28px 18px;}
}
@media(max-width:520px){
  .admin-stats{grid-template-columns:1fr;}
  .admin-title-row h2{font-size:32px;}
}

/* HOME INTRO PENGGANTI CHECK AVAILABILITY & REGISTRATION */
.home-intro-section{
  background:#f7f3ec;
  padding:95px 10%;
}

.home-intro-section h2{
  font-size:46px;
  color:#07152b;
  margin-bottom:22px;
}

.home-intro-section p{
  max-width:920px;
  font-size:18px;
  color:#07152b;
  line-height:1.9;
}

.intro-view-btn{
  margin-top:28px;
  padding:15px 38px;
  border-radius:40px;
  background:#d1a65b;
  color:white !important;
  box-shadow:0 12px 25px rgba(0,0,0,0.18);
}

.intro-view-btn:hover{
  color:white !important;
  background:#bd8d3b;
  transform:translateY(-4px);
}


/* RECEIPT BOOKING TAMU */
.receipt-head{
  text-align:center;
}
.receipt-head span{
  display:block;
  font-size:13px;
  color:#f0c879;
  margin-top:4px;
}
.receipt-action{
  text-align:center;
  min-width:110px;
}
.receipt-action span{
  display:block;
  color:#d8a64f;
  font-weight:800;
  margin-bottom:7px;
}
.receipt-action a{
  display:inline-block;
  text-decoration:none;
  padding:7px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#d1a65b,#fff0b8,#b9822f);
  color:#111827;
  font-weight:900;
  box-shadow:0 8px 18px rgba(0,0,0,.16);
}
.receipt-action a:hover{
  transform:translateY(-2px);
}
.receipt-disabled em{
  color:#8b8f99;
  font-style:normal;
  font-size:13px;
}
.receipt-page{
  min-height:75vh;
  padding:90px 6%;
  background:radial-gradient(circle at top,#22314f,#07101f 70%);
}
.receipt-card{
  max-width:900px;
  margin:auto;
  padding:42px;
  border-radius:26px;
  background:#f8f7f5;
  border:1px solid rgba(209,166,91,.65);
  box-shadow:0 28px 70px rgba(0,0,0,.38);
  color:#07152b;
}
.receipt-top{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-start;
  border-bottom:1px solid rgba(209,166,91,.45);
  padding-bottom:24px;
}
.receipt-label{
  color:#d1a65b;
  font-weight:900;
  letter-spacing:3px;
  text-transform:uppercase;
  font-family:Arial,sans-serif;
  font-size:13px;
}
.receipt-top h2{
  font-size:42px;
  margin:8px 0;
}
.receipt-top p{
  font-family:Arial,sans-serif;
  color:#34415b;
}
.receipt-number{
  text-align:right;
}
.receipt-number small{
  display:block;
  color:#6b7280;
  font-family:Arial,sans-serif;
  margin-bottom:7px;
}
.receipt-number strong{
  color:#d1a65b;
  font-size:24px;
}
.receipt-status{
  display:inline-block;
  margin:24px 0;
  padding:10px 22px;
  border-radius:999px;
  background:#e7f8ee;
  color:#1f8f4d;
  border:1px solid #1f8f4d55;
  font-weight:900;
}
.receipt-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.receipt-grid div,
.receipt-note{
  padding:18px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(209,166,91,.25);
}
.receipt-grid span,
.receipt-note span{
  display:block;
  color:#d1a65b;
  font-weight:800;
  margin-bottom:8px;
  font-family:Arial,sans-serif;
}
.receipt-grid strong{
  font-size:18px;
}
.receipt-note{
  margin-top:16px;
}
.receipt-note p{
  font-family:Arial,sans-serif;
  color:#26334a;
}
.receipt-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:28px;
  flex-wrap:wrap;
}
.receipt-back-btn,
.receipt-print-btn{
  border:none;
  text-decoration:none;
  padding:14px 28px;
  border-radius:999px;
  font-weight:900;
  cursor:pointer;
}
.receipt-back-btn{
  background:#111827;
  color:#fff;
}
.receipt-print-btn{
  background:#d1a65b;
  color:#fff;
}
@media(max-width:768px){
  .receipt-card{padding:28px 18px;}
  .receipt-top{flex-direction:column;}
  .receipt-number{text-align:left;}
  .receipt-grid{grid-template-columns:1fr;}
}
@media print{
  .top-header,.main-nav,footer,.receipt-actions{display:none;}
  .receipt-page{padding:0;background:#fff;}
  .receipt-card{box-shadow:none;border:1px solid #d1a65b;}
}
