   body {
  font-family: 'Montserrat', sans-serif;
}
   .header-section{
    border-bottom: 1px solid #E2E8F0;
    padding: 20px 130px;
    display: flex;
    justify-content: space-between;
   }
   .logo-section{
    display: flex;
    gap: 20px;
    align-items: center;
   }
   .right-section{
    display: flex;
    gap: 10px;
    align-items: center;
   }
   .search-box .input-group {
      width: 400px;
      border-radius: 8px;
    }
    .search-box .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc;
    }
    .dashboard-btn:hover{
      background-color: #F0F3FA;
      border-radius: 5px;
    }
    .write-btn,
    .write-btn:hover {
    background-color: #124f8c;
    color: white;
    border-radius: 5px;
    }
    .top-section{
        margin-top: 30px;
    }
    .bottom-section{
        margin: 30px 0px;
    }
    .dashboard-section{
        /* display: flex;
        align-items: center;
        justify-content: space-between; */
    }
    .dashboard-section h2{
        font-weight: 700;
    }
    .card-container{
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
    }
    .card-container h4{
        font-weight: 700;
    }
    .card-section{
        padding: 20px 30px;
        /* display: flex; */
        justify-content: space-between;
    }
    .card-title{
        font-size: 15px;
        font-weight: 600;
    }
    .card-section h4{
        font-weight: 700;
    }
    .card-text{
        color: green;
        font-size: 14px;
    }
    .card-section i{
        color: grey;
    }
    .recent-section{
        padding: 20px;
        border: 1px solid #E8E8E8;
        border-radius: 8px;
    }
    .recent-section h3{
        font-weight: 600;
    }
    .form-section h3{
        font-weight: 600;
    }
    .icon-text{
        font-size: 14px;
        color: grey;
    }
    .icon-section{
        display: flex;
        justify-content: end;
        gap: 30px;
        font-size: 15px;
    }
    .status-btn{
        background-color: #124f8c;
        border-radius: 15px;
        color: white;
        font-size: 13px;
        /* padding: 3px 5px 5px; */
        padding: 5px 9px 6px 10px;
    }
    .status-btn-grey{
        background-color: #F1F2F4;
        border-radius: 15px;
        color: #000;
        font-size: 13px;
        /* padding: 5px 10px; */
        padding: 5px 9px 6px 10px;
    }
    .blog-section{
        margin-bottom: 20px;
    }
    .form-section{
        padding: 20px;
    }
    .cancel-btn{
      border-radius: 5px;
      border: 1px solid #E2E8F0;
    }
    .cancel-btn:hover{
      background-color: #F0F3FA;
    }
    .Knowledge-text{
        font-weight: 700;
    }
    label{
        font-weight: 600;
    }
    textarea{
        resize: none;
        margin-bottom: 20px;
    }
    /* .plus-btn{
        display: flex;
        gap: 5px;
    } */
    .form-container{
        margin-bottom: 20px;
    }
    #featuredLabel{
    width: 100% !important;
    }
@media (max-width: 768px) {
    .header-section{
        flex-direction: column;
        padding: 20px 20px;
    }
  .search-box .input-group {
    max-width: 100%;
  }
  .icon-section{
    gap: 10px;
  }
  .card-section{
    padding: 20px;
  }
  .status-btn{
    /* padding: 0px 5px 3px; */
    padding: 2px 7px 2px 8px;
  }
  .status-btn-grey{
    padding: 2px 5px 3px 6px;
  }
    .search-box .input-group {
    width: auto;
    border-radius: 8px;
}
.logo-section{
    flex-direction: column;
    gap: 10px;
    align-items: normal;
}
.right-section{
    margin-top: 20px;
    justify-content: center;
    gap: 0;
}
.icon-text {
font-size: 13px;
}
.card-container{
    padding: 20px;
}
.featured-image-box {
  padding: 15px;
  border-radius: 8px;
  text-align: center;
}


/* .preview-container img {
  max-width: 100%;
  border-radius: 6px;
  margin-top: 10px;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 10px;
} */
}


/* profile page css */
.profile-wrapper{
    margin-top: 30px;
}
.profile-card {
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  border: 1px solid #e1e7ef;
}
.profile-img {
  position: relative;
}
.profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #e6efff;
}
.verified {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: #3b82f6;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-name{
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
}
.username {
  color: #3b82f6;
  font-weight: 500;
  text-decoration: none;
}
.bio {
  color: #6b7280;
  font-size: 16px;
}
.profile-card-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profile-card-container p{
  margin-bottom: 0px;
}
.profile-card-container h4{
  font-family: 'AvantGardeBold';
}
.profile-icon-circle {
  width: 45px;
  height: 45px;
  background: #eaf1ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.profile-icon-circle i {
  font-size: 18px;
  color: #124f8c;
}
.profie-card-container h4{
  font-weight: 700;
  font-size: 24px;
}
.profie-card-container p{
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 0;
}
.author-container h4{
  font-size: 18px;
  font-weight: 600;
  color: #0f1729;
  font-family: 'AvantGardeBold';
}
.author-container p{
  font-size: 15px;
  color: #65758b;
  line-height: 1.750;
}
.author-container h5{
  font-size: 14px;
  font-weight: 600;
  color: #0f1729;
  font-family: 'AvantGardeBold';
}
.topics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0px;
}

.topic-tag {
  padding: 8px 16px;
  border-radius: 999px;
  background: #eef4ff;
  color: #124f8c;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  font-family: 'AvantGardeBook';
}

.member-since {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #65758B;
  font-size: 14px;
  margin-bottom: 16px;
  font-family: 'AvantGardeBook';
}

.member-since i {
  color: #65758B;
}

.website-link {
  display: inline-block;
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 14px;
  font-size: 14px;
}

.website-link i {
  margin-right: 6px;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  background: #f1f5f9;
  color: #64748b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background: #124f8c;
  color: #fff;
}

.profile-tabs {
  display: flex;
  gap: 30px;
  padding: 16px 24px;
  border-bottom: 1px solid #e5e7eb;
}

.profile-tabs .nav-link {
  color: #65758B;
  font-weight: 500;
  padding: 0;
  position: relative;
  font-size: 14px;
  font-family: 'AvantGardeBook';
}

.profile-tabs .nav-link.active {
  color: #124f8c;
}

.profile-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 2px;
  background: #124f8c;
}

.posts-wrapper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.post-card {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  transition: box-shadow 0.3s ease;
}

.post-card:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.post-img {
  position: relative;
}

.post-img img {
  width: 120px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}

.badge-trending {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #3b82f6;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.post-content h5 {
  font-size: 16px;
  /* font-weight: 600; */
  margin-bottom: 6px;
  color: #0f1729;
  font-family: 'AvantGardeBold';
}

.post-content p {
  font-size: 14px;
  color: #65758b;
  margin-bottom: 10px;
}

.post-stats {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: #64748b;
}

.post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-more-text {
  opacity: 0;
  transform: translateX(-6px);
  color: #124f8c;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  pointer-events: none;
}

.post-card:hover .read-more-text {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}