.fc-blog-wrapper {
    font-family: &#39;SolaimanLipi&#39;, &#39;Inter&#39;, sans-serif !important;
    line-height: 1.8;
    color: #334155;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 30px;
    max-width: 900px;
    margin: 20px auto;
    border: 1px solid #e0f2fe;
  }
  .fc-blog-img-box {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  .fc-blog-img-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  .fc-blog-img-box:hover img {
    transform: scale(1.02);
  }
  .fc-blog-title {
    color: #0284c7;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: center;
  }
  .fc-blog-text {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: justify;
  }
  .fc-blog-h2 {
    color: #0ea5e9;
    font-size: 24px;
    font-weight: 800;
    border-bottom: 2px solid #bae6fd;
    padding-bottom: 8px;
    margin-top: 35px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .fc-blog-h3 {
    color: #0369a1;
    font-size: 20px;
    font-weight: 800;
    margin-top: 25px;
    margin-bottom: 12px;
    background: #f0f9ff;
    padding: 8px 15px;
    border-left: 4px solid #0ea5e9;
    border-radius: 0 8px 8px 0;
  }
  .fc-blog-h4 {
    color: #1e293b;
    font-size: 18px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .fc-blog-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .fc-blog-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .fc-blog-list li::before {
    content: &#39;\f058&#39;;
    font-family: &quot;Font Awesome 6 Free&quot;;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #10b981;
    font-size: 18px;
  }
  .fc-blog-note {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 15px 20px;
    border-radius: 0 8px 8px 0;
    margin: 25px 0;
    color: #92400e;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
  }
  .fc-blog-video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    background: #000;
  }
  .fc-blog-video-wrap iframe, .fc-blog-video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .fc-blog-btn-wrap {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .fc-blog-btn {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 800;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: &#39;SolaimanLipi&#39;, sans-serif;
  }
  .fc-blog-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(14, 165, 233, 0.4);
    background: linear-gradient(135deg, #0284c7, #0369a1);
  }
  @media (max-width: 600px) {
    .fc-blog-wrapper { padding: 20px; }
    .fc-blog-title { font-size: 22px; }
    .fc-blog-h2 { font-size: 20px; }
    .fc-blog-h3 { font-size: 18px; }
    .fc-blog-text, .fc-blog-list li { font-size: 15px; }
  }
