body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Layout Container */
.blog-widget {
    width: 85vw;
    max-width: 1200px;
    margin: 100px auto;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}

/* Header Line Style */
.label-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.label {
    font-size: 0.75rem;
    letter-spacing: 0.5em;
    font-weight: 400;
}

.line {
    height: 1px;
    background-color: #333;
    flex-grow: 1;
}

/* Intro Typography */
.intro-block {
    margin-bottom: 100px;
}

.title-bold {
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 25px;
}

.subtitle-italic {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 2.2rem;
    line-height: 1.25;
    max-width: 1000px;
    color: #333;
}

/* Post Entry Grid */
.post-entry {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

.post-content {
    flex: 2;
}

.post-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px;
}

.post-meta {
    font-size: 0.85rem;
    margin-bottom: 20px;
    color: #888;
}

.category {
    color: #fdb813; /* Signature Yellow */
    font-weight: 700;
}

.post-excerpt {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
}

.read-more {
    display: inline-block;
    color: #1a1a1a;
    text-decoration: none;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    border-bottom: 1px solid #fdb813;
    padding-bottom: 2px;
}

/* Thumbnail Styling */
.post-thumbnail {
    flex: 1;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Scaling */
@media (max-width: 1024px) {
    .title-bold { font-size: 3.5rem; }
    .subtitle-italic { font-size: 1.5rem; }
    .post-entry { flex-direction: column-reverse; }
    .post-thumbnail { width: 100%; margin-bottom: 30px; }
}



















.main-header {
    position: fixed;
    top: 0; width: 100%; height: 60px;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1000;
    display: flex; align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-container {
    width: 90%; max-width: 1400px; margin: 0 auto;
    display: flex; justify-content: space-between; align-items: center;
}

.logo { display: flex; align-items: center; gap: 15px; text-decoration: none; color: #1a1a1a; }
.logo-text { font-size: 1.4rem; font-weight: 900; letter-spacing: 4px; }
.nav-links { display: flex; list-style: none; gap: 35px; }
.nav-links a { text-decoration: none; color: #1a1a1a; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; }
.nav-links a:hover { color: var(--yellow); }

   


/* --- FOOTER FIXED FONTS --- */
.main-footer {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 40px;
    border-top: 1px solid #f0f0f0;
    font-family: 'Montserrat', sans-serif; /* match site font */
    font-weight: 400; /* default body weight */
    color: #1a1a1a;
}

.footer-grid {
    display: flex;
    justify-content: flex-end;
    gap: 80px;
    margin-bottom: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.footer-column h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900; /* match site headings */
    font-size: 1rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.footer-column p,
.footer-column address,
.footer-column a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: #333;
    text-decoration: none;
}

.footer-column a:hover {
    color: var(--yellow);
    text-decoration: underline;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #eee;
    font-size: 0.8rem;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}



.main-footer { background-color: #eee; padding-top: 100px; padding-bottom: 40px; border-top: 1px solid #f0f0f0; margin-top: 300px;}
.footer-grid { display: flex; justify-content: flex-end; gap: 80px; margin-bottom: 100px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 30px; border-top: 1px solid #eee; font-size: 0.8rem; color: #888; }














































/* Container and Reset Scope */
.bs-footer-wrapper {
  width: 100%;
  padding: 80px 40px 40px 40px;
  background-color: #ffffff;
  color: #333333;
  font-family: "Times New Roman", Times, serif; /* Matching the serif body font */
  box-sizing: border-box;
  background-color: #eee;
  margin-top: 250px;
}

.bs-footer-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Main Layout Grid */
.bs-footer-main {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  gap: 40px;
}

.bs-footer-spacer {
  flex: 1.5; /* Large empty space on the left */
}

.bs-footer-column {
  flex: 1;
  min-width: 250px;
}

/* Typography */
.bs-footer-heading {
  font-family: 'Segoe UI', Arial, sans-serif; /* Sans-serif for headings */
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.bs-footer-address,
.bs-footer-contact-text {
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* Links */
.bs-footer-link-inline {
  color: #444;
  text-decoration: underline;
}

.bs-footer-link-underline {
  color: #444;
  text-decoration: underline;
}

/* Bottom Bar Styling */
.bs-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  color: #666;
}

.bs-footer-nav-link {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  margin-left: 5px;
}

.bs-footer-social-link {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.bs-footer-social-link:hover {
  color: #000;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
  .bs-footer-main {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .bs-footer-spacer {
    display: none;
  }
  .bs-footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}



























/* Scoped styles to avoid affecting global elements */
.pg-widget {
  display: flex;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  gap: 20px;
  padding: 10px;
}

.pg-info {
  color: #444;
}

.pg-btn-group {
  display: flex;
  align-items: center;
}

.pg-btn {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-right: none; /* Prevents double borders */
  padding: 8px 16px;
  cursor: pointer;
  color: #444;
  font-size: 16px;
  transition: background-color 0.2s ease;
  outline: none;
}

/* Add the border back to the last button in each group */
.pg-btn-group .pg-btn:last-child {
  border-right: 1px solid #e0e0e0;
}

/* Specific yellow hover for numbers */
.pg-btn.pg-num:hover {
  background-color: #ffeb3b; /* Yellow fill */
}

/* Hover for Next/Last (Optional: subtle grey) */
.pg-btn.pg-nav:hover {
  background-color: #f5f5f5;
}

.pg-ellipsis {
  padding: 0 10px;
  color: #666;
  font-weight: bold;
}