/* Blog Specific Styles - CodeFinx Theme */

/* Blog Header *
.blog-header {
  background: var(--color-primary); /* Your brand's primary color 
 padding: 140px 0 80px;
  text-align: center;
  color: #fff;
  border-bottom: 4px solid var(--color-secondary); /* Optional accent line 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.blog-header h1 {
  font-family: var(--default-font);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
  margin-top: 10%;
}

.blog-header p {
  font-family: var(--default-font);
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin: 0 auto;
}


.blog-header-advanced {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #ede2c3 0%, #f4d6a7 50%, #ffab51 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 100px;
  color: #151515;
}

/* Background Pattern */


@keyframes patternMove {
  0% {
    background-position: 0 0, 30px 30px;
  }
  100% {
    background-position: 60px 60px, 90px 90px;
  }
}

/* Header Content */
.header-content {
  position: relative;
  z-index: 10;
  padding: 10px 0;
}

/* Header Badge */
.header-badge {
  display: inline-block;
  margin-bottom: 2rem;
  margin-top: 10%;
}

.badge-content {
  background: rgba(78, 40, 0, 0.15);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(78, 40, 0, 0.2);
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #4e2800;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  animation: pulse 3s infinite;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(78, 40, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(78, 40, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(78, 40, 0, 0);
  }
}

/* Header Title */
.header-title {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
  color: #151515;
  text-shadow: 2px 2px 4px rgba(78, 40, 0, 0.1);
}

.gradient-text {
  background: linear-gradient(45deg, #ffab51, #4e2800, #ffab51);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% {
    background-position: -200% center;
  }
  50% {
    background-position: 200% center;
  }
}

/* Header Subtitle */
.header-subtitle {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #444444;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 3rem;
  font-weight: 400;
}

/* Search Section */
.search-section {
  max-width: 650px;
  margin: 0 auto;
}

.search-container {
  position: relative;
}

.search-wrapper {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(78, 40, 0, 0.2);
  border-radius: 60px;
  padding: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 32px rgba(78, 40, 0, 0.1);
}

.search-wrapper:hover,
.search-wrapper:focus-within {
  background: rgba(255, 255, 255, 0.95);
  border-color: #ffab51;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(78, 40, 0, 0.2);
}

.search-icon {
  color: #444444;
  font-size: 1.2rem;
  margin-left: 24px;
  margin-right: 16px;
}

.search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #151515;
  font-size: 1.1rem;
  padding: 18px 12px;
  font-family: 'Poppins', sans-serif;
}

.search-input::placeholder {
  color: #444444;
}

.search-btn {
  background: linear-gradient(45deg, #ffab51, #4e2800);
  border: none;
  border-radius: 50px;
  color: #ffffff;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  margin-right: 4px;
}

.search-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 171, 81, 0.4);
}

/* Category Navigation */
.category-nav {
  max-width: 900px;
  margin: 0 auto;
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.category-pill {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(78, 40, 0, 0.2);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #151515;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.category-pill::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ffab51);
  transition: left 0.3s ease;
  z-index: -1;
}

.category-pill:hover::before,
.category-pill.active::before {
  left: 0;
}

.category-pill:hover,
.category-pill.active {
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(78, 40, 0, 0.3);
}

/* Stats Section */
.stats-section {
  margin-top: 4rem;
}

.stat-item {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(78, 40, 0, 0.2);
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(78, 40, 0, 0.1);
}

.stat-item:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(78, 40, 0, 0.2);
}

.stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffab51;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(78, 40, 0, 0.1);
}

