/******* News *******/
/* Hero section */

.navbar-toggler {
  border-color: var(--black-color);
  --bs-navbar-toggler-icon-bg: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3e%3cpath stroke="%23000000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22" /%3e%3c/svg%3e');
}

.industry-news-single-page {
  .zy-hero .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .zy-hero .row {
    justify-content: center;
  }

  .zy-hero .two-tone {
    background: linear-gradient(to bottom, var(--light-grey) 50%, var(--white-color) 50%);
  }

  .zy-hero .col-12.col-md-8 {
    max-width: 980px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .zy-hero .full-width-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }

  .zy-hero .container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: visible;
  }

  .zy-hero .col-12 {
    position: relative;
    z-index: 2;
  }

  section.post-content {
    position: relative;
    z-index: 0;
  }

  .zy-hero .display-4 {
    text-align: left;
    margin-bottom: 20px;
  }

  .zy-hero .d-flex {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .zy-hero .post-date,
  .zy-hero .post-category {
    font-size: 22px;
    color: var(--text-grey);
    margin-bottom: 0;
    margin-top: 20px;
	margin-right: 90px;
  }

  .zy-hero .post-date {
    margin-right: 96px;
  }

  .zy-hero .full-width-img {
    width: 85%;
  }

  .zy-hero {
    background-color: var(--light-grey);
    overflow: hidden;
  }

  .zy-hero .hero-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
    border-radius: 10px;
    object-fit: cover;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .zy-hero h1 {
    font-family: "GeneralSans";
    color: var(--text-grey);
    font-size: 9vw;
    line-height: 1em;
  }

  .zy-hero p {
    font-family: "HaasGrotLight";
    color: var(--zy-green-accent);
    font-size: 4.5vw;
    letter-spacing: var(--letter-spacing-lg);
  }

  .zy-hero .hero-btn {
    background: var(--zy-green-accent);
    border-radius: 5px;
    padding: 7px 15px;
    color: var(--text-primary);
    font-family: "HaasGrotBold";
    font-size: 16px;
    letter-spacing: var(--letter-spacing);
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
    z-index: 1;
    box-sizing: border-box;
  }

  .zy-hero .hero-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    z-index: -1;
  }

  .zy-hero .hero-btn:hover::before {
    transform: translateX(0);
  }

  .zy-hero .hero-btn:hover {
    background: var(--zy-green-dark);
    color: var(--text-primary);
  }

  .sp-1 {
    margin-top: 200px;
    margin-bottom: 150px;
  }

  @media (min-width: 768px) {
    .zy-hero h1 {
      font-size: 50px;
    }

    .post-content {
      max-width: 950px;
      margin-left: auto;
      margin-right: auto;
    }

    .zy-hero h1 {
      font-size: 18px;
    }

    .zy-hero .hero-btn {
      font-size: 16px;
      align-self: flex-start;
    }
  }

  @media (max-width: 768px) {
    .zy-hero h1 {
      font-size: 40px;
      margin-top: 10%;
    }

    .zy-hero .d-flex {
      justify-content: center !important;
    }


    .zy-hero .display-4 {
      text-align: center !important;
    }
	  
	  .zy-hero .post-date {
    margin-right: 40px;
  }

    .sp-1 {
      margin-top: 50px;
      margin-bottom: 30px;
    }
  }

  @media (min-width: 1200px) {
    .zy-hero .hero-img {
      width: 100%;
      max-height: 450px;
      margin-top: 10%;
      margin-bottom: 10%;
    }

    .zy-hero h1 {
      font-size: 74px;
    }

    .zy-hero p {
      font-size: 22px;
    }
  }

  .post-content {
    font-family: "HaasGrotLight";
    letter-spacing: var(--letter-spacing);
    color: var(--text-grey) !important;
    font-size: 20px;

    h2 {
      font-family: "GeneralSans";
      color: var(--zy-green-accent);
      font-size: 45px;
      padding: 15px 0px 20px 0px;
    }

    a {
      color: var(--zy-green-accent) !Important;
	word-wrap: break-word;
    }

    a:hover {
      color: var(--zy-green-dark) !Important;
    }

    td,
    th {
      border: 1px solid #ddd;
      padding: 8px;
    }

    tr:nth-child(even) {
      background-color: #f2f2f2;
    }

    tr:hover {
      background-color: #ddd;
    }

    th {
      padding-top: 12px;
      padding-bottom: 12px;
      text-align: left;
      background-color: var(--zy-green-accent);
      color: white;
    }
  }

  .post-navigation {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1rem 0;
    background-color: var(--light-grey);
    align-items: center;
  }

  .post-navigation .nav-link {
    font-size: 1rem;
    color: var(--zy-green-accent) !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
  }

  .post-navigation a {
    color: var(--zy-green-accent) !important;
    transition: all 0.5s ease;
  }

  .post-navigation a:hover {
    color: var(--text-primary) !important;
  }

  .post-navigation .nav-link:hover {
    color: var(--text-primary) !important;
  }

  .all-posts {
    font-weight: bold;
    color: var(--zy-green-accent);
  }

  .all-posts:hover {
    color: var(--zy-green-dark);
  }

  .related-posts h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
  }

  .related-posts .related-post-item {
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .related-posts .related-post-item:hover {
    transform: translateY(-5px);
  }

  .related-posts .related-post-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .related-posts .post-meta {
    margin-top: 15px;
    text-align: left;
  }

  .related-posts .post-meta .post-date {
    font-family: 'HaasGrotMedium';
    font-size: 18px;
    color: var(--text-grey);
  }

  .related-posts .post-title {
    font-family: 'HaasGrotBold';
    font-size: 30px;
    color: var(--text-grey);
    margin-top: 10px;
    text-align: left;

    a {
      color: var(--text-grey) !important;
      text-decoration: none;
    }

    .related-posts .post-title a:hover {
      color: var(--zy-green-accent);
      text-decoration: underline;
    }

    @media (max-width: 767px) {
      .related-posts .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }

    .sp-title {
      margin-bottom: 74.5;
    }
  }