/* ===== SENIOR CITIZEN PAGE CSS ===== */

.senior-page {
  font-family: 'Georgia', serif;
  color: #333;
}

/* ===== CONTENT WIDTH (RERA MATCH) ===== */
.senior-page .jts-founder-text {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ===== MAIN HEADING ===== */
.senior-page .jts-founder-title {
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* gold underline */
.senior-page .jts-founder-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #c9a14a;
  margin: 10px auto 0;
}

/* ===== SECTION HEADINGS ===== */
.senior-page h2,
.senior-page h3,
.senior-page h4 {
  margin-top: 35px;
  margin-bottom: 15px;
}

/* underline headings */
.senior-page .section-title {
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* ===== PARAGRAPH ===== */
.senior-page p {
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* ===== STRONG TEXT ===== */
.senior-page strong {
  color: #0d2c4a;
}

/* ===== LIST ===== */
.senior-page ul {
  padding-left: 20px;
}

.senior-page ul li {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* ===== TABLE DESIGN (FIXED GAP ISSUE) ===== */
.senior-page table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background: #fff;
  table-layout: fixed; /* ?? GAP FIX */
}

/* header */
.senior-page table th {
  background: #0d2c4a;
  color: #fff;
  padding: 12px;
  text-align: center;
}

/* cells */
.senior-page table td {
  padding: 12px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  word-wrap: break-word;
}

/* alternate rows */
.senior-page table tr:nth-child(even) {
  background: #f7f7f7;
}

/* hover */
.senior-page table tr:hover {
  background: #eeeeee;
}

/* ===== REMOVE EXTRA WHITE SPACE ===== */
.senior-page table,
.senior-page .jts-founder-text {
  overflow: hidden;
}

/* ===== LAST SECTION GAP ===== */
.senior-page .last-section {
  margin-bottom: 40px;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

  .senior-page .jts-founder-title {
    font-size: 24px;
    margin-top: 30px;
  }

  .senior-page p {
    font-size: 15px;
  }

  .senior-page table {
    display: block;
    overflow-x: auto;
  }

  .senior-page table th,
  .senior-page table td {
    font-size: 14px;
    padding: 10px;
  }
}

.section-title {
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 22px;
}

.section-title {
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 22px;
}

/* REMOVE TOP GAP COMPLETELY */
.jts-founder {
  padding-top: 10px !important;
  margin-top: 0 !important;
}

.senior-page .jts-founder-title {
  margin-top: 10px !important;
}

/* REMOVE GOLD LINE GAP */
.section-block::before {
  display: none !important;
}
