/* _content/KoraHotelSuites/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uour1jvz95] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content[b-uour1jvz95] {
    flex: 1;
}

.main-content article[b-uour1jvz95] {
    width: 100%;
}

/* Footer Styles */
.footer[b-uour1jvz95] {
    background: var(--footer-bg);
    color: var(--footer-text);
    margin-top: auto;
    border-top: 1px solid var(--border-color);
}

.footer-title[b-uour1jvz95] {
    color: var(--footer-heading);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-text[b-uour1jvz95] {
    color: var(--footer-text);
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-links[b-uour1jvz95] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li[b-uour1jvz95] {
    margin-bottom: 0.5rem;
}

.footer-links a[b-uour1jvz95] {
    color: var(--footer-text);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-links a:hover[b-uour1jvz95] {
    color: var(--primary-color);
}

.footer-contact[b-uour1jvz95] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li[b-uour1jvz95] {
    color: var(--footer-text);
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.footer-bottom[b-uour1jvz95] {
    border-top: 1px solid var(--border-color);
    color: var(--footer-text);
    font-size: 0.9rem;
}

#blazor-error-ui[b-uour1jvz95] {
    background: #ffebe9;
    color: #dc3545;
    bottom: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    align-items: center;
    justify-content: space-between;
}

#blazor-error-ui .dismiss[b-uour1jvz95] {
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    top: 0.75rem;
}

@media (max-width: 768px) {
    .footer[b-uour1jvz95] {
        text-align: center;
    }

    .footer-links[b-uour1jvz95],
    .footer-contact[b-uour1jvz95] {
        text-align: center;
    }
}
/* _content/KoraHotelSuites/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-modern[b-421x44ey4r] {
  background: var(--nav-bg);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px var(--shadow-color);
  transition: all 0.3s ease;
}

.navbar-brand[b-421x44ey4r] {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--primary-color) !important;
  transition: all 0.3s ease;
}

.navbar-brand:hover[b-421x44ey4r] {
  transform: translateY(-2px);
}

.brand-icon[b-421x44ey4r] {
  font-size: 1.8rem;
  margin-right: 0.5rem;
}

.brand-text[b-421x44ey4r] {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--accent-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-link[b-421x44ey4r] {
  color: var(--text-color) !important;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  margin: 0 0.25rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.nav-link:hover[b-421x44ey4r] {
  color: var(--primary-color) !important;
  background: var(--nav-hover-bg);
}

.nav-link.active[b-421x44ey4r] {
  color: var(--primary-color) !important;
  background: var(--nav-active-bg);
}

.nav-link.active[b-421x44ey4r]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: var(--primary-color);
  border-radius: 3px 3px 0 0;
}

.nav-divider[b-421x44ey4r] {
  width: 1px;
  height: 24px;
  background: var(--border-color);
  margin: 0 0.5rem;
}

.language-selector[b-421x44ey4r] {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 0.5rem 1rem !important;
  transition: all 0.3s ease;
}

.language-selector:hover[b-421x44ey4r] {
  background: rgba(255, 255, 255, 0.25) !important;
  border-color: rgba(255, 255, 255, 0.3);
}

[data-theme="dark"] .language-selector[b-421x44ey4r] {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.15);
}

[data-theme="dark"] .language-selector:hover[b-421x44ey4r] {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.2);
}

.language-flag[b-421x44ey4r] {
  font-size: 1.5rem;
}

.dropdown-menu[b-421x44ey4r] {
  background: #000000 !important;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 12px var(--shadow-color);
  border-radius: 8px;
  padding: 0.5rem;
  backdrop-filter: blur(10px);
}

[data-theme="dark"] .dropdown-menu[b-421x44ey4r] {
  background: #000000 !important;
}

.dropdown-item[b-421x44ey4r] {
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}

[data-theme="dark"] .dropdown-item[b-421x44ey4r] {
  color: #ffffff;
}

.dropdown-item:hover[b-421x44ey4r] {
  background: var(--primary-color) !important;
  color: white !important;
}

.dropdown-item.active[b-421x44ey4r] {
  background: var(--nav-active-bg);
  color: var(--primary-color);
}

.btn-theme-toggle[b-421x44ey4r] {
  background: var(--theme-toggle-bg);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-left: 0.5rem;
}

.btn-theme-toggle:hover[b-421x44ey4r] {
  background: var(--nav-hover-bg);
  transform: rotate(180deg);
}

.theme-icon[b-421x44ey4r] {
  font-size: 1.2rem;
}

.navbar-toggler[b-421x44ey4r] {
  border: 1px solid var(--border-color);
  padding: 0.5rem;
}

.navbar-toggler:focus[b-421x44ey4r] {
  box-shadow: 0 0 0 0.2rem var(--primary-color-alpha);
}

.navbar-toggler-icon[b-421x44ey4r] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-theme="dark"] .navbar-toggler-icon[b-421x44ey4r] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
  .navbar-collapse[b-421x44ey4r] {
    background: var(--nav-bg);
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px var(--shadow-color);
  }

  .nav-link[b-421x44ey4r] {
    margin: 0.25rem 0;
  }

  .btn-theme-toggle[b-421x44ey4r] {
    margin: 0.5rem 0;
  }

  .nav-link.active[b-421x44ey4r]::after {
    display: none;
  }
}

/* Flyout Menu Styles */
.flyout-overlay[b-421x44ey4r] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn-b-421x44ey4r 0.3s ease;
}

@keyframes fadeIn-b-421x44ey4r {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.flyout-menu[b-421x44ey4r] {
  background: var(--nav-bg);
  border-radius: 20px;
  padding: 2rem;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideIn-b-421x44ey4r 0.3s ease;
  position: relative;
}

@keyframes slideIn-b-421x44ey4r {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.flyout-header[b-421x44ey4r] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--border-color);
}

.flyout-title[b-421x44ey4r] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.btn-close-flyout[b-421x44ey4r] {
  background: transparent;
  border: none;
  font-size: 2rem;
  color: var(--text-color);
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.btn-close-flyout:hover[b-421x44ey4r] {
  background: var(--nav-hover-bg);
  color: var(--primary-color);
  transform: rotate(90deg);
}

.flyout-items[b-421x44ey4r] {
  display: grid;
  gap: 0.75rem;
}

.flyout-item[b-421x44ey4r] {
  background: var(--nav-hover-bg);
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--text-color);
}

.flyout-item:hover[b-421x44ey4r] {
  background: var(--nav-active-bg);
  border-color: var(--primary-color);
  transform: translateX(5px);
  box-shadow: 0 4px 12px var(--shadow-color);
}

.flyout-icon[b-421x44ey4r] {
  font-size: 2rem;
  min-width: 50px;
  text-align: center;
  transition: transform 0.3s ease;
}

.flyout-item:hover .flyout-icon[b-421x44ey4r] {
  transform: scale(1.2);
}

.flyout-text[b-421x44ey4r] {
  font-size: 1.1rem;
  font-weight: 600;
  flex: 1;
  color: #ffffff;
}

.flyout-divider[b-421x44ey4r] {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 1rem 0;
}

.flyout-language-section[b-421x44ey4r] {
  margin-top: 1rem;
}

.flyout-section-title[b-421x44ey4r] {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}

.flyout-language-item[b-421x44ey4r] {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
}

.flyout-language-item:hover[b-421x44ey4r] {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.flyout-language-item.active[b-421x44ey4r] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.language-flag-large[b-421x44ey4r] {
  font-size: 1.5rem;
  margin-right: 1rem;
  min-width: 35px;
  text-align: center;
}

.language-name[b-421x44ey4r] {
  font-size: 1rem;
  font-weight: 500;
}

/* Responsive adjustments for flyout */
@media (max-width: 576px) {
  .flyout-menu[b-421x44ey4r] {
    width: 95%;
    padding: 1.5rem;
  }

  .flyout-title[b-421x44ey4r] {
    font-size: 1.2rem;
  }

  .flyout-item[b-421x44ey4r] {
    padding: 0.75rem 1rem;
  }

  .flyout-icon[b-421x44ey4r] {
    font-size: 1.5rem;
    min-width: 40px;
  }

  .flyout-text[b-421x44ey4r] {
    font-size: 1rem;
  }
}

/* Dark mode specific adjustments */
[data-theme="dark"] .flyout-overlay[b-421x44ey4r] {
  background: rgba(0, 0, 0, 0.85);
}

[data-theme="dark"] .flyout-menu[b-421x44ey4r] {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
/* _content/KoraHotelSuites/Components/Pages/Book.razor.rz.scp.css */
/* Booking Page Styles */

.booking-page[b-1at7mdlqhk] {
  min-height: 100vh;
  background: var(--section-bg);
}

.page-header[b-1at7mdlqhk] {
  background: linear-gradient(
    135deg,
    var(--bs-primary) 0%,
    var(--bs-info) 100%
  );
  color: white;
  padding: 4rem 0 3rem;
  margin-bottom: 0;
}

.page-header h1[b-1at7mdlqhk] {
  color: #000 !important;
}

.page-header p[b-1at7mdlqhk] {
  color: white !important;
}

.booking-section[b-1at7mdlqhk] {
  background: var(--section-bg);
}

.card-header.bg-primary[b-1at7mdlqhk] {
  background: linear-gradient(
    135deg,
    var(--bs-primary),
    var(--bs-info)
  ) !important;
}

.card-header.bg-light h4[b-1at7mdlqhk] {
  color: #6ea8fe !important;
  font-weight: 700;
}

.form-section[b-1at7mdlqhk] {
  background: var(--card-bg);
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid var(--bs-primary);
}

.section-title[b-1at7mdlqhk] {
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-number[b-1at7mdlqhk] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--bs-primary);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.1rem;
}

.form-control:focus[b-1at7mdlqhk],
.form-select:focus[b-1at7mdlqhk] {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

/* Form Labels - White for maximum visibility */
.form-label[b-1at7mdlqhk] {
  color: #ffffff !important;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* Form Controls - White text and calendar icon */
.form-control[b-1at7mdlqhk],
.form-select[b-1at7mdlqhk] {
  color: #ffffff !important;
  background-color: var(--input-bg);
  border-color: var(--border-color);
}

.form-control[b-1at7mdlqhk]::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Calendar icon for date inputs - blue to match nights counter */
input[type="date"][b-1at7mdlqhk]::-webkit-calendar-picker-indicator {
  filter: invert(57%) sepia(100%) saturate(500%) hue-rotate(190deg)
    brightness(105%) contrast(102%);
  cursor: pointer;
  width: 20px;
  height: 20px;
}

input[type="date"][b-1at7mdlqhk]::-webkit-calendar-picker-indicator:hover {
  opacity: 0.8;
}

/* For Firefox */
input[type="date"][b-1at7mdlqhk]::-moz-calendar-picker-indicator {
  filter: invert(57%) sepia(100%) saturate(500%) hue-rotate(190deg)
    brightness(105%) contrast(102%);
  cursor: pointer;
}

.room-summary img[b-1at7mdlqhk] {
  max-height: 200px;
  object-fit: cover;
  width: 100%;
}

.summary-details[b-1at7mdlqhk] {
  font-size: 0.95rem;
}

.detail-row[b-1at7mdlqhk] {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
}

.detail-row:last-child[b-1at7mdlqhk] {
  border-bottom: none;
}

.detail-row.total[b-1at7mdlqhk] {
  font-size: 1.2rem;
  padding-top: 12px;
  color: var(--bs-primary);
}

.detail-label[b-1at7mdlqhk] {
  color: var(--text-secondary);
}

.detail-value[b-1at7mdlqhk] {
  color: var(--heading-color);
  font-weight: 500;
}

.btn-lg[b-1at7mdlqhk] {
  padding: 12px 24px;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 992px) {
  .sticky-top[b-1at7mdlqhk] {
    position: relative !important;
    top: 0 !important;
  }

  .page-header[b-1at7mdlqhk] {
    padding: 3rem 0 2rem;
  }

  .page-header h1[b-1at7mdlqhk] {
    font-size: 2rem;
  }
}

/* Alert Styles */
.alert-info[b-1at7mdlqhk] {
  background-color: rgba(13, 110, 253, 0.1);
  border-color: rgba(13, 110, 253, 0.3);
  border-left: 4px solid #0d6efd;
  color: #e8e8e8;
  font-weight: 500;
}

.alert-info strong[b-1at7mdlqhk] {
  color: #6ea8fe;
  font-weight: 700;
  font-size: 1.2rem;
}

[data-theme="dark"] .alert-info[b-1at7mdlqhk] {
  background-color: rgba(13, 110, 253, 0.15);
  color: #e8e8e8;
}

[data-theme="dark"] .alert-info strong[b-1at7mdlqhk] {
  color: #6ea8fe;
}

/* Loading State */
.spinner-border[b-1at7mdlqhk] {
  width: 3rem;
  height: 3rem;
}
/* _content/KoraHotelSuites/Components/Pages/BookingConfirmation.razor.rz.scp.css */
/* Booking Confirmation Page Styles */

.confirmation-page[b-w4v0gr2m5x] {
  min-height: 100vh;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 40px 0;
}

.success-icon[b-w4v0gr2m5x],
.error-icon[b-w4v0gr2m5x] {
  font-size: 4rem;
  animation: scaleIn-b-w4v0gr2m5x 0.5s ease-out;
}

@keyframes scaleIn-b-w4v0gr2m5x {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.card-header.bg-success[b-w4v0gr2m5x] {
  background: linear-gradient(135deg, #28a745, #20c997) !important;
}

.confirmation-details[b-w4v0gr2m5x] {
  padding: 20px 0;
}

.detail-card[b-w4v0gr2m5x] {
  background: var(--bs-light);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.detail-label[b-w4v0gr2m5x] {
  font-size: 0.875rem;
  color: var(--bs-secondary);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.detail-value[b-w4v0gr2m5x] {
  font-size: 1.1rem;
  color: var(--bs-dark);
  font-weight: 500;
}

.total-amount-card[b-w4v0gr2m5x] {
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.1),
    rgba(13, 202, 240, 0.1)
  );
  border: 2px solid var(--bs-primary);
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

/* Print Styles */
@media print {
  .btn[b-w4v0gr2m5x] {
    display: none;
  }

  .confirmation-page[b-w4v0gr2m5x] {
    background: white;
  }

  .card[b-w4v0gr2m5x] {
    box-shadow: none !important;
    border: 1px solid #ddd;
  }
}

/* Dark Mode Support */
[data-bs-theme="dark"] .confirmation-page[b-w4v0gr2m5x] {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d3748 100%);
}

[data-bs-theme="dark"] .card[b-w4v0gr2m5x] {
  background: #1a1a1a;
  color: var(--bs-light);
}

[data-bs-theme="dark"] .detail-card[b-w4v0gr2m5x] {
  background: #2a2a2a;
}

[data-bs-theme="dark"] .detail-value[b-w4v0gr2m5x] {
  color: var(--bs-light);
}

[data-bs-theme="dark"] .total-amount-card[b-w4v0gr2m5x] {
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.15),
    rgba(13, 202, 240, 0.15)
  );
}
/* _content/KoraHotelSuites/Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-h20xvp1hl6] {
  min-height: 100vh;
  background: var(--section-bg);
  padding-top: 80px;
}

.contact-form-card[b-h20xvp1hl6] {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 20px 60px var(--shadow-color);
  transition: transform 0.3s ease;
}

.contact-form-card:hover[b-h20xvp1hl6] {
  transform: translateY(-5px);
}

.contact-header[b-h20xvp1hl6] {
  margin-bottom: 2rem;
}

.contact-title[b-h20xvp1hl6] {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0.5rem;
}

.contact-subtitle[b-h20xvp1hl6] {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin: 0;
}

.contact-form .form-label[b-h20xvp1hl6] {
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 0.5rem;
}

.input-group[b-h20xvp1hl6] {
  position: relative;
  display: flex;
  align-items: center;
}

.input-group-text.input-icon-left[b-h20xvp1hl6] {
  background: var(--card-bg);
  border: 2px solid var(--border-color);
  border-right: none;
  border-radius: 10px 0 0 10px;
  font-size: 1.2rem;
  padding: 0.75rem 1rem;
  color: var(--text-color);
}

.input-icon-left.textarea-icon[b-h20xvp1hl6] {
  align-self: flex-start;
  border-radius: 10px 0 0 0;
}

.contact-form .form-control[b-h20xvp1hl6] {
  padding: 0.75rem 1rem;
  border: 2px solid var(--border-color);
  border-left: none;
  border-radius: 0 10px 10px 0;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--input-bg);
  color: var(--text-color);
}

.contact-form textarea.form-control[b-h20xvp1hl6] {
  border-radius: 0 10px 10px 10px;
  resize: vertical;
}

.contact-form .input-group:focus-within .input-group-text.input-icon-left[b-h20xvp1hl6] {
  border-color: #667eea;
}

.contact-form .form-control:focus[b-h20xvp1hl6] {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
  outline: none;
}

.btn-submit[b-h20xvp1hl6] {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.btn-submit:hover:not(:disabled)[b-h20xvp1hl6] {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.btn-submit:disabled[b-h20xvp1hl6] {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact-details-card[b-h20xvp1hl6] {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 20px 60px var(--shadow-color);
  height: 100%;
}

.details-title[b-h20xvp1hl6] {
  font-size: 2rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 2rem;
  border-bottom: 3px solid #667eea;
  padding-bottom: 1rem;
}

.detail-item[b-h20xvp1hl6] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: var(--nav-hover-bg);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.detail-item:hover[b-h20xvp1hl6] {
  background: var(--nav-active-bg);
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.detail-icon[b-h20xvp1hl6] {
  font-size: 2.5rem;
  margin-right: 1.5rem;
  min-width: 50px;
  text-align: center;
}

.detail-content[b-h20xvp1hl6] {
  flex: 1;
}

.detail-label[b-h20xvp1hl6] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #667eea;
  margin-bottom: 0.5rem;
}

.detail-value[b-h20xvp1hl6] {
  margin: 0;
  color: var(--text-color);
  line-height: 1.6;
}

.detail-value a[b-h20xvp1hl6] {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.detail-value a:hover[b-h20xvp1hl6] {
  color: #667eea;
}

.opening-hours[b-h20xvp1hl6] {
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--nav-hover-bg);
  border-radius: 15px;
  border: 2px solid #667eea;
}

.hours-title[b-h20xvp1hl6] {
  font-size: 1.3rem;
  font-weight: 600;
  color: #667eea;
  margin-bottom: 1rem;
}

.hours-row[b-h20xvp1hl6] {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border-color);
}

.hours-row:last-child[b-h20xvp1hl6] {
  border-bottom: none;
}

.hours-day[b-h20xvp1hl6] {
  font-weight: 600;
  color: var(--text-color);
}

.hours-time[b-h20xvp1hl6] {
  color: var(--text-secondary);
}

/* Alert Styles */
.alert[b-h20xvp1hl6] {
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.alert-success[b-h20xvp1hl6] {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  border: none;
}

.alert-danger[b-h20xvp1hl6] {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: white;
  border: none;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-page[b-h20xvp1hl6] {
    padding-top: 60px;
  }

  .contact-title[b-h20xvp1hl6] {
    font-size: 2rem;
  }

  .contact-form-card[b-h20xvp1hl6],
  .contact-details-card[b-h20xvp1hl6] {
    padding: 2rem;
  }
}

@media (max-width: 575.98px) {
  .contact-form-card[b-h20xvp1hl6],
  .contact-details-card[b-h20xvp1hl6] {
    padding: 1.5rem;
  }

  .contact-title[b-h20xvp1hl6] {
    font-size: 1.75rem;
  }

  .details-title[b-h20xvp1hl6] {
    font-size: 1.5rem;
  }

  .detail-icon[b-h20xvp1hl6] {
    font-size: 2rem;
    min-width: 40px;
    margin-right: 1rem;
  }

  .detail-item[b-h20xvp1hl6] {
    padding: 1rem;
  }
}

/* Dark Mode Support */
[data-theme="dark"] .contact-form-card[b-h20xvp1hl6],
[data-theme="dark"] .contact-details-card[b-h20xvp1hl6] {
  box-shadow: 0 20px 60px var(--shadow-color-hover);
}
/* _content/KoraHotelSuites/Components/Pages/HeroSection.razor.rz.scp.css */
.hero-section[b-9xto6o5hdi] {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.hero-image[b-9xto6o5hdi] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-overlay[b-9xto6o5hdi] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 2;
}

.hero-content[b-9xto6o5hdi] {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem 1rem 6rem 1rem;
}

.hero-text[b-9xto6o5hdi] {
  color: white;
  max-width: 800px;
}

.hero-title[b-9xto6o5hdi] {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.hero-subtitle[b-9xto6o5hdi] {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 0;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.6;
  color: white;
}

.hero-buttons[b-9xto6o5hdi] {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: nowrap;
}

.btn-icon[b-9xto6o5hdi] {
  font-size: 1rem;
  margin-right: 0.5rem;
}

.btn-primary[b-9xto6o5hdi],
.btn-outline-light[b-9xto6o5hdi] {
  white-space: nowrap;
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
}

.btn-primary[b-9xto6o5hdi] {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--accent-color)
  );
  border: none;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.btn-primary:hover[b-9xto6o5hdi] {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.btn-outline-light[b-9xto6o5hdi] {
  border: 2px solid white;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.btn-outline-light:hover[b-9xto6o5hdi] {
  background: white;
  color: var(--primary-color) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.scroll-indicator[b-9xto6o5hdi] {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  animation: bounce-b-9xto6o5hdi 2s infinite;
}

.scroll-arrow[b-9xto6o5hdi] {
  width: 30px;
  height: 30px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(-45deg);
}

@keyframes bounce-b-9xto6o5hdi {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

/* Animations */
@keyframes fadeInUp-b-9xto6o5hdi {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up[b-9xto6o5hdi] {
  animation: fadeInUp-b-9xto6o5hdi 1s ease-out forwards;
  opacity: 0;
}

.delay-1[b-9xto6o5hdi] {
  animation-delay: 0.3s;
}

.delay-2[b-9xto6o5hdi] {
  animation-delay: 0.6s;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section[b-9xto6o5hdi] {
    height: 100vh;
    min-height: 600px;
  }

  .hero-content[b-9xto6o5hdi] {
    padding: 6rem 1rem 4rem 1rem;
  }

  .hero-title[b-9xto6o5hdi] {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .hero-subtitle[b-9xto6o5hdi] {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .hero-buttons[b-9xto6o5hdi] {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }

  .btn-primary[b-9xto6o5hdi],
  .btn-outline-light[b-9xto6o5hdi] {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    width: 100%;
    max-width: 300px;
  }

  .btn-icon[b-9xto6o5hdi] {
    font-size: 1rem;
    margin-right: 0.5rem;
  }

  .scroll-indicator[b-9xto6o5hdi] {
    bottom: 30px;
  }
}

@media (max-width: 480px) {
  .hero-content[b-9xto6o5hdi] {
    padding: 5rem 1rem 3rem 1rem;
  }

  .hero-title[b-9xto6o5hdi] {
    font-size: 1.5rem;
  }

  .hero-subtitle[b-9xto6o5hdi] {
    font-size: 0.95rem;
  }

  .btn-primary[b-9xto6o5hdi],
  .btn-outline-light[b-9xto6o5hdi] {
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
  }

  .btn-icon[b-9xto6o5hdi] {
    font-size: 0.9rem;
  }
}
/* _content/KoraHotelSuites/Components/Pages/Home.razor.rz.scp.css */
/* Overview Section */
.overview-section[b-459qc8urqe] {
  background: var(--section-bg);
  position: relative;
  overflow: hidden;
}

.overview-section[b-459qc8urqe]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-info) 100%);
}

.overview-content[b-459qc8urqe] {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 10px 40px var(--shadow-color);
  position: relative;
  overflow: hidden;
}

.overview-content[b-459qc8urqe]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(
    180deg,
    var(--bs-primary) 0%,
    var(--bs-info) 100%
  );
}

.overview-title[b-459qc8urqe] {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
}

.overview-title[b-459qc8urqe]::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-info) 100%);
  border-radius: 2px;
}

.overview-heading[b-459qc8urqe] {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-top: 1rem;
}

.overview-subheading[b-459qc8urqe] {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--bs-info);
  font-style: italic;
}

.overview-text[b-459qc8urqe] {
  padding-left: 2rem;
}

.overview-paragraph[b-459qc8urqe] {
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  text-align: justify;
  text-indent: 2em;
}

.overview-paragraph:first-of-type[b-459qc8urqe] {
  text-indent: 0;
}

.overview-paragraph:first-of-type[b-459qc8urqe]::first-letter {
  font-size: 3.5rem;
  font-weight: 700;
  float: left;
  line-height: 0.9;
  margin-right: 8px;
  color: var(--bs-primary);
}

/* Overview Image Styles */
.overview-image-wrapper[b-459qc8urqe] {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.overview-image-wrapper:hover[b-459qc8urqe] {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.overview-image[b-459qc8urqe] {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  max-height: 600px;
}

.overview-image-wrapper:hover .overview-image[b-459qc8urqe] {
  transform: scale(1.05);
}

.overview-image-overlay[b-459qc8urqe] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.overview-image-wrapper:hover .overview-image-overlay[b-459qc8urqe] {
  opacity: 1;
}

.overlay-badge[b-459qc8urqe] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: white;
}

.overlay-badge .badge-icon[b-459qc8urqe] {
  font-size: 2rem;
}

.overlay-badge .badge-text[b-459qc8urqe] {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
}

/* About Image Styles */
.about-image-wrapper[b-459qc8urqe] {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 15px 40px var(--shadow-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 400px;
}

.about-image-wrapper:hover[b-459qc8urqe] {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px var(--shadow-color-hover);
}

.about-image[b-459qc8urqe] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.about-image-wrapper:hover .about-image[b-459qc8urqe] {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .overview-content[b-459qc8urqe] {
    padding: 2rem 1.5rem;
  }

  .overview-title[b-459qc8urqe] {
    font-size: 2rem;
    letter-spacing: 2px;
  }

  .overview-heading[b-459qc8urqe] {
    font-size: 1.5rem;
  }

  .overview-subheading[b-459qc8urqe] {
    font-size: 1.1rem;
  }

  .overview-text[b-459qc8urqe] {
    padding-left: 1rem;
  }

  .overview-paragraph[b-459qc8urqe] {
    font-size: 1rem;
    text-indent: 1.5em;
  }

  .overview-image[b-459qc8urqe] {
    max-height: 400px;
  }

  .overview-image-overlay[b-459qc8urqe] {
    opacity: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
  }

  .about-image-wrapper[b-459qc8urqe] {
    min-height: 300px;
    max-height: 400px;
  }

  .about-image[b-459qc8urqe] {
    object-position: center;
  }

  .overview-paragraph:first-of-type[b-459qc8urqe] {
    text-indent: 0;
  }
}

@media (max-width: 480px) {
  .overview-title[b-459qc8urqe] {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }

  .overview-heading[b-459qc8urqe] {
    font-size: 1.2rem;
  }

  .overview-subheading[b-459qc8urqe] {
    font-size: 1rem;
  }

  .overview-paragraph[b-459qc8urqe] {
    font-size: 0.95rem;
  }
}

/* Wellness Centre Section */
.wellness-section[b-459qc8urqe] {
  background: var(--section-bg);
  position: relative;
}

.wellness-text-content[b-459qc8urqe] {
  padding-right: 1rem;
}

.spa-subtitle[b-459qc8urqe] {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

.spa-description[b-459qc8urqe] {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.wellness-image-wrapper[b-459qc8urqe] {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px var(--shadow-color);
}

.wellness-image[b-459qc8urqe] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.wellness-image-wrapper:hover .wellness-image[b-459qc8urqe] {
  transform: scale(1.05);
}

.opening-hours-card[b-459qc8urqe] {
  background: var(--card-bg);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid #00bcd4;
  box-shadow: 0 5px 15px var(--shadow-color);
}

.hours-title[b-459qc8urqe] {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--heading-color);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hours-icon[b-459qc8urqe] {
  font-size: 1.5rem;
}

.hours-list[b-459qc8urqe] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hours-item[b-459qc8urqe] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background: var(--bg-secondary);
  border-radius: 8px;
}

.day-label[b-459qc8urqe] {
  font-weight: 600;
  color: var(--heading-color);
  font-size: 1rem;
}

.time-label[b-459qc8urqe] {
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 1rem;
}

.wellness-facilities-images[b-459qc8urqe] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.facility-image-wrapper[b-459qc8urqe] {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 15px var(--shadow-color);
  max-height: 150px;
}

.facility-image[b-459qc8urqe] {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.facility-image-wrapper:hover .facility-image[b-459qc8urqe] {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .wellness-text-content[b-459qc8urqe] {
    padding-right: 0;
    margin-bottom: 1.5rem;
  }

  .facility-image-wrapper[b-459qc8urqe] {
    max-height: 200px;
  }

  .facility-image[b-459qc8urqe] {
    height: 200px;
  }
}

/* Meeting and Events Section */
.meetings-section[b-459qc8urqe] {
  background: var(--section-bg);
  position: relative;
}

.meetings-text-content[b-459qc8urqe] {
  padding-right: 1rem;
}

.meetings-description[b-459qc8urqe] {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.meetings-image-wrapper[b-459qc8urqe] {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.meetings-image[b-459qc8urqe] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.meetings-image-wrapper:hover .meetings-image[b-459qc8urqe] {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .meetings-text-content[b-459qc8urqe] {
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
}

/* Things to Do Section */
.things-to-do-section[b-459qc8urqe] {
  background: var(--section-bg);
  position: relative;
}

.things-to-do-content[b-459qc8urqe] {
  padding: 2rem 0;
}

.things-title[b-459qc8urqe] {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}

.things-title[b-459qc8urqe]::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #0ea5e9 0%, #0284c7 100%);
  border-radius: 2px;
}

.attraction-card[b-459qc8urqe] {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px var(--shadow-color);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.attraction-card[b-459qc8urqe]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0ea5e9 0%, #0284c7 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.attraction-card:hover[b-459qc8urqe] {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(14, 165, 233, 0.2);
  border-color: #0ea5e9;
}

.attraction-card:hover[b-459qc8urqe]::before {
  transform: scaleX(1);
}

.attraction-icon[b-459qc8urqe] {
  font-size: 3rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.attraction-card:hover .attraction-icon[b-459qc8urqe] {
  transform: scale(1.2) rotate(5deg);
}

.attraction-name[b-459qc8urqe] {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0 0 0.75rem 0;
  letter-spacing: 0.5px;
}

.attraction-description[b-459qc8urqe] {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .things-title[b-459qc8urqe] {
    font-size: 2rem;
    letter-spacing: 2px;
  }

  .attraction-card[b-459qc8urqe] {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .things-to-do-content[b-459qc8urqe] {
    padding: 1rem 0;
  }

  .things-title[b-459qc8urqe] {
    font-size: 1.8rem;
    letter-spacing: 1.5px;
    margin-bottom: 2rem;
  }

  .attraction-card[b-459qc8urqe] {
    padding: 1.5rem 1rem;
  }

  .attraction-icon[b-459qc8urqe] {
    font-size: 2.5rem;
  }

  .attraction-name[b-459qc8urqe] {
    font-size: 1rem;
  }
}

/* Contact Details Section */
.contact-section[b-459qc8urqe] {
  background: var(--section-bg);
  position: relative;
}

.contact-content[b-459qc8urqe] {
  padding: 2rem 0;
}

.contact-title[b-459qc8urqe] {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}

.contact-title[b-459qc8urqe]::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-info) 100%);
  border-radius: 2px;
}

.contact-card[b-459qc8urqe] {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px var(--shadow-color);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.contact-card[b-459qc8urqe]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-info) 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.contact-card:hover[b-459qc8urqe] {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-color: var(--bs-primary);
}

.contact-card:hover[b-459qc8urqe]::before {
  transform: scaleX(1);
}

.contact-icon[b-459qc8urqe] {
  margin-bottom: 1.5rem;
}

.icon-circle[b-459qc8urqe] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--bs-primary) 0%,
    var(--bs-info) 100%
  );
  font-size: 2rem;
  transition: all 0.3s ease;
}

.contact-card:hover .icon-circle[b-459qc8urqe] {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.4);
}

.contact-label[b-459qc8urqe] {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.contact-info[b-459qc8urqe] {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 0;
}

.contact-link[b-459qc8urqe] {
  display: inline-block;
  font-size: 0.95rem;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.contact-link[b-459qc8urqe]::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--bs-primary);
  transition: width 0.3s ease;
}

.contact-link:hover[b-459qc8urqe] {
  color: var(--bs-info);
}

.contact-link:hover[b-459qc8urqe]::after {
  width: 100%;
}

@media (max-width: 991px) {
  .contact-title[b-459qc8urqe] {
    font-size: 2rem;
    letter-spacing: 2px;
  }

  .contact-card[b-459qc8urqe] {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .contact-content[b-459qc8urqe] {
    padding: 1rem 0;
  }

  .contact-title[b-459qc8urqe] {
    font-size: 1.8rem;
    letter-spacing: 1.5px;
    margin-bottom: 2rem;
  }

  .contact-card[b-459qc8urqe] {
    padding: 1.5rem 1rem;
  }

  .icon-circle[b-459qc8urqe] {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }

  .contact-label[b-459qc8urqe] {
    font-size: 1.1rem;
  }

  .contact-info[b-459qc8urqe],
  .contact-link[b-459qc8urqe] {
    font-size: 0.9rem;
  }
}

/* About Section */
.about-section[b-459qc8urqe] {
  background: var(--section-bg);
}

.about-image-wrapper[b-459qc8urqe] {
  position: relative;
}

.about-image-wrapper[b-459qc8urqe]::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 3px solid var(--primary-color);
  border-radius: 8px;
  z-index: -1;
}

.section-title[b-459qc8urqe] {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  position: relative;
  display: inline-block;
}

.section-subtitle[b-459qc8urqe] {
  font-size: 1.2rem;
  color: var(--text-muted);
}

.features-grid[b-459qc8urqe] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.feature-item[b-459qc8urqe] {
  display: flex;
  align-items: start;
  gap: 1rem;
}

.feature-icon[b-459qc8urqe] {
  font-size: 2rem;
  flex-shrink: 0;
}

.feature-item h5[b-459qc8urqe] {
  margin-bottom: 0.25rem;
  color: var(--heading-color);
  font-weight: 600;
}

.feature-item p[b-459qc8urqe] {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* Rooms Preview Section */
.rooms-preview-section[b-459qc8urqe] {
  background: var(--section-bg);
}

.bg-light-section[b-459qc8urqe] {
  background: var(--section-bg) !important;
}

.room-card[b-459qc8urqe] {
  background: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px var(--shadow-color);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.room-card:hover[b-459qc8urqe] {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px var(--shadow-color-hover);
}

.room-image[b-459qc8urqe] {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.room-image img[b-459qc8urqe] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.room-card:hover .room-image img[b-459qc8urqe] {
  transform: scale(1.1);
}

.room-badge[b-459qc8urqe] {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--primary-color);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.room-badge.luxury[b-459qc8urqe] {
  background: linear-gradient(135deg, #ffd700, #ffa500);
}

.room-badge.premium[b-459qc8urqe] {
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
}

.room-details[b-459qc8urqe] {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.room-details h4[b-459qc8urqe] {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--heading-color);
  font-weight: 600;
}

.room-description[b-459qc8urqe] {
  color: var(--text-muted);
  margin-bottom: 1rem;
  flex-grow: 1;
}

.room-amenities[b-459qc8urqe] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.amenity-tag[b-459qc8urqe] {
  background: var(--tag-bg);
  padding: 0.3rem 0.75rem;
  border-radius: 15px;
  font-size: 0.85rem;
  color: var(--text-color);
}

.room-footer[b-459qc8urqe] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
}

.room-price[b-459qc8urqe] {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}

.price-label[b-459qc8urqe] {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.price[b-459qc8urqe] {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-color);
}

.price-unit[b-459qc8urqe] {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* CTA Section */
.cta-section[b-459qc8urqe] {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--accent-color)
  );
  position: relative;
  overflow: hidden;
}

.cta-section[b-459qc8urqe]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
}

.cta-content[b-459qc8urqe] {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}

.cta-section h2[b-459qc8urqe] {
  font-size: 2.5rem;
  font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title[b-459qc8urqe] {
    font-size: 2rem;
  }

  .features-grid[b-459qc8urqe] {
    grid-template-columns: 1fr;
  }

  .about-image-wrapper[b-459qc8urqe]::before {
    display: none;
  }

  .cta-section h2[b-459qc8urqe] {
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .room-footer[b-459qc8urqe] {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  .room-footer .btn[b-459qc8urqe] {
    width: 100%;
  }
}
/* _content/KoraHotelSuites/Components/Pages/Rooms.razor.rz.scp.css */
/* Rooms Page Styles */

.rooms-page[b-10ha3emnlp] {
  min-height: 100vh;
  background: var(--section-bg);
}

.page-header[b-10ha3emnlp] {
  background: linear-gradient(
    135deg,
    var(--bs-primary) 0%,
    var(--bs-info) 100%
  );
  color: white;
  padding: 4rem 0 3rem;
  margin-bottom: 0;
}

.page-header h1[b-10ha3emnlp] {
  text-shadow: none;
  color: #000 !important;
}

.page-header p[b-10ha3emnlp] {
  color: white !important;
}

.rooms-section[b-10ha3emnlp] {
  background: var(--section-bg);
}

.room-card[b-10ha3emnlp] {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
}

.room-card:hover[b-10ha3emnlp] {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
}

.room-image-wrapper[b-10ha3emnlp] {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.room-image-wrapper img[b-10ha3emnlp] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.room-card:hover .room-image-wrapper img[b-10ha3emnlp] {
  transform: scale(1.1);
}

.badge-limited[b-10ha3emnlp],
.badge-sold-out[b-10ha3emnlp] {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.badge-limited[b-10ha3emnlp] {
  background: linear-gradient(135deg, #ff9800, #ff5722);
  color: white;
}

.badge-sold-out[b-10ha3emnlp] {
  background: linear-gradient(135deg, #757575, #424242);
  color: white;
}

.card-title[b-10ha3emnlp] {
  color: var(--heading-color);
  font-weight: 600;
}

.room-details[b-10ha3emnlp] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-item[b-10ha3emnlp] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.detail-item .icon[b-10ha3emnlp] {
  font-size: 1.2rem;
  color: var(--text-color);
}

.amenities-list[b-10ha3emnlp] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.amenity-badge[b-10ha3emnlp] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--nav-hover-bg);
  border-radius: 8px;
  font-size: 1.1rem;
  transition: all 0.2s ease;
  color: var(--text-color);
  border: 1px solid var(--border-color);
}

.amenity-badge:hover[b-10ha3emnlp] {
  background: var(--bs-primary);
  color: white;
  transform: scale(1.1);
}

.price-section[b-10ha3emnlp] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 15px;
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.05),
    rgba(13, 202, 240, 0.05)
  );
  border-radius: 8px;
}

.price-label[b-10ha3emnlp] {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 2px;
}

.price-amount[b-10ha3emnlp] {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1.2;
}

.price-period[b-10ha3emnlp] {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-top: -4px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-header[b-10ha3emnlp] {
    padding: 3rem 0 2rem;
  }

  .page-header h1[b-10ha3emnlp] {
    font-size: 2rem;
  }

  .room-image-wrapper[b-10ha3emnlp] {
    height: 200px;
  }

  .price-amount[b-10ha3emnlp] {
    font-size: 1.5rem;
  }
}

/* Loading State */
.spinner-border[b-10ha3emnlp] {
  width: 3rem;
  height: 3rem;
}
