.blog-title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.blog-author {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 30px;
}
.blog-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 30px;
}
.sidebar {
  position: sticky;
  top: 25%;
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 1rem;
}
.sidebar ul {
  padding-left: 0;
}
.sidebar a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: block;
  padding: 4px 0;
}
.sidebar a.active {
  color: #0d6efd;
  font-weight: bold;
}
.blog-section h2 {
  font-weight: 100!important;
  font-size: 40px;
  line-height: 50px;
  margin: 50px 0 30px;
  color: #00092d;
}
.highlight {
  color: #0d6efd;
  text-decoration: underline;
}
.cta-banner {
  background: linear-gradient(to right, #0d6efd, #007bff);
  color: #fff;
  padding: 40px 0;
  margin: 2rem 0;
}
.btn-claim {
  background-color: #fff;
  color: #0d6efd;
  font-weight: bold;
  border: none;
}
.blog-section h2:target {
  background-color: #e7f1ff;
  transition: background-color 0.6s ease;
}
.note {
  border: 2px solid #1a8ff6;
  background-color: #eef6ff;
  padding: 20px;
  color: black;
  border-radius: 20px;
}
.blog-class p {
  font-size: 22px;
  color: rgb(76, 66, 67);
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .sidebar {
    display: none !important;
  }
  .blog-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .blog-section h2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}