.stat-label {
  color: #444444;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}

.scroll-text {
  color: #444444;
  font-size: 0.9rem;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.scroll-arrow {
  color: #ffab51;
  font-size: 1.5rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-header-advanced {
    min-height: 85vh;
    padding-top: 80px;
  }
  
  .header-title {
    font-size: 3rem;
  }
  
  .header-subtitle {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
  
  .search-container {
    padding: 0 1rem;
  }
  
  .category-pills {
    padding: 0 1rem;
    gap: 12px;
  }
  
  .category-pill {
    font-size: 0.85rem;
    padding: 10px 18px;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .header-title {
    font-size: 2.5rem;
  }
  
  .header-subtitle {
    font-size: 1.1rem;
  }
  
  .search-input {
    font-size: 1rem;
  }
  
  .category-pill {
    font-size: 0.8rem;
    padding: 8px 16px;
  }
  
  .stats-section .row {
    gap: 1rem;
  }
  
  .stat-item {
    padding: 2rem 1rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
}


/* Featured Post */
.featured-post {
  padding: 80px 0;
  background: var(--surface-color);
}

.featured-article {
  background: var(--surface-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.featured-article:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.featured-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.featured-article:hover .featured-image img {
  transform: scale(1.05);
}

.featured-content {
  padding: 40px;
}

.post-category {
 background: rgba(255,255,255,.2);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.featured-content h2 {
  margin: 20px 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading-color);
}

.featured-content h2 a {
  color: var(--heading-color);
  text-decoration: none;
}

.featured-content h2 a:hover {
  color: var(--accent-color);
}

.post-meta {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  color: var(--default-color);
  font-size: 0.95rem;
}

.post-meta span::before {
  content: '•';
  color: var(--accent-color);
  margin-right: 8px;
}

.post-meta span:first-child::before {
  display: none;
}

.featured-content p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--contrast-color);
  margin-bottom: 25px;
}

.read-more {
  color: #4e2800; /* black text */
  border: 2px solid var(--accent-color);
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.read-more:hover {
  background: var(--accent-color);
  color: #000; /* white text on hover */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}


/* Blog Grid */
.blog-grid {
  padding: 80px 0;
  background: var(--surface-color);
}

.blog-card {
  background: var(--surface-color);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--accent-color);
}

.blog-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 25px;
}

.blog-category {
  background: var(--accent-color);
  color: #000; /* black text */;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-content h3 {
  margin: 15px 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--heading-color);
}

.blog-content h3 a {
  color: var(--heading-color);
  text-decoration: none;
}

.blog-content h3 a:hover {
  color: var(--accent-color);
}

.blog-meta {
  display: flex;
  gap: 15px;
  margin: 10px 0;
  font-size: 0.85rem;
  color: var(--default-color);
}

.blog-meta span::before {
  content: '•';
  color: var(--accent-color);
  margin-right: 6px;
}

.blog-content p {
  color: var(--contrast-color);
  font-size: 0.95rem;
  line-height: 1.6;
}

.blog-content .read-more {
  font-size: 0.95rem;
  padding: 8px 15px;
  border: 1px solid var(--accent-color);
}

/* Pagination */
.pagination .page-link {
  border: 2px solid #eee;
  color: var(--heading-color);
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 600;
}

.pagination .page-item.active .page-link {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}

.pagination .page-link:hover {
  background: var(--accent-color);
  color: #fff;
}


/* Newsletter Section */
.newsletter-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  position: relative;
}

.newsletter-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 62, 80, 0.9);
  z-index: 1;
}

.newsletter-section .container {
  position: relative;
  z-index: 2;
}

.newsletter-section h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.newsletter-section p {
  font-size: 1.2rem;
  color: #ecf0f1;
  margin-bottom: 0;
}

.newsletter-form {
  max-width: 600px;
  margin-top: 40px;
  display: flex;
  gap: 0;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  background: white;
}

.newsletter-form .form-control {
  border: none;
  padding: 20px 30px;
  font-size: 1.1rem;
  border-radius: 0;
  background: white;
  color: #2c3e50;
  flex: 1;
}

.newsletter-form .form-control:focus {
  box-shadow: none;
  outline: none;
}

.newsletter-form .btn {
  border: none;
  padding: 20px 40px;
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.newsletter-form .btn:hover {
  background: linear-gradient(135deg, #2980b9, #1f5f8b);
  transform: scale(1.05);
}

/* Blog Post Page Styles */
.blog-post-header {
  position: relative;
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #1c1e22 0%, rgb(131, 144, 159) 100%);
  color: white;
  overflow: hidden; /* to contain ::before */
  z-index: 0;
}
   
.blog-post-header::before {
  content: '';
  position: absolute;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0; */
  background: linear-gradient(135deg, #1c1e22 0%, rgb(244, 214, 167) 100%);
  opacity: 0.3; /* adjust this value for overlay strength */
  z-index: 0;
}

.blog-post-header > * {
  position: relative;
  z-index: 1; /* ensure content is above overlay */
}


.blog-post-meta {
  max-width: 900px;
  margin: 0 auto;
}

.blog-post-header h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 25px 0 35px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.post-author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.author-details {
  display: flex;
  align-items: center;
  gap: 20px;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255,255,255,0.3);
}

.author-text .author-name {
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
}

.author-text .author-title {
  display: block;
  opacity: 0.8;
  font-size: 1rem;
  color: #ecf0f1;
}

.post-meta-details {
  display: flex;
  gap: 25px;
  font-size: 1rem;
  opacity: 0.9;
  color: #ecf0f1;
}

/* Blog Post Content */
.blog-post-content {
  padding: 100px 0;
  background: #ffffff;
}

.blog-post-image {
  margin-bottom: 60px;
}

.blog-post-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(44, 62, 80, 0.1);
}

.blog-post-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #2c3e50;
}

.blog-post-text .lead {
  font-size: 1.4rem;
  font-weight: 400;
  color: #2c3e50;
  margin-bottom: 50px;
  padding: 35px;
  background: linear-gradient(135deg, #f8f9fa, #ecf0f1);
  border-left: 5px solid #4e2800;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(52, 152, 219, 0.1);
}

.blog-post-text h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 50px 0 25px;
  position: relative;
  padding-bottom: 15px;
}

.blog-post-text h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg,#ffab51);
  border-radius: 2px;
}

