:root {
  --primary-green: #2b5e2c;
  --accent-orange: #e67e22;
  --bg-light: #f9fafb;
  --text-dark: #1a1a1a;
  --text-muted: #666666;
}

.blog-page-section {
  padding: 80px 0;
  background-color: var(--bg-light);
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ==============================
       FEATURED BLOG POST
       ============================== */
.featured-blog {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  display: flex;
  transition: transform 0.3s ease;
}
.featured-blog:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.featured-img-wrapper {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.featured-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.featured-blog:hover .featured-img-wrapper img {
  transform: scale(1.05);
}

.featured-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--accent-orange);
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}

.featured-content {
  padding: 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-meta {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 15px;
}
.featured-meta i {
  color: var(--primary-green);
  margin-right: 5px;
  margin-left: 10px;
}
.featured-meta i:first-child {
  margin-left: 0;
}

.featured-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 15px;
  text-decoration: none;
  line-height: 1.3;
}
.featured-title:hover {
  color: var(--primary-green);
}
.featured-excerpt {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 25px;
}

/* ==============================
       BLOG GRID CARDS (Same as Home)
       ============================== */
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  border: 1px solid #f0f0f0;
}
.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.blog-img-wrapper {
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
}
.blog-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card:hover .blog-img-wrapper img {
  transform: scale(1.08);
}
.blog-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: var(--text-dark);
  text-decoration: none;
}
.blog-title:hover {
  color: var(--primary-green);
}

.read-more-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  color: var(--primary-green);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.read-more-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.read-more-btn:hover {
  color: var(--accent-orange);
}
.read-more-btn:hover i {
  transform: translateX(5px);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .featured-blog {
    flex-direction: column;
  }
  .featured-img-wrapper,
  .featured-content {
    width: 100%;
  }
  .featured-img-wrapper {
    aspect-ratio: 16/9;
  }
  .featured-title {
    font-size: 1.5rem;
  }
}

.single-blog-section {
  padding: 80px 0;
  background-color: #ffffff;
}

/* Main Content Styling */
.blog-details-content img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 30px;
}

.blog-meta-top {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.blog-meta-top span {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}
.blog-meta-top span i {
  color: var(--primary-green);
  margin-right: 8px;
}

.blog-text {
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.9;
  margin-bottom: 20px;
}

.blog-details-content h2,
.blog-details-content h3 {
  color: var(--text-dark);
  font-weight: 800;
  margin: 35px 0 20px 0;
}

/* Premium Blockquote */
.premium-quote {
  background: var(--bg-light);
  padding: 30px 40px;
  border-left: 5px solid var(--accent-orange);
  border-radius: 0 12px 12px 0;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--text-dark);
  margin: 40px 0;
  position: relative;
}
.premium-quote::before {
  content: "\201C";
  font-size: 80px;
  color: rgba(230, 126, 34, 0.1);
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: Georgia, serif;
}

/* Social Share Box */
.share-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 40px;
}
.share-box span {
  font-weight: 700;
  color: var(--text-dark);
}
.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.share-btn:hover {
  transform: translateY(-3px);
  color: #fff;
}
.bg-fb {
  background: #3b5998;
}
.bg-tw {
  background: #1da1f2;
}
.bg-in {
  background: #0077b5;
}
.bg-wa {
  background: #25d366;
}

/* ==============================
       SIDEBAR STYLING
       ============================== */
.blog-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: var(--bg-light);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
}
.sidebar-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.sidebar-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--primary-green);
}

/* Search Widget */
.sidebar-search {
  display: flex;
  position: relative;
}
.sidebar-search input {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  outline: none;
}
.sidebar-search button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background: var(--primary-green);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 0 15px;
  cursor: pointer;
}

/* Categories Widget */
.sidebar-cats {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-cats li {
  border-bottom: 1px dashed #e0e0e0;
  padding: 10px 0;
}
.sidebar-cats li:last-child {
  border-bottom: none;
}
.sidebar-cats a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  transition: color 0.3s;
}
.sidebar-cats a:hover {
  color: var(--accent-orange);
}

/* Recent Posts Widget */
.recent-post-item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
}
.recent-post-item img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
}
.recent-post-info h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 5px 0;
  line-height: 1.4;
}
.recent-post-info h4 a {
  color: var(--text-dark);
  text-decoration: none;
  transition: color 0.3s;
}
.recent-post-info h4 a:hover {
  color: var(--primary-green);
}
.recent-post-info span {
  font-size: 12px;
  color: var(--text-muted);
}
