﻿/* === Ø§Ù„ØªÙ†Ø³ÙŠÙ‚Ø§Øª Ø§Ù„Ø£Ø³Ø§Ø³ÙŠØ© === */
    .birthday-page-header {
      background: linear-gradient(135deg, #4b0082 0%, #17555e 100%);
      padding: 3rem 0;
      text-align: center;
      margin-bottom: 3rem;
    }
    .birthday-main-title {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 2.5rem;
      color: #fff;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      margin-bottom: 1rem;
    }
    .birthday-subtitle {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #fff;
      max-width: 700px;
      margin: auto;
    }
    .birthday-theme-container {
      max-width: 1200px;
      margin: auto;
      padding: 15px;
    }
    .faq-answer {
  display:none ;
  color: #333;
  min-height: 30px;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
}

.faq-answer.active {
  display: block;
    max-height: 200px;
  padding: 15px 20px;
}