.blog-post-text blockquote {
  background: linear-gradient(135deg, #f8f9fa, #ecf0f1);
  border-left: 5px solid #4e2800;
  padding: 40px;
  margin: 50px 0;
  font-style: italic;
  font-size: 1.3rem;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(44, 62, 80, 0.08);
}

.blog-post-text blockquote p {
  margin-bottom: 20px;
  color: #2c3e50;
  font-weight: 500;
}

.blog-post-text blockquote footer {
  font-weight: 700;
  color: #ffab51;
  font-size: 1.1rem;
}

.blog-post-text ul, .blog-post-text ol {
  margin: 30px 0;
  padding-left: 35px;
}

.blog-post-text li {
  margin-bottom: 12px;
  line-height: 1.8;
  color: #2c3e50;
}

.blog-post-text li strong {
  color: #2c3e50;
  font-weight: 700;
}

/* Statistics Cards */
.stat-card {
  background: white;
  padding: 40px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(44, 62, 80, 0.1);
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(236, 240, 241, 0.8);
  height: 100%;
}

.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(44, 62, 80, 0.15);
  border-color: rgba(52, 152, 219, 0.3);
}

.stat-card i {
  font-size: 3rem;
  color: #ffab51;
  margin-bottom: 20px;
  display: block;
}

.stat-card h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

.stat-card p {
  color: #7f8c8d;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
}

/* Highlight Box */
.highlight-box {
  background: linear-gradient(135deg, #e8f4fd, #d5e8f7);
  border: 2px solid #3498db;
  padding: 40px;
  border-radius: 15px;
  margin: 50px 0;
  box-shadow: 0 10px 30px rgba(52, 152, 219, 0.1);
}

.highlight-box h4 {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.highlight-box p {
  color: #2c3e50;
  margin-bottom: 15px;
}

.highlight-box ul {
  margin-top: 20px;
}

.highlight-box li {
  color: #2c3e50;
  font-weight: 500;
}

/* Blog CTA */
.blog-cta {
  background: linear-gradient(135deg, #f4d6a7, #4e2800);
  color: white;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  margin: 60px 0;
  box-shadow: 0 15px 50px rgba(78, 40, 0, 0.3);
}


.blog-cta h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.blog-cta p {
  font-size: 1.2rem;
  margin-bottom: 0;
  opacity: 0.95;
}

.blog-cta .btn {
  background: white;
  color: #3498db;
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
  transition: all 0.3s ease;
  border: 2px solid white;
}

.blog-cta .btn:hover {
  background: transparent;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255,255,255,0.3);
}

/* Blog Post Footer */
.blog-post-footer {
  border-top: 2px solid #ecf0f1;
  padding-top: 50px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.blog-tags, .blog-share {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tags-label, .share-label {
  font-weight: 700;
  color: #2c3e50;
  font-size: 1.1rem;
}

.tag-link {
  background: #f8f9fa;
  color: #7f8c8d;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid #ecf0f1;
}

.tag-link:hover {
  background: #444444;
  color: white;
  border-color: #444444;
  transform: translateY(-2px);
}

.share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #f8f9fa;
  color: #7f8c8d;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #ecf0f1;
}

.share-link:hover {
  background: #444444;
  color: white;
  border-color: #444444;
  transform: translateY(-3px);
}

/* Related Posts */
.related-posts {
  margin-top: 100px;
  padding-top: 60px;
  border-top: 2px solid #ecf0f1;
}

.related-posts h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 50px;
  text-align: center;
}

.related-post-card {
  text-align: center;
  transition: all 0.3s ease;
}

.related-post-card:hover {
  transform: translateY(-5px);
}

.related-post-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 25px rgba(44, 62, 80, 0.1);
}

.related-post-card:hover img {
  transform: scale(1.05);
}

.related-post-card h5 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
}

.related-post-card h5 a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s ease;
}

.related-post-card h5 a:hover {
  color: #3498db;
}

.related-post-date {
  color: #7f8c8d;
  font-size: 0.95rem;
  font-weight: 500;
}

.blog-image-gallery img {
  border-radius: 15px;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 25px rgba(44, 62, 80, 0.1);
}

.blog-image-gallery img:hover {
  transform: scale(1.02);
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-header h1,
  .blog-post-header h1 {
    font-size: 2.5rem;
  }
  
  .featured-content,
  .blog-content {
    padding: 30px;
  }
  
  .post-author-info {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .post-meta-details {
    flex-wrap: wrap;
  }
  
  .blog-post-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .newsletter-form {
    flex-direction: column;
    border-radius: 15px;
  }
  
  .newsletter-form .form-control,
  .newsletter-form .btn {
    border-radius: 12px;
  }
  
  .blog-post-text h3 {
    font-size: 1.8rem;
  }
  
  .stat-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .blog-header h1 {
    font-size: 2rem;
  }
  
  .blog-post-header h1 {
    font-size: 2.2rem;
  }
  
  .featured-content h2 {
    font-size: 2rem;
  }
  
  .newsletter-section h3 {
    font-size: 2rem;
  }
  
  .post-meta {
    flex-direction: column;
    gap: 10px;
  }
  
  .blog-meta {
    flex-direction: column;
    gap: 8px;
  }
}