/* Blog & article experience */
.blog-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 95px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(5, 14, 26, .96), rgba(12, 28, 44, .86)),
    url("../image/3 BHK Semi-Furnished Villa.webp") center/cover;
}

/* .blog-hero .hero-inner {
  max-width: 850px
} */

.blog-hero h1 {
  font: 600 clamp(44px, 6vw, 50px)/1.02 "Playfair Display", serif;
  margin: 18px 0
}

.blog-hero p {
  max-width: 700px;
  color:rgb(215, 212, 212);
  font-size: 15px;
  margin: 0
}

.blog-breadcrumb {
  font-size: 12px;
  color: #b8c4cf;
  letter-spacing: .04em
}

.blog-breadcrumb a {
  color: #fff
}

.blog-index {
  padding: 90px 0 110px;
  background: #f7f9fb
}

.blog-index-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 35px
}

.blog-index-head h2 {
  margin: 20px 0 0
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 1040px;
  margin: 0 auto
}

.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4eaf0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(5, 14, 26, .07);
  transition: .35s ease
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(5, 14, 26, .14);
  border-color: rgba(12, 28, 44, .2)
}

.blog-card-media {
  position: relative;
  aspect-ratio: 2/1;
  overflow: hidden;
  background: #0c1c2c
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease, filter .5s ease
}

.blog-card:hover img {
  transform: scale(1.07);
  filter: brightness(.76)
}

.blog-card-tag {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 7px 11px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #0c1c2c
}

.blog-card-body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.blog-card-meta {
  font-size: 11px;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: .12em
}

.blog-card h3 {
  font: 600 25px/1.18 "Playfair Display", serif;
  margin: 12px 0 12px;
  color: #0a192f
}

.blog-card p {
  color: #64748b;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6
}

.blog-card-link {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
  border-top: 1px solid #e6edf3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase
}

.blog-card-link span:last-child {
  font-size: 20px;
  transition: transform .25s ease
}

.blog-card:hover .blog-card-link span:last-child {
  transform: translateX(5px)
}

.blog-note {
  margin-top: 30px;
  padding: 20px 22px;
  border-left: 3px solid #0c1c2c;
  background: #fff;
  border-radius: 0 12px 12px 0;
  color: #64748b;
  font-size: 13px
}

.article-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
  z-index: 9999
}

.article-hero {
  padding: 135px 0 75px;
  background: #0a192f;
  color: #fff;
  position: relative;
  overflow: hidden
}

.article-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -160px auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .04)
}

.article-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b8c7d5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase
}

.article-kicker::before {
  content: "";
  width: 35px;
  height: 1px;
  background: #b8c7d5
}

.article-hero h1 {
  max-width: 1000px;
  font: 600 clamp(42px, 6vw, 50px)/1.06 "Playfair Display", serif;
  margin: 18px 0
}

.article-excerpt {
  max-width: 800px;
  color:rgb(215, 212, 212);
  font-size: 15px;
  margin: 0
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-top: 28px;
  color: #aebdca;
  font-size: 12px
}

.article-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 780px);
  gap: 70px;
  align-items: start;
  padding: 85px 0 100px
}

.article-sidebar {
  position: sticky;
  top: 35px
}

.toc-card {
  padding: 22px;
  border: 1px solid #e3e9ef;
  border-radius: 18px;
  background: #f8fafc
}

.toc-title {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 13px
}

.toc-card a {
  display: block;
  padding: 8px 0;
  color: #53657a;
  font-size: 12px;
  line-height: 1.35
}

.toc-card a:hover {
  color: #0c1c2c
}

.article-main {
  min-width: 0
}

.article-main>p {
  font-size: 17px;
  line-height: 1.9;
  color: #445468;
  margin: 0 0 22px
}

.article-main h2 {
  font: 600 clamp(29px, 4vw, 42px)/1.15 "Playfair Display", serif;
  color: #0a192f;
  margin: 58px 0 18px;
  scroll-margin-top: 35px
}

