{"id":2241,"date":"2026-03-25T17:14:02","date_gmt":"2026-03-25T17:14:02","guid":{"rendered":"https:\/\/kaypiperutours.com\/?page_id=2241"},"modified":"2026-03-25T22:16:02","modified_gmt":"2026-03-25T22:16:02","slug":"tailor-made-trip","status":"publish","type":"page","link":"https:\/\/kaypiperutours.com\/pt\/tailor-made-trip\/","title":{"rendered":"Tailor Made Trip"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2241\" class=\"elementor elementor-2241\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-830dc12 e-flex e-con-boxed e-con e-parent\" data-id=\"830dc12\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-574bf5f e-con-full e-flex e-con e-parent\" data-id=\"574bf5f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ddf52e1 elementor-widget elementor-widget-html\" data-id=\"ddf52e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Tailor Made Trip - Kaypi Peru Tours<\/title>\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Archivo:wght@300;400;500;600;700&display=swap');\n\n:root {\n  --green-dark: #1a3c1a;\n  --green-mid: #2d6a2d;\n  --green-light: #4a9e4a;\n  --gold: #c8922a;\n  --white: #ffffff;\n  --gray-light: #f5f5f5;\n  --gray-mid: #e0e0e0;\n  --gray-text: #666666;\n  --text-dark: #1a1a1a;\n}\n\n* { box-sizing: border-box; margin: 0; padding: 0; }\n\nbody {\n  font-family: 'Archivo', sans-serif;\n  background: var(--gray-light);\n  color: var(--text-dark);\n}\n\n.tm-wrapper {\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 40px 20px;\n}\n\n.tm-header {\n  text-align: center;\n  margin-bottom: 40px;\n}\n\n.tm-header h2 {\n  font-size: 32px;\n  font-weight: 700;\n  color: var(--green-dark);\n  margin-bottom: 10px;\n}\n\n.tm-header p {\n  color: var(--gray-text);\n  font-size: 15px;\n}\n\n\/* Progress Steps *\/\n.tm-steps {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  margin-bottom: 40px;\n  gap: 0;\n}\n\n.tm-step {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  position: relative;\n  flex: 1;\n  max-width: 180px;\n}\n\n.tm-step:not(:last-child)::after {\n  content: '';\n  position: absolute;\n  top: 20px;\n  left: 60%;\n  width: 80%;\n  height: 2px;\n  background: var(--gray-mid);\n  z-index: 0;\n}\n\n.tm-step.active:not(:last-child)::after,\n.tm-step.completed:not(:last-child)::after {\n  background: var(--green-mid);\n}\n\n.step-circle {\n  width: 40px;\n  height: 40px;\n  border-radius: 50%;\n  background: var(--white);\n  border: 2px solid var(--gray-mid);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 700;\n  font-size: 14px;\n  color: var(--gray-text);\n  z-index: 1;\n  transition: all 0.3s;\n}\n\n.tm-step.active .step-circle {\n  background: var(--green-mid);\n  border-color: var(--green-mid);\n  color: white;\n}\n\n.tm-step.completed .step-circle {\n  background: var(--green-dark);\n  border-color: var(--green-dark);\n  color: white;\n}\n\n.step-label {\n  font-size: 11px;\n  color: var(--gray-text);\n  margin-top: 6px;\n  text-align: center;\n  font-weight: 500;\n}\n\n.tm-step.active .step-label {\n  color: var(--green-mid);\n  font-weight: 600;\n}\n\n\/* Form Card *\/\n.tm-card {\n  background: white;\n  border-radius: 16px;\n  padding: 40px;\n  box-shadow: 0 4px 30px rgba(0,0,0,0.08);\n}\n\n.step-panel { display: none; }\n.step-panel.active { display: block; }\n\n.step-title {\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--green-dark);\n  margin-bottom: 6px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid var(--green-light);\n  display: inline-block;\n}\n\n.step-subtitle {\n  color: var(--gray-text);\n  font-size: 13px;\n  margin-bottom: 28px;\n  margin-top: 6px;\n}\n\n\/* Form Elements *\/\n.form-row {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 20px;\n  margin-bottom: 20px;\n}\n\n.form-row.single { grid-template-columns: 1fr; }\n.form-row.triple { grid-template-columns: 1fr 1fr 1fr; }\n\n.form-group { display: flex; flex-direction: column; }\n\n.form-group label {\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--green-dark);\n  margin-bottom: 6px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.form-group input,\n.form-group select,\n.form-group textarea {\n  border: 1.5px solid var(--gray-mid);\n  border-radius: 8px;\n  padding: 12px 14px;\n  font-family: 'Archivo', sans-serif;\n  font-size: 14px;\n  color: var(--text-dark);\n  background: white;\n  transition: border-color 0.2s;\n  outline: none;\n}\n\n.form-group input:focus,\n.form-group select:focus,\n.form-group textarea:focus {\n  border-color: var(--green-mid);\n}\n\n.form-group textarea { resize: vertical; min-height: 90px; }\n\n\/* Checkbox Groups *\/\n.checkbox-section {\n  margin-bottom: 24px;\n}\n\n.checkbox-section-title {\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--green-dark);\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  margin-bottom: 12px;\n}\n\n.checkbox-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n  gap: 10px;\n}\n\n.checkbox-grid.two-col {\n  grid-template-columns: 1fr 1fr;\n}\n\n.checkbox-item {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  cursor: pointer;\n  padding: 8px 12px;\n  border: 1.5px solid var(--gray-mid);\n  border-radius: 8px;\n  transition: all 0.2s;\n  font-size: 13px;\n}\n\n.checkbox-item:hover {\n  border-color: var(--green-light);\n  background: #f0f8f0;\n}\n\n.checkbox-item input[type=\"checkbox\"] {\n  width: 16px;\n  height: 16px;\n  accent-color: var(--green-mid);\n  cursor: pointer;\n  border: none;\n  padding: 0;\n}\n\n.checkbox-item input[type=\"radio\"] {\n  width: 16px;\n  height: 16px;\n  accent-color: var(--green-mid);\n  cursor: pointer;\n  border: none;\n  padding: 0;\n}\n\n\/* Budget Options *\/\n.budget-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n  gap: 10px;\n  margin-bottom: 20px;\n}\n\n.budget-item {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  cursor: pointer;\n  padding: 10px 14px;\n  border: 1.5px solid var(--gray-mid);\n  border-radius: 8px;\n  transition: all 0.2s;\n  font-size: 13px;\n  font-weight: 500;\n}\n\n.budget-item:hover {\n  border-color: var(--gold);\n  background: #fff8ee;\n}\n\n.budget-item input[type=\"radio\"] {\n  accent-color: var(--gold);\n  width: 16px;\n  height: 16px;\n  border: none;\n  padding: 0;\n}\n\n\/* Navigation Buttons *\/\n.tm-nav {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  margin-top: 36px;\n  padding-top: 24px;\n  border-top: 1px solid var(--gray-mid);\n}\n\n.btn-prev {\n  padding: 12px 28px;\n  border: 2px solid var(--green-mid);\n  background: white;\n  color: var(--green-mid);\n  border-radius: 8px;\n  font-family: 'Archivo', sans-serif;\n  font-size: 14px;\n  font-weight: 600;\n  cursor: pointer;\n  transition: all 0.2s;\n}\n\n.btn-prev:hover {\n  background: var(--green-mid);\n  color: white;\n}\n\n.btn-next, .btn-submit {\n  padding: 12px 32px;\n  background: var(--green-mid);\n  color: white;\n  border: none;\n  border-radius: 8px;\n  font-family: 'Archivo', sans-serif;\n  font-size: 14px;\n  font-weight: 700;\n  cursor: pointer;\n  transition: all 0.2s;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n\n.btn-next:hover, .btn-submit:hover {\n  background: var(--green-dark);\n}\n\n.btn-submit {\n  background: var(--gold);\n}\n\n.btn-submit:hover {\n  background: #a87520;\n}\n\n.step-counter {\n  font-size: 13px;\n  color: var(--gray-text);\n}\n\n\/* WhatsApp button *\/\n.whatsapp-note {\n  background: #e8f5e9;\n  border: 1px solid #a5d6a7;\n  border-radius: 8px;\n  padding: 14px 18px;\n  margin-top: 20px;\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  font-size: 13px;\n  color: var(--green-dark);\n}\n\n.whatsapp-note svg {\n  flex-shrink: 0;\n}\n\n\/* Success Message *\/\n.tm-success {\n  display: none;\n  text-align: center;\n  padding: 60px 20px;\n}\n\n.tm-success .success-icon {\n  font-size: 60px;\n  margin-bottom: 20px;\n}\n\n.tm-success h3 {\n  font-size: 26px;\n  color: var(--green-dark);\n  margin-bottom: 12px;\n}\n\n.tm-success p {\n  color: var(--gray-text);\n  font-size: 15px;\n  margin-bottom: 24px;\n}\n\n.btn-whatsapp {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: #25D366;\n  color: white;\n  padding: 14px 28px;\n  border-radius: 8px;\n  text-decoration: none;\n  font-weight: 700;\n  font-size: 15px;\n  transition: background 0.2s;\n}\n\n.btn-whatsapp:hover { background: #128C7E; }\n\n\/* Responsive *\/\n@media (max-width: 600px) {\n  .form-row { grid-template-columns: 1fr; }\n  .form-row.triple { grid-template-columns: 1fr 1fr; }\n  .tm-card { padding: 24px 18px; }\n  .tm-step:not(:last-child)::after { width: 70%; }\n  .checkbox-grid.two-col { grid-template-columns: 1fr; }\n}\n\n.required { color: #e53935; }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"tm-wrapper\">\n  <div class=\"tm-header\">\n    <h2>Plan Your Tailor Made Trip<\/h2>\n    <p>Tell us about your dream journey and we'll craft the perfect experience for you<\/p>\n  <\/div>\n\n  <!-- Progress Steps -->\n  <div class=\"tm-steps\">\n    <div class=\"tm-step active\" id=\"step-indicator-1\">\n      <div class=\"step-circle\">1<\/div>\n      <div class=\"step-label\">Personal Info<\/div>\n    <\/div>\n    <div class=\"tm-step\" id=\"step-indicator-2\">\n      <div class=\"step-circle\">2<\/div>\n      <div class=\"step-label\">Trip Details<\/div>\n    <\/div>\n    <div class=\"tm-step\" id=\"step-indicator-3\">\n      <div class=\"step-circle\">3<\/div>\n      <div class=\"step-label\">Preferences<\/div>\n    <\/div>\n    <div class=\"tm-step\" id=\"step-indicator-4\">\n      <div class=\"step-circle\">4<\/div>\n      <div class=\"step-label\">Special Needs<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- Form Card -->\n  <div class=\"tm-card\">\n    <form id=\"tailorMadeForm\">\n\n      <!-- STEP 1: Personal Information -->\n      <div class=\"step-panel active\" id=\"panel-1\">\n        <div class=\"step-title\">1. Personal Information<\/div>\n        <p class=\"step-subtitle\">Let us know who you are so we can personalize your experience<\/p>\n\n        <div class=\"form-row\">\n          <div class=\"form-group\">\n            <label>Full Name <span class=\"required\">*<\/span><\/label>\n            <input type=\"text\" name=\"full_name\" placeholder=\"Your full name\" required>\n          <\/div>\n          <div class=\"form-group\">\n            <label>Email Address <span class=\"required\">*<\/span><\/label>\n            <input type=\"email\" name=\"email\" placeholder=\"your@email.com\" required>\n          <\/div>\n        <\/div>\n\n        <div class=\"form-row\">\n          <div class=\"form-group\">\n            <label>Phone \/ WhatsApp <span class=\"required\">*<\/span><\/label>\n            <input type=\"tel\" name=\"phone\" placeholder=\"+1 234 567 8900\" required>\n          <\/div>\n          <div class=\"form-group\">\n            <label>Country of Residence<\/label>\n            <select name=\"country\">\n              <option value=\"\">Select country...<\/option>\n              <option>United States<\/option>\n              <option>United Kingdom<\/option>\n              <option>Canada<\/option>\n              <option>Australia<\/option>\n              <option>Germany<\/option>\n              <option>France<\/option>\n              <option>Spain<\/option>\n              <option>Italy<\/option>\n              <option>Brazil<\/option>\n              <option>Peru<\/option>\n              <option>Other<\/option>\n            <\/select>\n          <\/div>\n        <\/div>\n\n        <div class=\"form-row\">\n          <div class=\"form-group\">\n            <label>Age Range<\/label>\n            <select name=\"age_range\">\n              <option value=\"\">Select...<\/option>\n              <option>18 - 25<\/option>\n              <option>26 - 35<\/option>\n              <option>36 - 45<\/option>\n              <option>46 - 55<\/option>\n              <option>56 - 65<\/option>\n              <option>65+<\/option>\n            <\/select>\n          <\/div>\n          <div class=\"form-group\">\n            <label>How did you find us?<\/label>\n            <select name=\"source\">\n              <option value=\"\">Select...<\/option>\n              <option>Google Search<\/option>\n              <option>TripAdvisor<\/option>\n              <option>Instagram<\/option>\n              <option>Facebook<\/option>\n              <option>Friend \/ Family Referral<\/option>\n              <option>Travel Blog<\/option>\n              <option>Other<\/option>\n            <\/select>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- STEP 2: Trip Details -->\n      <div class=\"step-panel\" id=\"panel-2\">\n        <div class=\"step-title\">2. Trip Details & Destinations<\/div>\n        <p class=\"step-subtitle\">Tell us about your travel dates and where you'd like to go<\/p>\n\n        <div class=\"form-row triple\">\n          <div class=\"form-group\">\n            <label>Start Date <span class=\"required\">*<\/span><\/label>\n            <input type=\"date\" name=\"start_date\" required>\n          <\/div>\n          <div class=\"form-group\">\n            <label>End Date<\/label>\n            <input type=\"date\" name=\"end_date\">\n          <\/div>\n          <div class=\"form-group\">\n            <label>Trip Duration<\/label>\n            <select name=\"duration\">\n              <option value=\"\">Select...<\/option>\n              <option>3 - 5 days<\/option>\n              <option>6 - 8 days<\/option>\n              <option>9 - 12 days<\/option>\n              <option>13 - 16 days<\/option>\n              <option>17+ days<\/option>\n              <option>Flexible<\/option>\n            <\/select>\n          <\/div>\n        <\/div>\n\n        <div class=\"form-row triple\">\n          <div class=\"form-group\">\n            <label>Adults (18+)<\/label>\n            <input type=\"number\" name=\"adults\" min=\"1\" max=\"50\" value=\"1\">\n          <\/div>\n          <div class=\"form-group\">\n            <label>Children (3-17)<\/label>\n            <input type=\"number\" name=\"children\" min=\"0\" max=\"20\" value=\"0\">\n          <\/div>\n          <div class=\"form-group\">\n            <label>Infants (0-2)<\/label>\n            <input type=\"number\" name=\"infants\" min=\"0\" max=\"10\" value=\"0\">\n          <\/div>\n        <\/div>\n\n        <div class=\"checkbox-section\">\n          <div class=\"checkbox-section-title\">Destinations of Interest<\/div>\n          <div class=\"checkbox-grid\">\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"destinations[]\" value=\"Cusco & Machu Picchu\"> Cusco & Machu Picchu\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"destinations[]\" value=\"Lima (city & gastronomy)\"> Lima (city & gastronomy)\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"destinations[]\" value=\"Sacred Valley of the Incas\"> Sacred Valley of the Incas\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"destinations[]\" value=\"Lake Titicaca (Puno)\"> Lake Titicaca (Puno)\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"destinations[]\" value=\"Arequipa & Colca Canyon\"> Arequipa & Colca Canyon\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"destinations[]\" value=\"Nazca Lines (Ica)\"> Nazca Lines (Ica)\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"destinations[]\" value=\"Amazon Rainforest (Iquitos or Puerto Maldonado)\"> Amazon Rainforest\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"destinations[]\" value=\"Huaraz & Cordillera Blanca\"> Huaraz & Cordillera Blanca\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"destinations[]\" value=\"Paracas & Ballestas Islands\"> Paracas & Ballestas Islands\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"destinations[]\" value=\"Northern Peru (Trujillo, Chiclayo)\"> Northern Peru\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"destinations[]\" value=\"Inca Trail\"> Inca Trail\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"destinations[]\" value=\"Tambopata National Reserve\"> Tambopata Reserve\n            <\/label>\n          <\/div>\n          <div class=\"form-row single\" style=\"margin-top:12px;\">\n            <div class=\"form-group\">\n              <label>Other destinations<\/label>\n              <input type=\"text\" name=\"other_destinations\" placeholder=\"Any other places you'd like to visit...\">\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"checkbox-section\">\n          <div class=\"checkbox-section-title\">Type of Experience<\/div>\n          <div class=\"checkbox-grid\">\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"experience[]\" value=\"Cultural & Archaeological Tourism\"> Cultural & Archaeological\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"experience[]\" value=\"Adventure & Hiking\"> Adventure & Hiking\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"experience[]\" value=\"Nature & Ecotourism\"> Nature & Ecotourism\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"experience[]\" value=\"Gastronomy & Culinary Experiences\"> Gastronomy & Culinary\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"experience[]\" value=\"Community-Based Tourism\"> Community-Based Tourism\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"experience[]\" value=\"Photography & Landscapes\"> Photography & Landscapes\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"experience[]\" value=\"Relaxation & Wellness\"> Relaxation & Wellness\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"experience[]\" value=\"Wildlife Observation\"> Wildlife Observation\n            <\/label>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- STEP 3: Preferences -->\n      <div class=\"step-panel\" id=\"panel-3\">\n        <div class=\"step-title\">3. Preferences & Budget<\/div>\n        <p class=\"step-subtitle\">Help us tailor the perfect itinerary and accommodation for your style<\/p>\n\n        <div class=\"checkbox-section\">\n          <div class=\"checkbox-section-title\">Activity Level<\/div>\n          <div class=\"checkbox-grid two-col\">\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"activity_level\" value=\"Light\"> Light \u2014 short walks, mainly vehicle-based\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"activity_level\" value=\"Moderate\"> Moderate \u2014 2-4 hour hikes, some uphill\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"activity_level\" value=\"Active\"> Active \u2014 4-8 hour hikes, adventure\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"activity_level\" value=\"Challenging\"> Challenging \u2014 multi-day treks, high altitude\n            <\/label>\n          <\/div>\n        <\/div>\n\n        <div class=\"checkbox-section\">\n          <div class=\"checkbox-section-title\">Estimated Budget per Person (USD)<\/div>\n          <div class=\"budget-grid\">\n            <label class=\"budget-item\">\n              <input type=\"radio\" name=\"budget\" value=\"$500 - $1,500\"> $500 \u2013 $1,500\n            <\/label>\n            <label class=\"budget-item\">\n              <input type=\"radio\" name=\"budget\" value=\"$1,500 - $2,500\"> $1,500 \u2013 $2,500\n            <\/label>\n            <label class=\"budget-item\">\n              <input type=\"radio\" name=\"budget\" value=\"$2,500 - $4,000\"> $2,500 \u2013 $4,000\n            <\/label>\n            <label class=\"budget-item\">\n              <input type=\"radio\" name=\"budget\" value=\"$4,000 - $6,000\"> $4,000 \u2013 $6,000\n            <\/label>\n            <label class=\"budget-item\">\n              <input type=\"radio\" name=\"budget\" value=\"More than $6,000\"> More than $6,000\n            <\/label>\n            <label class=\"budget-item\">\n              <input type=\"radio\" name=\"budget\" value=\"Flexible\"> Flexible \/ Not sure\n            <\/label>\n          <\/div>\n        <\/div>\n\n        <div class=\"checkbox-section\">\n          <div class=\"checkbox-section-title\">What does your budget include?<\/div>\n          <div class=\"checkbox-grid\">\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"budget_includes[]\" value=\"International Flights\"> International Flights\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"budget_includes[]\" value=\"Domestic Flights in Peru\"> Domestic Flights in Peru\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"budget_includes[]\" value=\"Accommodation\"> Accommodation\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"budget_includes[]\" value=\"Ground Transportation\"> Ground Transportation\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"budget_includes[]\" value=\"Meals\"> Meals\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"budget_includes[]\" value=\"Entrance Fees\"> Entrance Fees\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"budget_includes[]\" value=\"Guides\"> Guides\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"budget_includes[]\" value=\"Activities & Tours\"> Activities & Tours\n            <\/label>\n          <\/div>\n        <\/div>\n\n        <div class=\"checkbox-section\">\n          <div class=\"checkbox-section-title\">Accommodation Preference<\/div>\n          <div class=\"checkbox-grid\">\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"accommodation\" value=\"Budget (Hostels, 2-3 star Hotels)\"> Budget (Hostels, 2\u20133\u2605)\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"accommodation\" value=\"Standard (3-4 star Hotels)\"> Standard (3\u20134\u2605)\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"accommodation\" value=\"Superior (4-5 star, Boutique Hotels)\"> Superior (4\u20135\u2605, Boutique)\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"accommodation\" value=\"Luxury (5 star, Exclusive Lodges)\"> Luxury (5\u2605, Exclusive Lodges)\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"accommodation\" value=\"Eco-Lodges \/ Sustainable Properties\"> Eco-Lodges \/ Sustainable\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"accommodation\" value=\"Mixed Categories\"> Mixed Categories\n            <\/label>\n          <\/div>\n        <\/div>\n\n        <div class=\"checkbox-section\">\n          <div class=\"checkbox-section-title\">Room Type<\/div>\n          <div class=\"checkbox-grid\">\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"room_type\" value=\"Single\"> Single\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"room_type\" value=\"Double\"> Double\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"room_type\" value=\"Triple\"> Triple\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"radio\" name=\"room_type\" value=\"Family\"> Family\n            <\/label>\n          <\/div>\n        <\/div>\n\n        <div class=\"checkbox-section\">\n          <div class=\"checkbox-section-title\">Additional Services<\/div>\n          <div class=\"checkbox-grid\">\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"services[]\" value=\"Airport Pick-up\"> Airport Pick-up\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"services[]\" value=\"Private Guide in Spanish\"> Private Guide (Spanish)\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"services[]\" value=\"Private Guide in English\"> Private Guide (English)\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"services[]\" value=\"Travel Insurance\"> Travel Insurance\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"services[]\" value=\"Visa Assistance\"> Visa Assistance\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"services[]\" value=\"Pre-trip Consultation\"> Pre-trip Consultation\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"services[]\" value=\"Professional Photographer\"> Professional Photographer\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"services[]\" value=\"Private Transportation throughout\"> Private Transportation\n            <\/label>\n          <\/div>\n          <div class=\"form-row single\" style=\"margin-top:12px;\">\n            <div class=\"form-group\">\n              <label>Private guide in another language (specify)<\/label>\n              <input type=\"text\" name=\"other_language\" placeholder=\"e.g. French, German, Portuguese...\">\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- STEP 4: Special Requirements -->\n      <div class=\"step-panel\" id=\"panel-4\">\n        <div class=\"step-title\">4. Special Requirements & Final Details<\/div>\n        <p class=\"step-subtitle\">Help us make your trip absolutely perfect with these final details<\/p>\n\n        <div class=\"checkbox-section\">\n          <div class=\"checkbox-section-title\">Special Interests<\/div>\n          <div class=\"checkbox-grid\">\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"interests[]\" value=\"Sustainable & Responsible Tourism\"> Sustainable Tourism\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"interests[]\" value=\"Support for Local Communities\"> Support Local Communities\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"interests[]\" value=\"Conservation Projects\"> Conservation Projects\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"interests[]\" value=\"Experiences with Local Artisans\"> Local Artisans\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"interests[]\" value=\"Peruvian Cooking Classes\"> Peruvian Cooking Classes\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"interests[]\" value=\"Traditional Ceremonies\"> Traditional Ceremonies\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"interests[]\" value=\"Stargazing\"> Stargazing\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"interests[]\" value=\"Yoga & Meditation\"> Yoga & Meditation\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"interests[]\" value=\"Extreme Activities (paragliding, rafting)\"> Extreme Activities\n            <\/label>\n            <label class=\"checkbox-item\">\n              <input type=\"checkbox\" name=\"interests[]\" value=\"Local Market Visits\"> Local Market Visits\n            <\/label>\n          <\/div>\n        <\/div>\n\n        <div class=\"form-row single\">\n          <div class=\"form-group\">\n            <label>Food restrictions or allergies<\/label>\n            <textarea name=\"food_restrictions\" placeholder=\"e.g. vegetarian, vegan, gluten-free, nut allergy...\"><\/textarea>\n          <\/div>\n        <\/div>\n\n        <div class=\"form-row single\">\n          <div class=\"form-group\">\n            <label>Medical conditions or physical limitations<\/label>\n            <textarea name=\"medical\" placeholder=\"Any health conditions we should be aware of to plan your trip safely...\"><\/textarea>\n          <\/div>\n        <\/div>\n\n        <div class=\"form-row single\">\n          <div class=\"form-group\">\n            <label>Special occasion<\/label>\n            <input type=\"text\" name=\"occasion\" placeholder=\"e.g. Honeymoon, Anniversary, Birthday, Family Reunion...\">\n          <\/div>\n        <\/div>\n\n        <div class=\"form-row single\">\n          <div class=\"form-group\">\n            <label>Additional comments or requests<\/label>\n            <textarea name=\"comments\" placeholder=\"Anything else you'd like us to know to craft your perfect trip...\" style=\"min-height:120px;\"><\/textarea>\n          <\/div>\n        <\/div>\n\n        <div class=\"form-row single\">\n          <div class=\"form-group\">\n            <label style=\"display:flex;align-items:center;gap:8px;text-transform:none;font-size:13px;cursor:pointer;\">\n              <input type=\"checkbox\" name=\"consent\" required style=\"width:16px;height:16px;padding:0;border:none;accent-color:#2d6a2d;\">\n              I agree to receive communications from Kaypi Peru Tours about my inquiry and special offers. I have read and accept the <a href=\"#\" style=\"color:#2d6a2d;\">Privacy Policy<\/a>. <span class=\"required\">*<\/span>\n            <\/label>\n          <\/div>\n        <\/div>\n\n        <div class=\"whatsapp-note\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"#25D366\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>\n          After submitting, you can also contact us directly on WhatsApp for faster assistance.\n        <\/div>\n      <\/div>\n\n      <!-- Navigation -->\n      <div class=\"tm-nav\">\n        <button type=\"button\" class=\"btn-prev\" id=\"btnPrev\" style=\"display:none;\" onclick=\"changeStep(-1)\">\u2190 Previous<\/button>\n        <span class=\"step-counter\" id=\"stepCounter\">Step 1 of 4<\/span>\n        <button type=\"button\" class=\"btn-next\" id=\"btnNext\" onclick=\"changeStep(1)\">Next Step \u2192<\/button>\n        <button type=\"submit\" class=\"btn-submit\" id=\"btnSubmit\" style=\"display:none;\">\u2708\ufe0f Send My Request<\/button>\n      <\/div>\n\n    <\/form>\n\n    <!-- Success Message -->\n    <div class=\"tm-success\" id=\"successMsg\">\n      <div class=\"success-icon\">\ud83c\udf89<\/div>\n      <h3>Your request has been sent!<\/h3>\n      <p>Thank you! Our team at Kaypi Peru Tours will review your tailor made request and get back to you within 24 hours.<\/p>\n      <a href=\"https:\/\/wa.me\/51992832337?text=Hi!%20I%20just%20submitted%20a%20Tailor%20Made%20trip%20request%20on%20your%20website.%20I%20would%20like%20to%20follow%20up.\" class=\"btn-whatsapp\" target=\"_blank\">\n        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"white\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>\n        Chat on WhatsApp\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\nlet currentStep = 1;\nconst totalSteps = 4;\n\nfunction changeStep(direction) {\n  const panels = document.querySelectorAll('.step-panel');\n  const indicators = document.querySelectorAll('.tm-step');\n\n  \/\/ Validate required fields on step 1\n  if (direction === 1 && currentStep === 1) {\n    const name = document.querySelector('[name=\"full_name\"]').value;\n    const email = document.querySelector('[name=\"email\"]').value;\n    const phone = document.querySelector('[name=\"phone\"]').value;\n    if (!name || !email || !phone) {\n      alert('Please fill in your Full Name, Email and Phone before continuing.');\n      return;\n    }\n  }\n\n  indicators[currentStep - 1].classList.remove('active');\n  indicators[currentStep - 1].classList.add('completed');\n  panels[currentStep - 1].classList.remove('active');\n\n  currentStep += direction;\n\n  if (direction === -1) {\n    indicators[currentStep].classList.remove('completed');\n  }\n\n  panels[currentStep - 1].classList.add('active');\n  indicators[currentStep - 1].classList.add('active');\n  indicators[currentStep - 1].classList.remove('completed');\n\n  document.getElementById('stepCounter').textContent = `Step ${currentStep} of ${totalSteps}`;\n  document.getElementById('btnPrev').style.display = currentStep === 1 ? 'none' : 'inline-flex';\n  document.getElementById('btnNext').style.display = currentStep === totalSteps ? 'none' : 'inline-flex';\n  document.getElementById('btnSubmit').style.display = currentStep === totalSteps ? 'inline-flex' : 'none';\n\n  window.scrollTo({ top: 0, behavior: 'smooth' });\n}\n\ndocument.getElementById('tailorMadeForm').addEventListener('submit', function(e) {\n  e.preventDefault();\n\n  const consent = document.querySelector('[name=\"consent\"]').checked;\n  if (!consent) {\n    alert('Please accept the Privacy Policy to submit your request.');\n    return;\n  }\n\n  const formData = new FormData(this);\n\n  fetch('\/wp-admin\/admin-ajax.php', {\n    method: 'POST',\n    body: (() => {\n      formData.append('action', 'kaypi_tailor_made');\n      return formData;\n    })()\n  })\n  .then(res => res.json())\n  .then(data => {\n    if (data.success) {\n      document.getElementById('tailorMadeForm').style.display = 'none';\n      document.getElementById('successMsg').style.display = 'block';\n      document.querySelector('.tm-steps').style.display = 'none';\n    } else {\n      alert('There was an error sending your request. Please try again or contact us on WhatsApp.');\n    }\n  })\n  .catch(() => {\n    alert('Connection error. Please try again or contact us on WhatsApp.');\n  });\n});\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ab709f9 e-flex e-con-boxed e-con e-parent\" data-id=\"ab709f9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af54bfa elementor-widget elementor-widget-spacer\" data-id=\"af54bfa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Tailor Made Trip &#8211; Kaypi Peru Tours Plan Your Tailor Made Trip Tell us about your dream journey and we&#8217;ll craft the perfect experience for you 1 Personal Info 2 Trip Details 3 Preferences 4 Special Needs 1. Personal Information Let us know who you are so we can personalize your experience Full Name * [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2241","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/kaypiperutours.com\/pt\/wp-json\/wp\/v2\/pages\/2241","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kaypiperutours.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kaypiperutours.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kaypiperutours.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kaypiperutours.com\/pt\/wp-json\/wp\/v2\/comments?post=2241"}],"version-history":[{"count":19,"href":"https:\/\/kaypiperutours.com\/pt\/wp-json\/wp\/v2\/pages\/2241\/revisions"}],"predecessor-version":[{"id":2261,"href":"https:\/\/kaypiperutours.com\/pt\/wp-json\/wp\/v2\/pages\/2241\/revisions\/2261"}],"wp:attachment":[{"href":"https:\/\/kaypiperutours.com\/pt\/wp-json\/wp\/v2\/media?parent=2241"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}