.blog-detail-page {
  --blog-detail-blue: #0a4778;
  --blog-detail-cyan: #08abc9;
  --blog-detail-muted: #73777f;
  --blog-detail-soft: #f4f4f4;
  color: #050505;
}

.blog-detail-page .btn-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #050505;
  display: inline-flex;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.blog-detail-page .site-header {
  padding-top: 18px;
}

.blog-detail-page .nav-shell {
  min-height: 66px;
}

.blog-detail-page .navbar-brand img,
.blog-detail-page .footer-logo {
  height: 50px;
  width: 178px;
}

.blog-detail-hero {
  background-color: #fff;
  background-image:
    radial-gradient(ellipse 92% 78% at 0 0, rgba(222, 245, 249, .92) 0%, rgba(239, 250, 252, .64) 42%, rgba(255, 255, 255, 0) 76%),
    linear-gradient(rgba(8, 171, 201, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 171, 201, .055) 1px, transparent 1px);
  background-size: auto, 76.8px 76.8px, 76.8px 76.8px;
  padding: 166px 0 0;
}

.blog-detail-hero h1 {
  color: var(--blog-detail-blue);
  font-size: clamp(45px, 4.55vw, 68px);
  font-weight: 700;
  line-height: 1.16;
  margin: 18px 0 46px;
  max-width: 1040px;
  text-shadow: 0 3px 0 rgba(10, 71, 120, .25);
}

.article-hero-image {
  background-image:
    linear-gradient(90deg, rgba(5, 17, 26, .18), rgba(5, 17, 26, .06)),
    var(--article-hero-image, url("../images/about2.png"));
  background-position: center;
  background-size: cover;
  border-radius: 29px;
  height: 556px;
  width: 100%;
}

.article-section {
  padding: 24px 0 136px;
}

.article-body {
  color: #050505;
}

.post-meta {
  align-items: center;
  color: var(--blog-detail-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  gap: 16px;
  margin-bottom: 31px;
}

.post-meta time,
.post-meta a,
.post-meta .post-author {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.post-meta i {
  color: var(--blog-detail-muted);
  font-size: 18px;
}

.post-meta > span {
  background: rgba(0, 0, 0, .1);
  height: 20px;
  width: 1px;
}

.article-body p {
  color: var(--blog-detail-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 27px;
}

.article-body h2 {
  color: #050505;
  font-size: clamp(25px, 2vw, 31px);
  font-weight: 600;
  line-height: 1.35;
  margin: 52px 0 22px;
}

.feature-list {
  margin: 37px 0 52px;
}

.feature-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list li {
  align-items: flex-start;
  color: #050505;
  display: flex;
  font-size: 15px;
  gap: 12px;
  line-height: 1.55;
  margin-bottom: 17px;
}

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

.feature-list i {
  color: var(--blog-detail-cyan);
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1.4;
}

.article-image-row {
  margin: 0 0 54px;
}

.article-inline-image {
  background-position: center;
  background-size: cover;
  border-radius: 26px;
  height: 371px;
  width: 100%;
}

.inline-image-one {
  background-image:
    linear-gradient(90deg, rgba(8, 171, 201, .1), rgba(5, 17, 26, .12)),
    url("../images/about1.png");
}

.inline-image-two {
  background-image:
    linear-gradient(90deg, rgba(5, 17, 26, .08), rgba(8, 171, 201, .18)),
    url("../images/hero-photo.jpg");
}

.insight-quote {
  align-items: flex-start;
  background: #eef7fc;
  border-left: 5px solid var(--blog-detail-blue);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: 72px 1fr;
  margin: 60px 0 36px;
  padding: 33px 34px 34px 29px;
}

.insight-quote span {
  color: var(--blog-detail-blue);
  font-family: Georgia, serif;
  font-size: 96px;
  font-weight: 700;
  line-height: .72;
}

.insight-quote p {
  color: #050505;
  font-size: clamp(19px, 1.65vw, 27px);
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
}

.article-pager {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 62px;
}

.article-pager a {
  align-items: center;
  border: 2px solid var(--blog-detail-blue);
  border-radius: 50%;
  color: var(--blog-detail-blue);
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  height: 124px;
  justify-content: center;
  text-align: center;
  width: 124px;
}

.article-pager span {
  border-bottom: 3px solid var(--blog-detail-blue);
  display: inline-block;
  padding: 0 10px 8px;
}

.blog-detail-page .site-footer {
  background: var(--blog-detail-soft);
  padding-bottom: 30px;
}

.blog-detail-page .footer-cta {
  border-radius: 54px;
  max-width: 820px;
  padding: 25px 48px;
  transform: translateY(-50px);
}

.blog-detail-page .footer-cta h2 {
  font-size: 24px;
  font-weight: 700;
}

.blog-detail-page .footer-main {
  padding-bottom: 40px;
}

.blog-detail-page .footer-main h3 {
  font-size: 14px;
}

.blog-detail-page .footer-main p,
.blog-detail-page .footer-main a {
  font-size: 12px;
}

.blog-detail-page .footer-main p {
  max-width: 310px;
}

@media (max-width: 1199.98px) {
  .article-hero-image {
    height: 460px;
  }

  .article-inline-image {
    height: 315px;
  }

  .insight-quote {
    grid-template-columns: 60px 1fr;
  }

  .insight-quote span {
    font-size: 82px;
  }
}

@media (max-width: 991.98px) {
  .blog-detail-hero {
    padding-top: 130px;
  }

  .blog-detail-hero h1 {
    margin-bottom: 36px;
  }

  .article-hero-image {
    border-radius: 24px;
    height: 390px;
  }

  .article-section {
    padding-bottom: 108px;
  }

  .feature-list {
    margin-bottom: 42px;
  }

  .article-inline-image {
    height: 330px;
  }

  .blog-detail-page .footer-cta {
    transform: translateY(-36px);
  }
}

@media (max-width: 767.98px) {
  .blog-detail-hero {
    padding: 112px 0 0;
  }

  .blog-detail-hero h1 {
    font-size: 38px;
    margin-bottom: 30px;
    text-shadow: 0 2px 0 rgba(10, 71, 120, .2);
  }

  .article-hero-image {
    border-radius: 20px;
    height: 285px;
  }

  .article-section {
    padding: 22px 0 86px;
  }

  .post-meta {
    gap: 11px;
    margin-bottom: 24px;
  }

  .post-meta > span {
    height: 16px;
  }

  .article-body p {
    font-size: 14px;
  }

  .article-body h2 {
    margin-top: 40px;
  }

  .feature-list {
    margin: 30px 0 38px;
  }

  .feature-list li {
    font-size: 14px;
  }

  .article-image-row {
    margin-bottom: 42px;
  }

  .article-inline-image {
    border-radius: 20px;
    height: 260px;
  }

  .insight-quote {
    border-left-width: 4px;
    display: block;
    margin: 44px 0 30px;
    padding: 25px 23px;
  }

  .insight-quote span {
    display: block;
    font-size: 70px;
    margin-bottom: 12px;
  }

  .insight-quote p {
    font-size: 18px;
  }

  .article-pager {
    gap: 18px;
    margin-top: 46px;
  }

  .article-pager a {
    font-size: 16px;
    height: 92px;
    width: 92px;
  }

  .blog-detail-page .footer-cta {
    border-radius: 24px;
    padding: 24px 22px;
  }
}

@media (max-width: 420px) {
  .blog-detail-hero h1 {
    font-size: 33px;
  }

  .article-hero-image,
  .article-inline-image {
    height: 230px;
  }

  .post-meta {
    font-size: 13px;
  }

  .insight-quote p {
    font-size: 16px;
  }
}
