
 
    .blogp-hero-section {
      background: linear-gradient(180deg, #d9f1e6 0%, #eef8f4 55%, #ffffff 100%);
      padding-top: 72px;
      padding-bottom: 60px;
    }

    .blogp-eyebrow-badge {
      display: inline-block;
      background-color: #16181d;
      color: #ffffff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.09em;
      padding: 8px 16px;
      border-radius: 999px;
      margin-bottom: 24px;
    }

    .blogp-hero-title {
      font-size: 46px;
      font-weight: 800;
      line-height: 1.2;
      color: #12151c;
      /* max-width: 1050px; */
    }

    .blogp-hero-title-accent {
      color: #0e7c66;
    }

    .blogp-hero-subtitle {
      word-spacing: 3px;
      font-size: 1.2rem;
      font-weight: 400;
      color: #666666;
      margin-top: 20px;
    }

    .blogp-hero-img-wrap {
      overflow: hidden;
      border-radius: 6px;
      height: 320px;
    }

    .blogp-hero-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }

    .blogp-hero-img-wrap:hover .blogp-hero-img {
      transform: scale(1.04);
    }

    .blogp-body-section {
      font-family: 'Inter', sans-serif;
      padding-top: 60px;
      padding-bottom: 0;
    }

    .blogp-section-label {
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .blogp-label-blue {
      color: #2D65C1;
    }

    .blogp-label-red {
      color: #BD0600;
    }

    .blogp-label-green {
      color: #1B582E;
    }

    .blogp-label-gray {
      color: #9CA3AF;
    }

    .blogp-section-text {
      word-spacing: 2px;
      font-size: 1rem;
      color: #111827;
      line-height: 1.75;
      /* max-width: 920px; */
      margin-bottom: 0;
    }

    .blogp-block-spacer {
      margin-top: 38px;
    }

    .blogp-solved-list {
      list-style: none;
      padding-left: 0;
      margin-top: 18px;
      margin-bottom: 0;
    }

    .blogp-solved-list li {
      margin-bottom: 16px;
      padding-left: 20px;
      position: relative;
      font-size: 15px;
      color: #111827;
      line-height: 1.7;
    }

    .blogp-solved-list li:last-child {
      margin-bottom: 0;
    }

    .blogp-solved-list li::before {
      content: "•";
      position: absolute;
      left: 2px;
      top: 0;
      color: #4a5060;
    }

    .blogp-solved-list strong {
      display: block;
      color: #111827;
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 3px
    }

    .blogp-gray-list {
      padding-left: 20px;
      margin-top: 16px;
      margin-bottom: 0;
    }

    .blogp-gray-list li {
      font-size: 1rem;
      color: #111827;
      line-height: 1.85;
    }

    .blogp-quote-box {
      border: 2px dashed #990026;
      border-radius: 10px;
      padding: 42px 46px;
      position: relative;
      margin-top: 46px;
    }

    .blogp-quote-bookmark {
      position: absolute;
      top: -20px;
      right: 46px;
      background-color: #990026;
      color: #ffffff;
      width: 38px;
      height: 44px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding-top: 8px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
      font-size: 15px;
    }

    .blogp-quote-text {
      font-style: italic;
      font-size: 1.4rem;
      font-weight: 400;
      color: #666666;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .blogp-quote-author {
      font-size: 1rem;
      font-weight: 700;
      color: #333333;
    }

    .blogp-confidential-banner {
      background-color: #ece8fc;
      text-align: center;
      padding: 10px 20px;
      margin-top: 50px;
    }

    .blogp-confidential-banner p {
      color: #30237B;
      font-size: 1rem;
      font-weight: 600;
      margin: 0;
    }

    .blogp-value-section {
      padding-top: 60px;
      padding-bottom: 44px;
      font-family: 'Inter', sans-serif;
    }

    .blogp-value-img-wrap {
      overflow: hidden;
      border-radius: 6px;
      height: 100%;
    }

    .blogp-value-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .blogp-value-text-col {
      padding-left: 12px;
    }

    .blogp-value-block+.blogp-value-block {
      margin-top: 36px;
    }

    .blogp-value-heading {
      font-size: 1.12rem;
      font-weight: 700;
      color: #333333;
      margin-bottom: 10px;
    }

    .blogp-value-text {
      font-size: 1rem;
      color: #333333;
      line-height: 1.75;
      margin-bottom: 0;
      max-width: 590px;
    }

    .blogp-industry-section {
      padding-top: 44px;
      padding-bottom: 68px;
      font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .blogp-industry-heading {
      font-size: 33px;
      font-weight: 800;
      color: #12151c;
      margin-bottom: 38px;
      letter-spacing: -0.01em;
    }

    .blogp-industry-heading-accent {
      color: #0e7c66;
    }

    .blogp-industry-card {
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .blogp-industry-card-img-wrap {
      overflow: hidden;
      border-radius: 6px;
      height: 190px;
      margin-bottom: 20px;
    }

    .blogp-industry-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }

    .blogp-industry-card-img-wrap:hover .blogp-industry-card-img {
      transform: scale(1.05);
    }

    .blogp-industry-tag {
      font-size: 12px;
      font-weight: 600;
      color: #333333;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 8px;
    }

    .blogp-industry-card-title {
      font-size: 1.3rem;
      font-weight: 700;
      color: #333333;
      line-height: 1.35;
      margin-bottom: 12px;
    }

    .blogp-industry-card-text {
      font-size: 1rem;
      color: #666666;
      line-height: 1.7;
      margin-bottom: 14px;
      flex-grow: 1;
    }

    .blogp-read-more {
      font-size: 1.12rem;
      font-weight: 600;
      color: #107569;
      text-decoration: underline;
      text-underline-offset: 3px;
      align-self: flex-start;
    }

    .blogp-read-more:hover {
      color: #0a5c4d;
    }

    .blogp-newsletter-section {
      /* background-color: #bce7d8; */
      padding-top: 70px;
      padding-bottom: 70px;
      text-align: center;
       background: url(../images/banners/Blog-cta-bg.svg) no-repeat center center;
        background-size: cover;
        overflow-x: hidden;
    }

    .blogp-newsletter-heading {
      font-size: 2.7rem;
      font-weight: 800;
      color: #1B582E;
      margin-bottom: 36px;
      word-spacing: 1px;
      /* max-width: 900px; */
      margin-left: auto;
      margin-right: auto;
      white-space: normal;
    }

    .blogp-newsletter-form-wrap {
      display: inline-flex;
      align-items: center;
      gap: 14px;
    }

    .blogp-newsletter-input {
      background-color: #14161b;
      color: #ffffff;
      border: none;
      border-radius: 8px;
      padding: 16px 22px;
      font-size: 14px;
      font-family: 'Inter', sans-serif;
      width: 300px;
    }

    .blogp-newsletter-input::placeholder {
      color: #9aa1ac;
    }

    .blogp-newsletter-input:focus {
      outline: none;
      box-shadow: none;
      background-color: #14161b;
      color: #ffffff;
    }

    .blogp-newsletter-btn {
      /* background-color: #f5821f; */
      color: #ffffff;
      border: none;
      border-radius: 10px;
      padding: 6px 6px 6px 26px;
      font-size: 1.1rem;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 16px;
      white-space: nowrap;
      transition: background-color 0.2s ease;
      border: 1px solid #107569;
      background: #f79a4a;
      /* border: 1.5px solid #f79a4a; */
      box-shadow: 0 10px 20px rgba(247, 155, 74, 0.26);
    }

    .blogp-newsletter-btn:hover {
      background-color: #e0730f;
      color: #ffffff;
    }

    .blogp-newsletter-btn-icon {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-color: #0c5c47;
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      flex: 0 0 auto;
    }

    @media (min-width: 576px) and (max-width: 991.98px) {
      .blogp-hero-title {
        font-size: 36px;
        max-width: 100%;
      }

      .blogp-hero-img-wrap {
        height: 240px;
      }

      .blogp-value-img-wrap {
        min-height: 260px;
        margin-bottom: 28px;
      }

      .blogp-value-text-col {
        padding-left: 0;
      }

      .blogp-industry-heading {
        font-size: 29px;
      }
    }


    @media (max-width: 575.98px) {
      .blogp-hero-section {
        padding-top: 48px;
        padding-bottom: 40px;
      }

      .blogp-hero-title {
        font-size: 28px;
        max-width: 100%;
      }

      .blogp-hero-subtitle {
        font-size: 15px;
      }

      .blogp-hero-img-wrap {
        height: 220px;
      }

      .blogp-body-section {
        padding-top: 44px;
      }

      /* .blogp-block-spacer { margin-top: 30px; } */
      .blogp-section-text {
        font-size: 14px;
      }

      .blogp-quote-box {
        padding: 30px 22px;
        margin-top: 36px;
      }

      .blogp-quote-text {
        font-size: 16px;
      }

      .blogp-quote-bookmark {
        right: 22px;
      }

      .blogp-value-section {
        padding-top: 44px;
      }

      .blogp-value-img-wrap {
        min-height: 220px;
        margin-bottom: 26px;
      }

      .blogp-value-text-col {
        padding-left: 0;
      }

      .blogp-value-text {
        max-width: 100%;
      }

      .blogp-industry-heading {
        font-size: 24px;
        margin-bottom: 28px;
      }

      .blogp-industry-card {
        margin-bottom: 8px;
        padding-top: 35px;
      }

      .blogp-industry-card-text {
        margin-bottom: 0px;
      }

      .blogp-newsletter-heading {
        font-size: 21px;
        padding: 0 8px;
        max-width: 100%;
      }

      .blogp-newsletter-form-wrap {
        align-items: stretch;
        width: 100%;
        gap: 12px;
      }

      .blogp-newsletter-input {
        width: 100%;
        box-sizing: border-box;
      }

      .blogp-newsletter-btn {
        justify-content: center;
        width: 100%;
        padding: 8px 8px 8px 26px;
        box-sizing: border-box;
      }
    }
