<!-- FAQ Section Start -->
<style>
.faq-section {
  max-width: 900px;
  margin: 40px auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
}

.faq-category-title {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.faq-item {
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 8px;
  overflow: hidden;
  background: #fafafa;
}

.faq-item summary {
  cursor: pointer;
  padding: 12px 16px;
  font-weight: 500;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

/* Add + / - icon */
.faq-item summary::after {
  content: "+";
  float: right;
  font-weight: bold;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item summary:hover {
  background: #f0f4ff;
}

.faq-item div {
  padding: 10px 16px 14px;
  border-top: 1px solid #eee;
  font-size: 14px;
  line-height: 1.6;
}
</style>

<div class="faq-section">
  <h2>Frequently Asked Questions</h2>

  <!-- Air Travel -->
  <div class="faq-category">
    <div class="faq-category-title">Air Travel</div>

    <details class="faq-item">
      <summary>How early should I reach the airport for my flight?</summary>
      <div>
        For domestic flights, we recommend reaching the airport at least <strong>2–2.5 hours</strong> before departure.  
        For international flights, please arrive at least <strong>3–4 hours</strong> before departure to allow time for check-in, security, and immigration.
      </div>
    </details>

    <details class="faq-item">
      <summary>Can you help with seat selection, meals, and special requests?</summary>
      <div>
        Yes, we can assist with <strong>seat selection, meal preferences, wheelchair assistance,</strong> and other airline requests, subject to airline rules and availability.
      </div>
    </details>

    <details class="faq-item">
      <summary>What happens if my flight is cancelled or rescheduled?</summary>
      <div>
        If your flight is cancelled or rescheduled by the airline, we will help you with <strong>rebooking options, refunds, or credits</strong> as per the airline’s policy.  
        Please contact our support team with your booking reference for assistance.
      </div>
    </details>

    <details class="faq-item">
      <summary>Will I receive my e-ticket and confirmation by email?</summary>
      <div>
        Yes, once your booking is confirmed, your <strong>e-ticket and confirmation details</strong> will be sent to your registered email ID and can also be shared on WhatsApp on request.
      </div>
    </details>
  </div>

  <!-- Holidays & Packages -->
  <div class="faq-category">
    <div class="faq-category-title">Holidays & Packages</div>

    <details class="faq-item">
      <summary>Do you offer customised holiday packages?</summary>
      <div>
        Yes, we specialise in <strong>customised itineraries</strong> based on your budget, travel dates, interests, and preferred destinations, including flights, hotels, sightseeing, and transfers.
      </div>
    </details>

    <details class="faq-item">
      <summary>What is usually included in a holiday package?</summary>
      <div>
        A typical package may include <strong>flights, hotel stay, daily breakfast, airport transfers, and sightseeing tours.</strong>  
        Exact inclusions will be clearly mentioned in your quotation and confirmation.
      </div>
    </details>

    <details class="faq-item">
      <summary>Can you arrange group tours for families or corporates?</summary>
      <div>
        Yes, we handle <strong>family groups, incentive trips, corporate offsites, student groups</strong> and more.  
        Our team manages transport, hotels, meals, activities, and coordination end-to-end.
      </div>
    </details>

    <details class="faq-item">
      <summary>How early should I book my holiday package?</summary>
      <div>
        For the best fares and availability, we suggest booking <strong>4–8 weeks in advance</strong> for domestic trips and <strong>8–12 weeks in advance</strong> for international holidays, especially during peak seasons.
      </div>
    </details>
  </div>

  <!-- Visas, Support & Payments -->
  <div class="faq-category">
    <div class="faq-category-title">Visas, Support & Payments</div>

    <details class="faq-item">
      <summary>Do you assist with visa and travel insurance?</summary>
      <div>
        Yes, our team can guide you with <strong>visa documentation, appointment scheduling,</strong> and <strong>travel insurance</strong> options, depending on your destination and nationality.
      </div>
    </details>

    <details class="faq-item">
      <summary>What payment modes do you accept?</summary>
      <div>
        We accept <strong>bank transfers, UPI, credit/debit cards</strong> and other approved digital payment methods.  
        For corporate clients, special billing arrangements may be available.
      </div>
    </details>

    <details class="faq-item">
      <summary>How can I reach you for urgent support?</summary>
      <div>
        For urgent travel changes or issues, you can contact our <strong>support number / emergency helpdesk</strong> mentioned in your booking confirmation.  
        For non-urgent queries, you can email us or connect during working hours.
      </div>
    </details>
  </div>
</div>
<!-- FAQ Section End -->