/* === AI Honeymoon Planner Section === */
.ai-search-section {
  background: #fffdf900; /*#fffdf9;*/
  padding: 80px 20px;
  text-align: center;
}

.ai-container {
  max-width: 800px;
  margin: 0 auto;
}

.ai-heading {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: var(--deep);
  margin-bottom: 10px;
}

.ai-sub {
  color: #666;
  margin-bottom: 30px;
  font-size: 1.05rem;
}

/* Search Box */
.ai-search-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid var(--peach);
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  padding: 10px 20px;
  max-width: 700px;
  margin: 0 auto;
}

.ai-search-box i.ai-icon {
  color: var(--peach);
  font-size: 1.3rem;
  margin-right: 10px;
}

.ai-search-box input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.05rem;
  color: #333;
  background: transparent;
  font-family: 'Roboto', sans-serif;
}

.ai-search-box button {
  background: var(--peach);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ai-search-box button:hover {
  background: #cf6f54;
}

/* AI Result Box */
.ai-result {
  margin-top: 30px;
  background: #fff;
  border: 1.5px solid var(--peach-light);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  text-align: left;
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  transition: all 0.3s ease;
  min-height: 100px;
}

.ai-placeholder {
  color: #999;
  text-align: center;
}

/* Book / WhatsApp Buttons */
.ai-actions {
  margin-top: 15px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ai-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.95rem;
  transition: background 0.3s ease, transform 0.2s;
}

.ai-btn:hover { transform: translateY(-2px); }

.ai-btn.book {
  background: var(--peach);
  color: #fff;
}

.ai-btn.whatsapp {
  background: #25D366;
  color: #fff;
}

/* Responsive */
@media (max-width: 640px) {
  .ai-search-box {
    flex-direction: row;
    padding: 8px 14px;
  }
  .ai-search-box input {
    font-size: 1rem;
  }
  .ai-search-box button {
    width: 40px;
    height: 40px;
  }
  .ai-result {
    font-size: 0.95rem;
  }
}
.ai-block h3 {
  margin: 10px 0 6px;
  font-size: 1.2rem;
  color: var(--peach);
}

.ai-block ul {
  margin: 10px 0 10px 20px;
  padding: 0;
}

.ai-block li {
  margin-bottom: 6px;
  color: #444;
}

.ai-note {
  color: #666;
  font-size: 0.9rem;
  margin-top: 8px;
}

/* === AI Honeymoon Section Styles === */
.ai-search-section {
  background: #fffdf900; /*#fffdf9;*/
  padding: 20px 20px;
  text-align: center;
  border-top: 2px solid #f3e0d7;
}

.ai-container {
  max-width: 900px;
  margin: auto;
}

.ai-heading {
  font-family: "Playfair Display", serif;
  color: #0c3d4a;
  font-size: 2rem;
  margin-bottom: 10px;
}

.ai-sub {
  color: #555;
  font-size: 1.05rem;
  margin-bottom: 30px;
}

/* Search Box */
.ai-search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #e17b63;
  border-radius: 40px;
  padding: 10px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  margin: auto;
}

.ai-search-box i.ai-icon {
  color: #e17b63;
  font-size: 1.2rem;
  margin-right: 10px;
}

.ai-search-box input {
  border: none;
  flex: 1;
  padding: 10px;
  font-size: 1rem;
  outline: none;
  font-family: "Roboto", sans-serif;
}

.ai-search-box button {
  background: #e17b63;
  border: none;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 1.1rem;
  transition: background 0.3s ease;
}

.ai-search-box button:hover {
  background: #cf6f54;
}

/* Results */
.ai-result {
  margin-top: 40px;
  text-align: left;
}

.ai-block {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.ai-block h3 {
  color: #e17b63;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.ai-block ul {
  margin: 10px 0 10px 20px;
  padding: 0;
}

.ai-block li {
  margin-bottom: 6px;
  color: #444;
}

.itinerary {
  margin: 15px 0 15px 25px;
}

.itinerary li {
  font-style: italic;
  color: #555;
}

.ai-note {
  font-size: 0.95rem;
  color: #666;
  margin-top: 10px;
}

.ai-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ai-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.ai-btn.book {
  background: #e17b63;
  color: #fff;
}

.ai-btn.book:hover {
  background: #cf6f54;
}

.ai-btn.whatsapp {
  background: #25D366;
  color: #fff;
}

.ai-btn.whatsapp:hover {
  background: #1ebe5d;
}

/* Related Suggestion */
.ai-related {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #f0c3b1;
}

.ai-related h4 {
  color: #0c3d4a;
  font-size: 1rem;
  margin-bottom: 10px;
}

.ai-related-card {
  background: #fffaf6;
  border: 1px solid #f0c3b1;
  border-radius: 10px;
  padding: 12px 16px;
}

.ai-related-card h5 {
  color: #e17b63;
  font-size: 1rem;
  margin-bottom: 6px;
}

.book-mini {
  font-size: 0.85rem;
  padding: 8px 14px;
}
