/* Custom styles for tourist magazine sites */

/* Blog template styles - matching Bootstrap blog demo exactly */
.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #212529;
}

.blog-header-logo:hover {
  text-decoration: none;
  color: #212529;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

/* Display headings - matching Bootstrap blog example */
.display-4 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-weight: 700;
}

.display-4.fst-italic {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
}

/* Blog post title style from Bootstrap example */
.blog-post-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
}

/* Featured post styling */
.text-body-emphasis {
  color: #212529 !important;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/* Blog posts */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/* Navigation scroller styles from Bootstrap blog */
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* Placeholder image styles */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* Blog article styling */
article.blog-post h2.display-5 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

/* Featured post hero section */
.bg-body-secondary {
  background-color: var(--bs-secondary-bg) !important;
}

/* Sidebar sticky positioning */
.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

/* Sticky footer styles - using flexbox approach */
html, body {
  height: 100%;
}

.footer {
  width: 100%;
  /* Remove fixed height and absolute positioning for flexbox approach */
}

/* Custom styles for content pages */
main > .container {
  padding: 60px 15px 0;
}

.navbar {
  margin-bottom: 0;
}

/* Hotel listings - search engine results style */
.hotel-listings {
  max-width: 800px;
}

.hotel-result {
  padding: 1rem 0;
}

.hotel-result:last-child {
  border-bottom: none !important;
}

.hotel-name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.hotel-name a {
  color: #212529 !important;
  text-decoration: none;
}

.hotel-name a:hover {
  text-decoration: underline !important;
  color: #212529 !important;
}

.hotel-address {
  font-size: 0.875rem;
  color: #5f6368 !important;
  line-height: 1.4;
}

.hotel-actions {
  margin-top: 0.75rem;
}

.hotel-actions .btn {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
}

.hotel-actions .badge {
  font-size: 0.75rem;
}

/* Hotel modal text styling */
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

/* Increase paragraph font size for better readability */
p {
  font-size: 1.125rem; /* Default is 1rem (16px), this is 18px */
  line-height: 1.6;
}