/* Extracted from blog-details.php head style block 1 */
:root {
      --detail-primary: #0f4c81;
      --detail-secondary: #1a7a8c;
      --detail-highlight: #ef8f34;
      --detail-text: #203244;
      --detail-soft: #e8f1f8;
    }

    body {
      font-family: "Source Sans 3", sans-serif;
      color: var(--detail-text);
      background: linear-gradient(180deg, #f7fbff 0%, #edf4fa 100%);
    }

    h1, h2, h3, h4, h5, h6 {
      font-family: "Manrope", sans-serif;
    }

    .blog-detail-hero {
      position: relative;
      overflow: hidden;
      color: #fff;
      padding: 70px 0 58px;
      background: radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 35%), linear-gradient(128deg, #0d3b66 0%, #145ea0 52%, #197c87 100%);
    }

    .blog-detail-hero::before,
    .blog-detail-hero::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
    }

    .blog-detail-hero::before {
      width: 300px;
      height: 300px;
      top: -110px;
      right: -100px;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 72%);
    }

    .blog-detail-hero::after {
      width: 340px;
      height: 340px;
      bottom: -170px;
      left: -120px;
      background: radial-gradient(circle, rgba(239, 143, 52, 0.34) 0%, rgba(239, 143, 52, 0) 70%);
    }

    .blog-detail-hero .container {
      position: relative;
      z-index: 1;
      max-width: 900px;
    }

    .detail-breadcrumb-wrap {
      display: inline-flex;
      align-items: center;
      margin-bottom: 14px;
      padding: 7px 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(4px);
    }

    .detail-breadcrumb {
      margin: 0;
    }

    .detail-breadcrumb .breadcrumb-item,
    .detail-breadcrumb .breadcrumb-item a {
      color: rgba(255, 255, 255, 0.92);
      font-weight: 600;
      font-size: 0.92rem;
      text-decoration: none;
    }

    .detail-breadcrumb .breadcrumb-item a:hover {
      color: #fff;
      text-decoration: underline;
    }

    .detail-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
      color: rgba(255, 255, 255, 0.72);
    }

    .detail-breadcrumb .breadcrumb-item.active {
      color: #ffd19a;
      font-weight: 700;
    }

    .blog-detail-hero h1 {
      font-weight: 800;
      margin-bottom: 10px;
      font-size: 2.2rem;
      line-height: 1.3;
    }

    .blog-detail-layout {
      padding: 52px 0 60px;
    }

    .blog-share-icons {
      position: sticky;
      top: 100px;
    }

    .blog-share-icons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 45px;
      height: 45px;
      margin-bottom: 10px;
      border-radius: 12px;
      background: #fff;
      border: 1px solid #d8e5f1;
      color: #1a5f8c;
      font-size: 1.2rem;
      transition: all 0.2s ease;
      box-shadow: 0 4px 12px rgba(16, 45, 73, 0.08);
    }

    .blog-share-icons a:hover {
      background: #0f4c81;
      border-color: #0f4c81;
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(16, 45, 73, 0.14);
    }

    .blog-content-area {
      background: #fff;
      border-radius: 18px;
      border: 1px solid #dce8f3;
      box-shadow: 0 12px 28px rgba(16, 45, 73, 0.1);
      overflow: hidden;
    }

    .blog-feature-image {
      width: 100%;
      display: block;
      object-fit: cover;
      max-height: 420px;
    }

    .blog-content-body {
      padding: 32px;
    }

    .blog-content-body h1 {
      color: #0d3d6a;
      font-weight: 800;
      font-size: 1.8rem;
      margin-bottom: 8px;
      line-height: 1.35;
    }

    .blog-content-body small {
      color: #5d7388;
      font-weight: 600;
      display: block;
      margin-bottom: 24px;
    }

    .blog-content-body p {
      color: #334c63;
      line-height: 1.8;
      margin-bottom: 16px;
      font-size: 1.02rem;
    }

    .blog-content-body h2,
    .blog-content-body h3 {
      color: #0f456f;
      font-weight: 700;
      margin-top: 28px;
      margin-bottom: 14px;
    }

    .blog-content-body ul,
    .blog-content-body ol {
      color: #334c63;
      line-height: 1.75;
      margin-bottom: 16px;
    }

    .blog-sidebar-card {
      background: #fff;
      border: 1px solid #dce8f3;
      border-radius: 14px;
      box-shadow: 0 8px 20px rgba(13, 57, 94, 0.08);
      padding: 22px;
      margin-bottom: 18px;
    }

    .blog-sidebar-card h5 {
      color: #0f436f;
      font-weight: 800;
      margin-bottom: 18px;
    }

    .blog-sidebar-card .form-control {
      border: 1px solid #cfe0ee;
      border-radius: 10px;
      min-height: 44px;
      margin-bottom: 12px;
    }

    .blog-sidebar-card .btn-primary {
      background: linear-gradient(90deg, #0d4f82, #1a798b);
      border: 0;
      border-radius: 10px;
      min-height: 44px;
      font-weight: 700;
    }

    .blog-sidebar-card ul {
      padding: 0;
      margin: 0;
    }

    .blog-sidebar-card ul li {
      list-style: none;
      border-bottom: 1px solid #e6eff7;
      padding: 10px 0;
    }

    .blog-sidebar-card ul li:last-child {
      border-bottom: none;
    }

    .blog-sidebar-card ul li a {
      color: #2c5070;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.95rem;
      transition: color 0.2s ease;
    }

    .blog-sidebar-card ul li a:hover {
      color: #0f4c81;
    }

    .sticky-cta {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(90deg, #0d4f82, #1a798b);
      color: #fff;
      display: flex;
      justify-content: space-around;
      padding: 12px 20px;
      z-index: 999;
      box-shadow: 0 -4px 16px rgba(13, 57, 94, 0.2);
    }

    .sticky-cta a {
      color: #fff;
      font-weight: 700;
      text-decoration: none;
      padding: 8px 16px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.15);
      transition: background 0.2s ease;
    }

    .sticky-cta a:hover {
      background: rgba(255, 255, 255, 0.25);
    }

    @media (max-width: 991px) {
      .blog-detail-hero {
        padding: 62px 0 50px;
      }

      .blog-detail-hero h1 {
        font-size: 1.85rem;
      }

      .blog-content-body {
        padding: 24px;
      }

      .blog-content-body h1 {
        font-size: 1.5rem;
      }
    }

    @media (max-width: 767px) {
      .blog-detail-hero {
        padding: 54px 0 44px;
      }

      .blog-detail-hero h1 {
        font-size: 1.55rem;
      }

      .detail-breadcrumb-wrap {
        padding: 6px 12px;
      }

      .detail-breadcrumb .breadcrumb-item,
      .detail-breadcrumb .breadcrumb-item a {
        font-size: 0.84rem;
      }

      .blog-detail-layout {
        padding: 42px 0 50px;
      }

      .blog-content-body {
        padding: 18px;
      }

      .blog-content-body h1 {
        font-size: 1.35rem;
      }

      .blog-sidebar-card {
        padding: 18px;
      }
    }

