/* Blog Detail Styles */
.blog-detail-main {
  padding-top: 80px;
}

/* Hero Section */
.blog-detail-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 60px 0;
}

.blog-detail-breadcrumbs {
  margin-bottom: 24px;
  font-size: 0.9rem;
  opacity: 0.8;
}

.breadcrumb-link {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.breadcrumb-link:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}

.breadcrumb-separator {
  margin: 0 8px;
}

.breadcrumb-current {
  opacity: 0.7;
}

.blog-detail-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 32px;
  max-width: 800px;
}

.blog-detail-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-detail-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-weight: 600;
  font-size: 1rem;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 4px;
}

.meta-separator {
  opacity: 0.6;
}

.blog-detail-share {
  display: flex;
  gap: 8px;
}

.share-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.share-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Featured Image */
.blog-detail-image {
  padding: 0;
  margin-bottom: 60px;
}

.featured-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0;
}

/* Content Section */
.blog-detail-content {
  padding: 0 0 80px 0;
}

.content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.blog-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #2c3e50;
  margin-bottom: 60px;
}

.blog-content p {
  margin-bottom: 24px;
}

.blog-content h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 40px 0 20px 0;
  color: #2c3e50;
}

.blog-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 32px 0 16px 0;
  color: #34495e;
}

.blog-content ul, .blog-content ol {
  margin: 20px 0;
  padding-left: 24px;
}

.blog-content li {
  margin-bottom: 8px;
}

.blog-content blockquote {
  border-left: 4px solid #667eea;
  padding: 16px 24px;
  margin: 32px 0;
  background: #f8f9fa;
  font-style: italic;
  color: #495057;
}

/* Back to Blog */
.back-to-blog {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #e9ecef;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.back-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
  text-decoration: none;
  color: white;
}

.back-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-detail-hero {
    padding: 40px 0;
  }
  
  .blog-detail-title {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  
  .blog-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  
  .blog-detail-share {
    align-self: stretch;
    justify-content: center;
  }
  
  .featured-image {
    max-height: 300px;
  }
  
  .blog-content {
    font-size: 1rem;
    line-height: 1.7;
  }
  
  .content-wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .footer-container1 {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
  }
  .footer-footer {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
  }
  .footer-footer-background-overlay {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .footer-footer-container1 {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
    padding: 20px 0;
  }
  .footer-footer-main1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
    overflow: visible;
  }
  .footer-footer-brand1 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }
  .footer-footer-brand-logo1 {
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }
  .footer-footer-logo-icon1 {
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }
  .footer-image1 {
    width: 100% !important;
    max-width: 260px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    overflow: visible !important;
  }
  .blog-detail-title {
    font-size: 1.5rem;
  }
  
  .author-avatar {
    width: 40px;
    height: 40px;
  }
  
  .share-btn {
    padding: 6px;
  }
  
  .share-icon {
    width: 16px;
    height: 16px;
  }
}