.blog-detail-page {
  background: #f7f9fc;
  color: #102033;
}

.bd-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.bd-main {
  background:
    radial-gradient(circle at top left, rgba(27, 116, 228, 0.08), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 38%, #f7f9fc 100%);
}

.bd-breadcrumb-wrap {
  padding-top: 22px;
}

.bd-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #69798d;
  font-size: 14px;
  line-height: 1.5;
}

.bd-breadcrumb a {
  color: #31526f;
  text-decoration: none;
}

.bd-breadcrumb a:hover {
  color: #0b72e7;
}

.bd-breadcrumb span[aria-hidden="true"] {
  color: #9aa8b8;
}

.bd-hero {
  padding: 40px 0 30px;
}

.bd-hero-panel {
  padding: 34px;
  border: 1px solid rgba(120, 148, 184, 0.2);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(15, 38, 71, 0.1);
  backdrop-filter: blur(16px);
}

.bd-category {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #075eb8;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.bd-title {
  max-width: 980px;
  margin: 18px 0 18px;
  color: #081827;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.bd-intro {
  max-width: 910px;
  margin: 0 0 22px;
  color: #526377;
  font-size: 18px;
  line-height: 1.8;
}

.bd-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.bd-byline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #526377;
  font-size: 15px;
}

.bd-author {
  color: #102033;
  font-weight: 800;
}

.bd-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b4c0cc;
}

.bd-share {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bd-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(117, 143, 169, 0.25);
  border-radius: 50%;
  background: #ffffff;
  color: #14385f;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 26px rgba(19, 50, 84, 0.09);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.bd-share-btn:hover {
  transform: translateY(-2px);
  color: #0b72e7;
  box-shadow: 0 14px 32px rgba(19, 50, 84, 0.14);
}

.bd-share-btn i {
  font-size: 18px;
  line-height: 1;
}

.bd-hero-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 520px;
  border-radius: 24px;
  background: #dbe6f0;
  box-shadow: 0 22px 54px rgba(13, 40, 70, 0.16);
}

.bd-hero-media img,
.bd-hero-media iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  display: block;
}

.bd-layout {
  display: grid;
  grid-template-columns: minmax(0, 70%) minmax(300px, 30%);
  gap: 34px;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 80px;
}

.bd-article,
.bd-comments,
.bd-bottom-card,
.bd-sidebar-card {
  border: 1px solid rgba(128, 150, 171, 0.16);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(18, 42, 72, 0.08);
}

.bd-article {
  padding: 42px;
}

.bd-content {
  color: #2d3c4e;
  font-size: 18px;
  line-height: 1.9;
}

.bd-content p {
  margin: 0 0 28px;
}

.bd-content h2,
.bd-content h3,
.bd-content h4 {
  color: #0d1f33;
  line-height: 1.22;
  letter-spacing: 0;
}

.bd-content h2 {
  margin: 38px 0 16px;
  font-size: 36px;
  font-weight: 900;
}

.bd-content h3,
.bd-content h4 {
  margin: 30px 0 12px;
  font-size: 28px;
  font-weight: 850;
}

.bd-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.bd-content table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.bd-content table th,
.bd-content table td {
  padding: 14px 16px;
  border: 1px solid #dce5ef;
}

.bd-content ul,
.bd-content ol {
  margin: 0 0 28px;
  padding-left: 0;
  list-style: none;
}

.bd-content li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.bd-content li::before {
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0077ff, #00b8d9);
  content: "";
}

.bd-table-scroll {
  overflow-x: auto;
  margin-bottom: 28px;
}

.bd-quote {
  position: relative;
  margin: 36px 0 0;
  padding: 30px 32px;
  border-left: 5px solid #0b72e7;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff7ff, #ffffff);
  color: #12263c;
  font-size: 23px;
  line-height: 1.65;
  font-weight: 750;
  box-shadow: inset 0 0 0 1px rgba(11, 114, 231, 0.08);
}

