.blog-post {
  width: 100%;
  padding: 60px 0;
  padding-bottom: 0;
  position: relative;
  color: #000;
}

.blog-post .left-section {
  max-width: calc(70% - 20px);
  width: 100%;
}

.blog-post .right-section {
  max-width: calc(30% - 20px);
  width: 100%;
  margin-top1: 100px;
}

.blog-post .mobile-right-section {
  display: none;
}

.blog-post figure{
  aspect-ratio:16/9;background-color:#f9f9f9;
}
.blog-post figure.top-image img{
  max-height: 100%;
  width: auto;
  margin: auto;
  width: 900px;
  height: 500px;
  object-fit: contain;
}

.blog-post .right-section > ul {
  background-color: #3d3d3d;
  padding: 30px;
  border-radius: 10px;
}

.blog-post .right-section > ul > li {
  position: relative;
}

.blog-post .right-section > ul > li > a {
  display: block;
}

.blog-post .right-section > ul > li > a > span {
  color: #fff;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}

.blog-post .right-section > ul > li > ul > li {
  border-bottom: 1px solid #fff;
}

.blog-post .right-section > ul > li > ul > li:first-child {
  border-top: 1px solid #fff;
}

.blog-post .right-section > ul > li > ul > li:last-child {
  border-bottom: 0;
}

.blog-post .right-section > ul > li > ul {
  padding-top: 20px;
}

.blog-post .right-section > ul > li > ul > li > a {
  display: block;
}

.blog-post .right-section > ul > li > ul > li > a > span {
  display: block;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}

.blog-post .row {
  gap: 20px;
  justify-content: space-between;
}

.blog-post h2 {
  font-size: 36px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #191818;
}

.blog-post .left-section * {
  margin-bottom: 1.3em;
}

.blog-post .left-section p {
  font-size: 18px;
  font-weight: 400;
}

.blog-post h4 {
  font-family: "Outfit", sans-serif;
  font-size: 29px;
  font-weight: 400;
}

.blog-post strong {
  font-size: 18px;
  font-weight: 600;
  display1: block;
  line-height: 100%;
}

.comparison-table td.factor-cell {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #3d3d3d;
}

.comparison-table th {
  color: #3d3d3d;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}

.comparison-table td {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 400;
}

.blog-post .left-section .faq-item strong {
  margin-bottom: 15px;
}

.blog-content {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.table-container {
  margin: 30px 0;
  overflow-x: auto;
  background: white;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: white;
}

.comparison-table th {
  background: white;
  text-align: left;
  padding: 15px;
  border: 1px solid #333;
}

.comparison-table th:nth-child(2) {
  width: 350px;
}

.comparison-table td {
  padding: 15px;
  border: 1px solid #333;
  vertical-align: top;
  background: white;
}

.factor-cell {
  font-weight: 600;
}

.blog-post .view-all-btn {
  display: none;
}

.blog-post-page .make-appointment-form {
  padding: 0;
  padding-bottom: 60px;
}

.blog-post-page .excellence-section {
  display: none;
}

.blog-post-page .make-appointment-form .sec-title {
  text-align: left;
}

.blog-post-page .appointment-form {
  max-width: 100%;
}

@media (max-width: 768px) {
  .blog-post figure.top-image img{
    width: 400px;
    height: 225px;
  }
  .blog-content {
    padding: 20px;
  }

  .comparison-table {
    font-size: 13px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 15px 12px;
  }

  .blog-post {
    padding: 30px 0;
    padding-bottom: 0;
  }

  .blog-post .row > div {
    max-width: 100%;
  }

  .blog-post h2 {
    font-size: 29px;
  }

  .blog-post .left-section p {
    font-size: 14px;
  }

  .blog-post h4 {
    font-size: 18px;
  }

  .blog-post strong {
    font-size: 14px;
  }
  

  .blog-post .left-section * {
    margin-bottom:1.3em;
  }

  .blog-post .right-section {
    display: none;
  }

  .blog-post-page .make-appointment-form .sec-title {
    text-align: center;
    margin-top: 30px;
  }

  .blog-post-page .make-appointment-form {
    padding-bottom: 30px;
  }

  .blog-post .view-all-btn {
    display: block;
    text-align: center;
    max-width: max-content;
    margin: 20px auto;
    background-color: #3d3d3d;
    color: #fff;
    padding: 4px 46px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    border-radius: 3px;
  }

  .comparison-table th:nth-child(2) {
    width: auto;
  }

  .blog-post .mobile-right-section {
    display: block;
    max-width: 100%;
    margin-top: 0;
  }

  .blog-post .right-section > ul {
    padding: 0px;
    border-radius: 3px;
  }

  .blog-post .right-section > ul > li {
    padding: 10px;
  }

  .blog-post .right-section > ul > li > a {
    cursor: pointer;
    margin: 0;
  }

  .blog-post .right-section > ul > li > a > span {
    font-size: 14px;
    margin: 0;
  }

  .blog-post .right-section > ul > li > ul > li {
    margin: 0;
  }

  .blog-post .right-section > ul > li > ul > li > a {
    margin: 0;
  }

  .blog-post .right-section > ul > li > ul > li > a > span {
    margin: 0;
    font-size: 14px;
  }

  .blog-post .right-section > ul > li {
    margin: 0;
  }

  .blog-post .right-section > ul > li > ul {
    display: none;
  }

  .comparison-table th {
    font-size: 12px;
    line-height: 1.2;
  }

  .comparison-table td.factor-cell {
    font-size: 12px;
    line-height: 1.2;
  }

  .comparison-table td {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .comparison-table {
    font-size: 12px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 12px 8px;
  }
}
