/* ------------- Base styles (unchanged) ------------- */
.blog-card {
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.blog-card .card-title {
  font-size: 1rem;
  font-weight: bold;
  color: #661010;
  margin-bottom: 0.5rem;
}

.blog-card .card-text {
  font-size: 0.875rem;
  color: #333;
}

.btn-read {
  background-color: maroon !important;
  color: #fff !important;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 4px;
  text-transform: capitalize;
}

.btn-read:hover {
  background-color: #990000;
  color: #fff;
}

/* ------------- IMAGE: keep aspect ratio & crop nicely ------------- */
.blog-img{
  width: 100%;
  height: 200px;          /* desktop default */
  object-fit: cover;      /* fills box without distortion */
  object-position: center;
  display: block;         /* removes inline‑img whitespace */
}

/* ------------- Responsive tweaks ------------- */

/* ⬇️ Large tablets & small laptops */
@media (max-width: 991.98px){
  .blog-card .card-title{ font-size: .95rem; }
  .blog-card .card-text { font-size: .82rem; }
  .blog-img{ height: 170px; }
}

/* ⬇️ Tablets (portrait) */
@media (max-width: 767.98px){
  .blog-card{ margin-bottom: 1.25rem; }   /* extra breathing room */
  .blog-img{ height: 250px; }
}

/* ⬇️ Phones */
@media (max-width: 575.98px){
  .blog-card{ border-radius: 8px; }
  .blog-card .card-title{ font-size: .9rem; }
  .blog-card .card-text { font-size: .78rem; line-height: 1.35; }
  .btn-read{
    padding: 5px 12px;
    font-size: .75rem;
  }
  .blog-img{ height: 200px; }
}


/* -------------------------- */
.life-path-section {
  background: #fffefc;
  color: #3a3a3a;
  font-family: 'Georgia', serif;
}

.section-title {
  color: #661010;
  font-weight: bold;
}

.intro-text {
  font-size: 1.05rem;
  line-height: 1.7;
}

.card-title {
  color: #661010;
  font-weight: 600;
  margin-bottom: 15px;
}

.number-list {
  list-style-type: none;
  padding-left: 0;
}

.number-list li {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 0.96rem;
}

.callout-box {
  background: #fff0f0;
  border: 1px dashed maroon;
  padding: 25px;
  border-radius: 8px;
}

.btn-maroon {
  background-color: maroon;
  color: #fff;
  font-weight: 500;
  padding: 10px 22px;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-maroon:hover {
  background-color: #990000;
  color: #fff;
}


/* ---------------------- */

.tarot-section {
  background: #fffdf9;
  color: #2c2c2c;
  font-family: 'Georgia', serif;
}

.section-title {
  color: #5c0a0a;
  font-weight: bold;
}

.intro-text {
  font-size: 1.05rem;
  line-height: 1.7;
}

.card-title {
  color: #661010;
  font-weight: 600;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.cta-box {
  background-color: #fff4f4;
  border: 1px dashed maroon;
  padding: 25px;
  border-radius: 8px;
}

.btn-maroon {
  background-color: maroon;
  color: #fff;
  padding: 10px 22px;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-maroon:hover {
  background-color: #990000;
  color: #fff;
}
/* ----------------- */

.vastu-section {
  background: #fcfff8;
  color: #2b2b2b;
  font-family: 'Georgia', serif;
}

.section-title {
  color: #4b4500;
  font-weight: bold;
}

.intro-text {
  font-size: 1.05rem;
  line-height: 1.7;
}

.card-title {
  color: #734500;
  font-weight: 600;
}

.card {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.cta-box {
  background-color: #f3fcd8;
  border: 1px dashed #92b300;
  padding: 25px;
  border-radius: 8px;
}

.btn-maroon {
  background-color: maroon;
  color: #fff;
  padding: 10px 22px;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-maroon:hover {
  background-color: #990000;
  color: #fff;
}

/* ----------------- */

.loa-section {
  background: #fffaf7;
  color: #2e2e2e;
  font-family: 'Georgia', serif;
}

.section-title {
  color: #5e004f;
  font-weight: bold;
}

.intro-text {
  font-size: 1.05rem;
  line-height: 1.7;
}

.card-title {
  color: #7a004d;
  font-weight: 600;
}

.card {
  border-radius: 10px;
  border: 1px solid #eee;
  background-color: #fff;
}

.blockquote {
  border-left: 4px solid #b86a99;
  padding-left: 15px;
  margin-left: 0;
  font-size: 1rem;
  color: #5a2a4f;
}

ul {
  margin-left: 1.2rem;
  padding-left: 0;
}

.cta-box {
  background-color: #ffe5f1;
  border: 1px dashed #c04578;
  padding: 25px;
  border-radius: 8px;
}

.btn-maroon {
  background-color: maroon;
  color: #fff;
  padding: 10px 22px;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-maroon:hover {
  background-color: #990000;
  color: #fff;
}