.bd-sidebar {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.bd-sidebar-card {
  overflow: hidden;
}

.bd-card-related {
  order: 1;
}

.bd-card-enquiry {
  order: 2;
}

.bd-card-trust {
  order: 3;
}

.bd-card-inner {
  padding: 24px;
}

.bd-card-title {
  margin: 0 0 18px;
  color: #0b1b2d;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.bd-related-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bd-related-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.bd-related-thumb {
  overflow: hidden;
  height: 78px;
  border-radius: 14px;
  background: #e7eef7;
}

.bd-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.bd-related-item:hover img,
.bd-similar-card:hover img,
.bd-nav-card:hover img {
  transform: scale(1.06);
}

.bd-related-title {
  display: block;
  margin: 0 0 7px;
  color: #102033;
  font-size: 15px;
  line-height: 1.38;
  font-weight: 850;
}

.bd-related-date,
.bd-card-date {
  display: block;
  color: #6f7f91;
  font-size: 13px;
  line-height: 1.45;
}

.bd-read-more {
  display: inline-flex;
  align-items: center;
  margin-top: 7px;
  color: #0b72e7;
  font-size: 13px;
  font-weight: 850;
}

.bd-enquiry-head {
  padding: 22px 24px;
  background: linear-gradient(135deg, #006be6, #00a6d6);
  color: #ffffff;
}

.bd-enquiry-head h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.bd-enquiry-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.55;
}

.bd-form {
  display: grid;
  gap: 14px;
}

.bd-field {
  display: grid;
  gap: 7px;
}

.bd-field label {
  color: #21364d;
  font-size: 13px;
  font-weight: 850;
}

.bd-input,
.bd-textarea {
  width: 100%;
  border: 1px solid #d8e2ee;
  border-radius: 14px;
  background: #fbfdff;
  color: #102033;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bd-input {
  min-height: 48px;
  padding: 0 15px;
}

.bd-textarea {
  min-height: 104px;
  padding: 13px 15px;
  resize: vertical;
}

.bd-input:focus,
.bd-textarea:focus {
  border-color: #0b72e7;
  box-shadow: 0 0 0 4px rgba(11, 114, 231, 0.12);
}

.bd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #006be6, #00a6d6);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 106, 214, 0.22);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bd-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 106, 214, 0.28);
}

.bd-form-status {
  min-height: 18px;
  margin: -2px 0 0;
  color: #526377;
  font-size: 13px;
}

.bd-enquiry-success {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 15px;
  border: 1px solid #a7f3d0;
  border-radius: 14px;
  background: #ecfdf5;
  color: #047857;
  font-size: 14px;
  line-height: 1.55;
  animation: bdSuccessFade 0.28s ease both;
}

.bd-enquiry-success[hidden] {
  display: none;
}

.bd-enquiry-success strong,
.bd-enquiry-success span span {
  display: block;
}

.bd-enquiry-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #10b981;
  color: #ffffff;
  font-weight: 900;
  flex: 0 0 auto;
}

.bd-enquiry-submit {
  position: relative;
}

.bd-enquiry-submit:disabled {
  cursor: not-allowed;
  opacity: 0.82;
  transform: none;
}

.bd-btn-spinner {
  display: none;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: bdSpin 0.75s linear infinite;
}

.bd-enquiry-submit.is-loading .bd-btn-spinner {
  display: inline-block;
}

.bd-trust-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bd-trust-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #263a51;
  font-size: 15px;
  font-weight: 750;
}

.bd-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e7f8ef;
  color: #08783f;
  font-weight: 900;
  flex: 0 0 auto;
}

.bd-comments {
  margin-top: 28px;
  padding: 34px;
}

.bd-comment-list {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}

.bd-comment {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7edf4;
}

.bd-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #006be6, #00a6d6);
  color: #ffffff;
  font-weight: 900;
}

.bd-comment-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 6px;
}

.bd-comment-name {
  color: #102033;
  font-weight: 850;
}

.bd-comment-date {
  color: #718094;
  font-size: 13px;
}

.bd-comment-body {
  margin: 0;
  color: #3e4f62;
  font-size: 15px;
  line-height: 1.75;
}

.bd-alert {
  margin-bottom: 18px;
  padding: 12px 15px;
  border-radius: 12px;
  font-size: 14px;
}

.bd-alert-success {
  border: 1px solid #b6ecd0;
  background: #effdf6;
  color: #08783f;
}

.bd-alert-error {
  border: 1px solid #fecaca;
  background: #fff5f5;
  color: #b91c1c;
}

.bd-bottom {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}

.bd-similar-section {
  max-width: 1400px;
  padding-bottom: 80px;
  font-family: "Poppins", Arial, sans-serif;
}

.bd-similar-shell {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bd-similar-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.bd-similar-heading .bd-card-title {
  margin: 0;
  color: #071a33;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.bd-similar-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0b72e7;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.bd-similar-subtitle {
  margin: 10px 0 0;
  color: #5e6f84;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.bd-similar-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  flex: 0 0 auto;
  padding: 0 22px;
  border: 1px solid rgba(11, 114, 231, 0.2);
  border-radius: 999px;
  background: #ffffff;
  color: #0b72e7;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(18, 42, 72, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.bd-similar-view-all span {
  transition: transform 0.28s ease;
}

.bd-similar-view-all:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 114, 231, 0.48);
  color: #004ba8;
  box-shadow: 0 22px 44px rgba(18, 42, 72, 0.12);
}

