/* Additional styles for enhanced FAQ - cursive answers & new stylish look */
  .FAQs {
      max-width: 1100px;
      margin: 120px auto 60px;
      padding: 0 20px;
  }

  .FAQs h1 {
      text-align: center;
      font-size: 3.2rem;
      font-family: 'Playfair Display', 'Georgia', serif;
      background: linear-gradient(135deg, #402E25, #DAB678, #e8c88a);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      margin-bottom: 0.5rem;
  }

  .FAQs h3 {
      text-align: center;
      font-size: 1.3rem;
      font-weight: 400;
      color: #5a4a3f;
      margin-bottom: 30px;
      font-style: italic;
      letter-spacing: 0.5px;
  }

  .FAQ {
      margin-bottom: 18px;
      border-radius: 20px;
      background: rgba(255, 236, 214, 0.7);
      backdrop-filter: blur(4px);
      transition: all 0.3s ease;
  }

  .FAQ-questions {
      cursor: pointer;
      font-size: 1.2rem;
      width: 100%;
      padding: 1.2rem 1.5rem;
      display: flex;
      font-family: 'Poppins', var(--main-font), sans-serif;
      justify-content: space-between;
      align-items: center;
      font-weight: 700;
      border-radius: 60px;
      margin: 0;
      border: 1.5px solid rgba(218, 182, 120, 0.4);
      background: white;
      color: #402E25;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(64, 46, 37, 0.05);
  }

  .FAQ-questions.active {
      background: linear-gradient(135deg, #402E25, #DAB678);
      color: #FFECD6;
      border-color: transparent;
      border-radius: 60px;
      box-shadow: 0 8px 20px rgba(218, 182, 120, 0.4);
  }

  .FAQ-questions i {
      font-size: 1.3rem;
      transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
      color: #DAB678;
  }

  .FAQ-questions.active i {
      transform: rotate(180deg);
      color: #FFECD6;
  }

  /* Cursive answer styling - elegant & stylish */
  .FAQ-answers {
      font-family: 'Segoe Script', 'Brush Script MT', 'Great Vibes', 'Pacifico', 'Dancing Script', cursive;
      font-size: 1.15rem;
      line-height: 1.65;
      color: #5a4a3f;
      display: none;
      padding: 1rem 2rem 1.5rem 2.5rem;
      background: linear-gradient(135deg, #fffaf5, #fff5e8);
      border-radius: 0 0 35px 35px;
      margin-top: -8px;
      border-left: 5px solid #DAB678;
      border-right: 1px solid rgba(218, 182, 120, 0.3);
      border-bottom: 1px solid rgba(218, 182, 120, 0.3);
      font-weight: 500;
      letter-spacing: 0.3px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  }

  .FAQ-answers.active {
      display: block;
      animation: fadeSlideDown 0.4s ease-out;
  }

  @keyframes fadeSlideDown {
      from {
          opacity: 0;
          transform: translateY(-10px);
      }

      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  /* Decorative emoji divider */
  .faq-decorator {
      text-align: center;
      font-size: 1.8rem;
      opacity: 0.6;
      margin: 20px 0 30px;
      letter-spacing: 8px;
  }

  /* ===== UNIQUE SECTION 1: HELPFUL TIPS & TRICKS (Interactive Cards) ===== */
  .tips-section {
      margin: 60px 0 50px;
      padding: 40px 20px;
      background: linear-gradient(145deg, #FFECD6, #f7e5d4);
      border-radius: 70px;
      position: relative;
      overflow: hidden;
  }

  .tips-section::before {
      content: "🍨🍦🍧";
      position: absolute;
      font-size: 140px;
      opacity: 0.06;
      bottom: -20px;
      right: -20px;
      pointer-events: none;
  }

  .tips-title {
      text-align: center;
      font-size: 2rem;
      font-family: 'Playfair Display', serif;
      font-weight: 800;
      background: linear-gradient(135deg, #402E25, #DAB678);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      margin-bottom: 0.5rem;
  }

  .tips-subtitle {
      text-align: center;
      color: #5a4a3f;
      margin-bottom: 2rem;
      font-style: italic;
  }

  .tips-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2rem;
  }

  .tip-card {
      flex: 1 1 260px;
      background: white;
      border-radius: 50px;
      padding: 2rem 1.5rem;
      text-align: center;
      transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
      box-shadow: 0 15px 30px rgba(64, 46, 37, 0.08);
      border: 1px solid rgba(218, 182, 120, 0.3);
      cursor: pointer;
  }

  .tip-card:hover {
      transform: translateY(-12px) scale(1.02);
      box-shadow: 0 25px 40px rgba(218, 182, 120, 0.25);
      border-color: rgba(218, 182, 120, 0.6);
  }

  .tip-icon {
      font-size: 2.8rem;
      margin-bottom: 1rem;
      display: inline-block;
  }

  .tip-card h4 {
      font-size: 1.4rem;
      font-weight: 700;
      color: #402E25;
      margin-bottom: 0.8rem;
  }

  .tip-card p {
      color: #5a4a3f;
      line-height: 1.5;
      font-size: 0.95rem;
  }

  /* ===== UNIQUE SECTION 2: CUSTOMER LOVE NOTES (Testimonials with Animation) ===== */
  .lovenotes-section {
      margin: 50px 0 40px;
      padding: 40px 20px;
      background: radial-gradient(circle at 10% 30%, rgba(218, 182, 120, 0.1), transparent 80%);
      border-radius: 70px;
      position: relative;
  }

  .lovenotes-title {
      text-align: center;
      font-size: 2rem;
      font-family: 'Playfair Display', serif;
      font-weight: 800;
      background: linear-gradient(135deg, #DAB678, #e8c88a);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      margin-bottom: 0.5rem;
  }

  .lovenotes-subtitle {
      text-align: center;
      color: #5a4a3f;
      margin-bottom: 2.5rem;
      font-style: italic;
  }

  .notes-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2rem;
      max-width: 1200px;
      margin: 0 auto;
  }

  .note-card {
      flex: 1 1 300px;
      background: rgba(255, 236, 214, 0.9);
      backdrop-filter: blur(8px);
      border-radius: 50px;
      padding: 2rem;
      text-align: center;
      transition: all 0.4s;
      border: 1px solid rgba(218, 182, 120, 0.4);
      animation: floatNote 4s ease-in-out infinite;
      position: relative;
  }

  .note-card:nth-child(2) {
      animation-delay: 0.5s;
  }

  .note-card:nth-child(3) {
      animation-delay: 1s;
  }

  @keyframes floatNote {

      0%,
      100% {
          transform: translateY(0px);
      }

      50% {
          transform: translateY(-8px);
      }
  }

  .note-card:hover {
      transform: translateY(-10px) scale(1.02);
      background: white;
      box-shadow: 0 20px 35px rgba(218, 182, 120, 0.2);
  }

  .quote-icon {
      font-size: 2.2rem;
      color: #DAB678;
      opacity: 0.5;
      margin-bottom: 1rem;
  }

  .note-text {
      font-family: 'Segoe Script', 'Dancing Script', cursive;
      font-size: 1.1rem;
      line-height: 1.5;
      color: #5a4a3f;
      margin-bottom: 1.2rem;
      font-style: italic;
  }

  .note-author {
      font-weight: 700;
      color: #402E25;
      letter-spacing: 1px;
  }

  .note-stars {
      color: #DAB678;
      margin-top: 0.8rem;
      font-size: 0.9rem;
  }

  @media (max-width: 768px) {
      .FAQs h1 {
          font-size: 2.4rem;
      }

      .FAQ-questions {
          font-size: 1rem;
          padding: 1rem;
      }

      .FAQ-answers {
          font-size: 1rem;
          padding: 0.8rem 1.2rem 1.2rem 1.5rem;
      }

      .tips-title,
      .lovenotes-title {
          font-size: 1.8rem;
      }

      .tip-card h4 {
          font-size: 1.2rem;
      }
  }