/* Home page specific styles */

.hero-img {
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.hero-img_wife {
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    align-content:center;
}

.wife_hero_card {
    align-content: center;
    background: #4B0082; /* deep purple to match screenshot */
    max-width:576px;
}
/* Prominent age badge below the name */
.age-badge {
    display: inline-block;
    background: #4B0082; /* match theme */
    color: #FFD700;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    box-shadow: 0 6px 16px rgba(75,0,130,0.25);
    margin-top: 0.25rem;
}

.hero-section {
  background: #4B0082; /* deep purple to match screenshot */
  color: #ffffff;
  border-radius: 0;
  padding: 5px;
  box-shadow: 0 8px 18px rgba(75, 0, 130, 0.25);
}

/* Extra padding utility for highlighted sections */
.hero-pad { padding: 16px 18px; }

.bg-tribute {
    /*background: #ffffff;*/
    background-color: #4B0082;
    border-radius: 0;
    padding: 5px;
}

.tribute-title {
  font-weight: 700;
  text-align: center;
  font-family: var(--bs-body-font-family, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Make the A Life Remembered title pop against the indigo background */
.bg-tribute .tribute-title {
  color: #FFD700; /* gold accent for strong contrast */
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

.tribute-text {
  line-height: 1.7;
  /*color: #4b5563;*/ /* gray-600 */
  color:ghostwhite;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  text-align:justify-all;
}

.tribute-quote {
  font-style: italic;
  color: greenyellow; /* gray-700 */
  border-left: 4px solid #d1d5db; /* gray-300 */
  padding-left: 12px;
  margin: 16px 0;
  text-align: center;
}

/* Apply accent title style to Interment Service */
.hero-section .tribute-title {
  color: #FFD700; /* gold accent for strong contrast */
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

@media (max-width: 576px) {
  .display-4 {
    font-size: 2rem;
  }
}

/* No margins for the two main sections */
.section-gap { margin: 0 !important; }
.section-gap .card { margin: 0 !important; }

@media (max-width: 576px) {
  .section-gap {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .section-gap > .col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-gap .card {
    border-radius: 0;
  }

  .container.mt-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* Emelia tribute title: smaller and dimmer */
.tribute-title_emelia {
  font-size: 1.4rem; /* ~30% smaller than default h2 (usually 2rem) */
  color: #b0aecd; /* dimmed soft purple/gray */
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
}

/* Bottom-of-page Call To Action, harmonized with bio section */
.cta-section {
    display: flex;
    justify-content: center;
    /*margin: 2rem 0 3rem;*/
    margin: 1.0rem 0 0.5rem;
}
.cta-button {
    background-color: #4B0082; /* match bio section */
    color: #FFD700; /* gold accent text */
    border: 2px solid rgba(255, 215, 0, 0.6);
    border-radius: 12px;
    /*padding: 0.75rem 1.25rem;*/
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    box-shadow: 0 8px 16px rgba(75, 0, 130, 0.25);
}
.cta-button:hover,
.cta-button:focus {
  color: #fff;
  background-color: #5a0aa3;
  border-color: rgba(255, 255, 255, 0.7);
}

.hero-section .IntermentService{
    background-color: #4B0082;
}

.gordon_kofi{
    /*font-size: 18px;*/
    font-family:'Roboto','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight:800;
    color:#823ac4;
}

/*.container{
    background-color:slateblue;
}*/

/*.text_center .profile_section{
    background-color : blueviolet;
    font-size : 400px;
}*/

.cta-section-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 1.2rem 0 1rem;
}
@media (max-width: 576px) {
  .cta-section-row {
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
  }
}