.article-main h3 {
  font: 700 21px/1.3 "Jost", sans-serif;
  color: #14273b;
  margin: 34px 0 11px
}

.blog-list {
  padding-left: 22px;
  margin: 12px 0 26px;
  color: #445468
}

.blog-list li {
  padding: 6px 0 6px 5px;
  line-height: 1.65
}

.formula-card {
  margin: 26px 0;
  padding: 24px 26px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0c1c2c, #162b40);
  color: #fff;
  box-shadow: 0 16px 35px rgba(5, 14, 26, .13)
}

.formula-card span {
  display: block;
  color: #b9c7d4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.formula-card strong {
  font: 600 24px/1.35 "Playfair Display", serif
}

.blog-table-wrap {
  overflow-x: auto;
  margin: 25px 0 30px;
  border: 1px solid #dfe7ee;
  border-radius: 15px
}

.blog-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
  background: #fff
}

.blog-table-wrap th,
.blog-table-wrap td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e6edf3;
  font-size: 13px
}

.blog-table-wrap th {
  background: #f3f6f9;
  color: #0a192f;
  font-weight: 800
}

.blog-table-wrap tr:last-child td {
  border-bottom: 0
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 20px
}

.faq-list details {
  border: 1px solid #dfe7ee;
  border-radius: 14px;
  background: #fff;
  overflow: hidden
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 700;
  color: #13263b;
  display: flex;
  justify-content: space-between;
  gap: 20px
}

.faq-list summary::-webkit-details-marker {
  display: none
}

.faq-list summary span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1
}

.faq-list details[open] summary span {
  transform: rotate(45deg)
}

.faq-answer {
  padding: 0 20px 20px;
  color: #596a7d;
  font-size: 15px;
  line-height: 1.75
}

.faq-answer p {
  margin: 0
}

.article-callout {
  margin: 55px 0 0;
  padding: 34px;
  border-radius: 22px;
  background: #0a192f;
  color: #fff
}

.article-callout h2 {
  color: #fff;
  margin: 0 0 12px;
  font-size: 32px
}

.article-callout p {
  color: #cbd5df;
  margin: 0 0 20px
}

.article-callout .btn {
  margin-right: 8px
}


.article-disclaimer {
  margin-top: 28px;
  font-size: 12px;
  color: #718096;
  padding-top: 20px;
  border-top: 1px solid #e5ebf0
}

.blog-related {
  padding: 70px 0 90px;
  background: #f7f9fb
}

.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px
}

.related-card {
  padding: 25px;
  background: #fff;
  border: 1px solid #e1e8ee;
  border-radius: 18px
}

.related-card h3 {
  font: 600 24px "Playfair Display", serif;
  margin: 8px 0
}

.related-card p {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 16px
}

@media(max-width:900px) {
  .article-layout {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .article-sidebar {
    position: static
  }

  .toc-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 15px
  }

  .toc-title {
    grid-column: 1/-1
  }
}

@media(max-width:700px) {

  .blog-grid,
  .blog-related-grid {
    grid-template-columns: 1fr;
    max-width: 100%
  }

  .blog-index-head {
    display: block
  }

  .blog-card h3 {
    font-size: 24px
  }

  .blog-hero {
    padding: 125px 0 75px
  }

  .article-hero {
    padding: 120px 0 60px
  }

  .article-layout {
    padding: 55px 0 70px
  }

  .article-main>p {
    font-size: 16px
  }

  .toc-card {
    display: block
  }
}
/* Center heading and description above blog cards */
.blog-index-head {
    display: block;
    text-align: center;
}

.blog-index-head .eyebrow {
    text-align: center;
}

.blog-index-head h2 {
    text-align: center;
}

.blog-index-head .section-copy {
    margin: 18px auto 0;
    text-align: center;
    max-width: 700px;
}