.bd-similar-view-all:hover span {
  transform: translateX(4px);
}

.bd-prev-next {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: stretch;
  gap: 30px;
}

.bd-nav-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  height: 176px;
  min-height: 176px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.bd-nav-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 114, 231, 0.22);
  box-shadow: 0 24px 54px rgba(18, 42, 72, 0.12);
}

.bd-nav-card-image {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 16px;
  background: #e7eef7;
  flex: 0 0 auto;
}

.bd-nav-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.bd-nav-info {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.bd-nav-label {
  display: block;
  margin: 0 0 7px;
  color: #0b72e7;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.bd-nav-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #102033;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.5;
  min-height: 3em;
  max-width: 100%;
}

.bd-nav-date {
  display: block;
  margin-top: 10px;
  color: #748396;
  font-size: 14px;
  line-height: 1.4;
}

.bd-nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: 12px;
  border-radius: 50%;
  background: #edf6ff;
  color: #0b72e7;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.bd-nav-card:hover .bd-nav-arrow {
  transform: translateX(3px);
  background: #0b72e7;
  color: #ffffff;
}

.bd-similar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: 1fr;
  gap: 24px;
  width: 100%;
  align-items: stretch;
  margin: 0;
}

.bd-similar-card {
  display: flex;
  width: 100%;
  height: 520px;
  min-height: 520px;
  max-height: 520px;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(128, 150, 171, 0.14);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(18, 42, 72, 0.1);
  animation: bdFade 0.55s ease both;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.bd-similar-card:nth-child(2) {
  animation-delay: 0.05s;
}

.bd-similar-card:nth-child(3) {
  animation-delay: 0.1s;
}

.bd-similar-card:nth-child(4) {
  animation-delay: 0.15s;
}

.bd-similar-card:hover {
  transform: translateY(-8px);
  border-color: rgba(11, 114, 231, 0.46);
  box-shadow: 0 26px 58px rgba(18, 42, 72, 0.17);
}

.bd-similar-link {
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.bd-similar-image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  aspect-ratio: 16 / 9;
  background: #e7eef7;
  flex: 0 0 200px;
  margin: 0;
  border-radius: 18px 18px 0 0;
}

.bd-similar-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}

.bd-similar-body {
  display: flex;
  min-width: 0;
  height: 100%;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  padding: 14px;
}

