html {
  scroll-behavior: smooth;
}
.video-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f9fafd;
  border-radius: 18px;
  box-shadow: 0 2px 14px rgba(44,52,120,0.10);
}

.video-figure iframe {
  border-radius: 13px;
  box-shadow: 0 2px 10px rgba(60, 97, 217, 0.07);
  background: #eaf3fc;
  width: 100%;
  max-width: 670px;
  height: 315px;
}

.video-figure figcaption {
  margin-top: 15px;
  color: #456199;
  font-size: 1.13rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.44;
  background: #eef3fa;
  padding: 10px 16px 8px 16px;
  border-radius: 9px;
  box-shadow: 0 1px 4px rgba(36,70,254,0.05);
}
@media (max-width: 720px) {
  .video-figure iframe {
    max-width: 98vw;
    height: 44vw;
    min-height: 160px;
  }
  .video-figure {
    max-width: 99vw;
    padding: 8px 4vw 14px 4vw;
  }
}


.highlight-link {
  display: inline-block;
  background: linear-gradient(90deg, #f7fafd 0%, #e8eefc 100%);
  color: #2950b8;
  border-radius: 0.75rem;
  padding: 0.5rem 0.5rem;
  box-shadow: 0 3px 18px rgba(44,52,120,0.11);
  text-decoration: none;
  letter-spacing: 0.01em;
  border: 0.1rem solid #cfe1fc;
  transition: background 0.18s, box-shadow 0.18s, color 0.18s, transform 0.14s;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.highlight-link:hover,
.highlight-link:focus {
  background: linear-gradient(90deg, #eaf3ff 0%, #d7e7fd 100%);
  color: #164488;
  box-shadow: 0 7px 30px rgba(60,97,217,0.12);
  transform: translateY(-2px) scale(1.03);
  text-decoration: none;
}


.photo-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin: 0 auto 40px auto;
}

.photo-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7fafd;
  padding: 14px 18px 18px 18px;
  border-radius: 16px;
  box-shadow: 0 2px 14px rgba(44,52,120,0.10);
  margin: 0;
}

.tatha-photo {
  width: 100%;
  border-radius: 11px;
  box-shadow: 0 2px 10px rgba(60, 97, 217, 0.05);
  background: #fff;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 7px;
  color: #46609a;
  font-size: 1.08rem;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.rose {
  position:absolute; 
  top:0; 
  left:0; 
  width:5rem; 
  z-index:10;
}

img {
  width:100%;
}

.my-dad-throughout-his-life {
  text-align: right;
}

.audio-center {
   display: flex;
  justify-content: center;
  align-items: center; /* Optional: centers vertically if you give the div a height */
  margin: 24px 0; 
  flex-direction: column;
  gap:1rem;
}

.audio-caption {
  display: inline-block;
  background: #f6f8fb;
  color: #456;
  border-radius: 11px;
  font-size: 0.98rem;
  padding: 3.5px 13px;
  margin-bottom: 7px;
  box-shadow: 0 1.5px 7px rgba(60, 97, 217, 0.05);
  font-weight: 400;
  text-align: center;
  border: 1px solid #e3eaf7;
  letter-spacing: 0.01em;
  user-select: none;
}

  body {
      font-family: 'Segoe UI', sans-serif;
      margin: 0;
      padding: 0;
      background: #f8f9fa;
      color: #333;
    }
    .container {
      max-width: 700px;
      margin: auto;
      padding: 2rem;
      background: white;
      box-shadow: 0 0 12px rgba(0,0,0,0.05);
      position:relative;
    }
    .header {
      text-align: center;
      margin-bottom: 2rem;
    }
 .photo {
  max-width: 155px;
  height: auto;
  display: block;
  margin: 1rem auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
    h1 {
      font-size: 1.8rem;
      margin-bottom: 0.2rem;
    }
    .dates {
      color: #777;
      font-size: 1rem;
    }
    .age {
  font-size: 0.95em;
  color: #666;
}
    .section {
      margin-bottom: 2rem;
    }
    .section h2 {
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
      color: #444;
    }
    .tribute {
      font-style: italic;
      border-left: 4px solid #ccc;
      padding-left: 1rem;
      margin-top: 1rem;
    }
    footer {
      text-align: center;
      color: #999;
      font-size: 0.9rem;
      margin-top: 2rem;
    }
    @media (max-width: 600px) {
      .container {
        padding: 1rem;
      }
    }