/* ── Blog Hero Section ──────────────────────────────────────────────────── */

#et-main-area .blog-hero {
  background-color: #033463;
  padding: 4% 0;
}

.blog-hero-inner {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 2% 0;
}

.blog-hero h1 {
  font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 64px;
  color: #0da8e1;
  line-height: 1.1em;
  padding-left: 16px;
  margin: 0 0 0.3em;
}

.blog-breadcrumb {
  font-family: 'Rajdhani', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #0da8e1;
  padding-left: 16px;
  margin: 0;
}

.blog-breadcrumb a {
  color: #bae2ef;
  text-decoration: none;
}

.blog-breadcrumb a:hover {
  text-decoration: underline;
}

/* ── Blog Body Section ──────────────────────────────────────────────────── */

.blog-body {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-body-inner {
  display: flex;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 2% 0;
  align-items: flex-start;
  gap: 0;
}

/* ── Post Content ───────────────────────────────────────────────────────── */

.blog-content {
  flex: 0 0 58.8%;
  margin-right: 3%;
  color: #333333;
  font-family: 'Rajdhani', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  min-width: 0;
}

.blog-content p {
  line-height: 1.6em;
}

.blog-content a {
  color: #0da8e1;
}

.blog-content h1 {
  font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
  font-size: 45px;
  color: #20396e;
}

.blog-content h2 {
  font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
  font-size: 36px;
  color: #20396e;
}

.blog-content h3 {
  font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
  font-size: 30px;
  color: #1b76bc;
}

.blog-content h4 {
  font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
  font-size: 22px;
  color: #0da8e1;
}

.blog-content h5 {
  font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
  font-size: 22px;
  color: #20396e;
}

.blog-content h6 {
  font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  color: #0da8e1;
}

.blog-content img {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
}

/* ── Blog Sidebar ───────────────────────────────────────────────────────── */

.blog-sidebar {
  flex: 0 0 38.2%;
  min-width: 0;
}

.sidebar-form {
  background-blend-mode: multiply;
  background-image: url(/wp-content/uploads/2021/07/cnc-hero-img.jpg);
  background-color: rgba(32, 57, 110, 0.89);
  background-size: cover;
  padding: 20px;
}

.sidebar-form h2 {
  font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.2em;
  margin-top: 0;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */

@media only screen and (max-width: 980px) {
  .blog-hero h1 {
    font-size: 44px;
  }

  .blog-breadcrumb,
  .blog-content {
    font-size: 18px;
  }

  .blog-body-inner {
    flex-direction: column;
  }

  .blog-content {
    flex: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .blog-sidebar {
    flex: none;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-hero h1 {
    font-size: 32px;
  }
}