.bd-similar-copy {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.bd-similar-category {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 6px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #006be6, #00a6d6);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0, 106, 214, 0.25);
}

.bd-similar-title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 62px;
  margin: 0 0 8px;
  color: #102033;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bd-similar-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 20px;
  margin-bottom: 8px;
  color: #748396;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.bd-similar-meta::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1.6px solid #8ba0b8;
  border-radius: 4px;
  background:
    linear-gradient(#8ba0b8, #8ba0b8) 3px 4px / 8px 1.6px no-repeat,
    linear-gradient(#8ba0b8, #8ba0b8) 4px -1px / 1.6px 5px no-repeat,
    linear-gradient(#8ba0b8, #8ba0b8) 9px -1px / 1.6px 5px no-repeat;
}

.bd-similar-meta .bd-dot {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1.6px solid #8ba0b8;
  border-radius: 50%;
  background: transparent;
}

.bd-similar-meta .bd-dot::before,
.bd-similar-meta .bd-dot::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 1.5px;
  height: 4px;
  border-radius: 999px;
  background: #8ba0b8;
  transform-origin: bottom center;
}

.bd-similar-meta .bd-dot::after {
  top: 6px;
  height: 3px;
  transform: rotate(90deg);
}

.bd-similar-author {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  margin-bottom: 8px;
  color: #526377;
  font-size: 13px;
  line-height: 1.2;
}

.bd-similar-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 16px rgba(18, 42, 72, 0.14);
}

.bd-similar-author span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.bd-similar-author strong {
  display: block;
  overflow: hidden;
  color: #102033;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bd-similar-author small {
  color: #748396;
  font-size: 11px;
  font-weight: 700;
}

.bd-similar-excerpt {
  display: -webkit-box;
  overflow: hidden;
  min-height: 61px;
  margin: 0 0 12px;
  color: #526377;
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bd-similar-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  min-height: 48px;
  margin-top: auto;
  padding: 0 24px;
  border-radius: 50px;
  background: linear-gradient(135deg, #006be6, #00a6d6);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 106, 214, 0.2);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.bd-similar-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.32) 0, rgba(255, 255, 255, 0) 62%);
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.bd-similar-button span {
  position: relative;
  transition: transform 0.28s ease;
}

.bd-similar-card:hover .bd-similar-button {
  background: linear-gradient(135deg, #004ba8, #006be6);
  box-shadow: 0 16px 30px rgba(0, 106, 214, 0.28);
}

.bd-similar-card:hover .bd-similar-button::before {
  opacity: 1;
  transform: scale(1.8);
}

.bd-similar-card:hover .bd-similar-button span {
  transform: translateX(6px);
}


.bd-fade {
  animation: bdFade 0.45s ease both;
}

@keyframes bdFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bdSuccessFade {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bdSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  .bd-title {
    font-size: 40px;
  }

  .bd-hero-media {
    height: 320px;
  }

  .bd-layout {
    grid-template-columns: 1fr;
  }

  .bd-sidebar {
    position: static;
  }

  .bd-similar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bd-similar-heading .bd-card-title {
    font-size: 34px;
  }

  .bd-similar-title {
    min-height: 63px;
    font-size: 24px;
  }

  .bd-card-enquiry {
    order: 1;
  }

  .bd-card-related {
    order: 2;
  }

  .bd-card-trust {
    order: 3;
  }
}

@media (max-width: 768px) {
  .bd-container {
    padding: 0 16px;
  }

  .bd-hero {
    padding: 28px 0 22px;
  }

  .bd-hero-panel {
    padding: 18px;
    border-radius: 24px;
  }

  .bd-title {
    font-size: 32px;
  }

  .bd-intro,
  .bd-content {
    font-size: 16px;
    line-height: 1.82;
  }

  .bd-meta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .bd-share {
    width: 100%;
  }

  .bd-share-btn {
    width: 40px;
    height: 40px;
  }

  .bd-hero-media {
    height: 220px;
    border-radius: 20px;
  }

  .bd-layout {
    gap: 24px;
    padding-top: 26px;
    padding-bottom: 56px;
  }

  .bd-article,
  .bd-comments {
    padding: 22px 18px;
  }

  .bd-content h2 {
    font-size: 28px;
  }

  .bd-content h3,
  .bd-content h4 {
    font-size: 23px;
  }

  .bd-quote {
    padding: 22px;
    font-size: 18px;
  }

  .bd-prev-next,
  .bd-similar-grid {
    grid-template-columns: 1fr;
  }

  .bd-similar-grid {
    gap: 20px;
  }

  .bd-similar-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 24px;
  }

  .bd-similar-heading .bd-card-title {
    font-size: 30px;
  }

  .bd-similar-subtitle {
    font-size: 16px;
  }

  .bd-similar-view-all {
    width: 100%;
  }

  .bd-similar-card {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-bottom: 20px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(18, 42, 72, 0.11);
  }

  .bd-similar-image {
    height: 180px;
    flex-basis: 180px;
    border-radius: 18px 18px 0 0;
  }

  .bd-similar-image img {
    border-radius: 18px 18px 0 0;
  }

  .bd-similar-body {
    padding: 18px;
  }

  .bd-similar-category {
    margin-bottom: 10px;
  }

  .bd-similar-meta {
    margin-bottom: 10px;
  }

  .bd-similar-title {
    min-height: 58px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
  }

  .bd-similar-author {
    margin-bottom: 10px;
  }

  .bd-similar-excerpt {
    min-height: 41px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
  }

  .bd-similar-button {
    height: 46px;
    min-height: 46px;
    border-radius: 40px;
    margin-top: auto;
  }

  .bd-related-item {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .bd-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .blog-detail-page .bd-similar-section .bd-similar-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-detail-page .bd-similar-section .blog-card {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(18, 42, 72, 0.11);
  }

  .blog-detail-page .bd-similar-section .blog-card .bd-similar-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .blog-detail-page .bd-similar-section .bd-similar-image {
    width: 100%;
    height: 200px;
    flex: 0 0 200px;
    border-radius: 18px 18px 0 0;
  }

  .blog-detail-page .bd-similar-section .bd-similar-image img {
    border-radius: 18px 18px 0 0;
  }

  .blog-detail-page .bd-similar-section .blog-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px;
  }

  .blog-detail-page .bd-similar-section .blog-title {
    display: -webkit-box;
    min-height: 62px;
    margin: 0 0 10px;
    overflow: hidden;
    color: #102033;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 900;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .blog-detail-page .bd-similar-section .blog-description {
    display: -webkit-box;
    min-height: 41px;
    margin: 0 0 16px;
    overflow: hidden;
    color: #526377;
    font-size: 14px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .blog-detail-page .bd-similar-section .bd-similar-author img {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
  }

  .blog-detail-page .bd-similar-section .read-btn {
    width: 100%;
    height: 48px;
    min-height: 48px;
    margin-top: auto;
    border-radius: 40px;
  }
}
