/*
Theme Name: icontour
Theme URI: https://icontour.nl/
Author URI: https://icontour.nl/
Author:
Description: The 2025 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.0.0
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: icontour

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}
/* ==========================================================================
   Behandelingen Sectie - Modern Styling voor WordPress/Elementor
   ========================================================================== */

/* Container & Layout */
.behandelingen-sectie {
  padding: 60px 0;
  background: #f8f9fa;
}

.behandelingen-sectie.huidverbeterend {
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Sectie Header */
.sectie-header {
  text-align: center;
  margin-bottom: 50px;
}

.sectie-titel {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.sectie-titel::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #e8b4a8, #d4a59a);
}

/* Grid Layout */
.behandelingen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Card Styling */
.behandeling-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.behandeling-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Featured & Special Cards */
.behandeling-featured {
  border: 2px solid #e8b4a8;
}

.behandeling-fullwidth {
  grid-column: 1 / -1;
}

/* Badges */
.aanbieding-badge,
.featured-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 10;
}

.aanbieding-badge {
  background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
  color: #ffffff;
}

.featured-badge {
  top: 15px;
  right: auto;
  left: 15px;
  background: linear-gradient(135deg, #4ecdc4, #44a3a2);
  color: #ffffff;
}

/* Card Header */
.card-header {
  padding: 25px 25px 15px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.behandeling-naam {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 12px;
}

.behandeling-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.duur,
.prijs {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
}

.duur {
  color: #7f8c8d;
}

.prijs {
  font-weight: 700;
  color: #2c3e50;
  font-size: 1.1rem;
}

.oude-prijs {
  color: #95a5a6;
  font-size: 0.9rem;
  text-decoration: line-through;
  margin-right: 8px;
}

.nieuwe-prijs {
  color: #e74c3c;
  text-decoration: none;
  font-size: 1.2rem;
}

/* Card Body */
.card-body {
  padding: 20px 25px;
  flex-grow: 1;
}

.beschrijving {
  color: #5a6c7d;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Keuze Opties & Voordelen */
.keuze-opties,
.voordelen-sectie {
  margin-top: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}

.keuze-intro,
.voordelen-intro {
  color: #2c3e50;
  margin-bottom: 12px;
}

.opties-lijst,
.voordelen-lijst {
  list-style: none;
  padding: 0;
  margin: 0;
}

.opties-lijst li,
.voordelen-lijst li {
  padding: 8px 0;
  color: #5a6c7d;
  display: flex;
  align-items: center;
  gap: 10px;
}

.opties-lijst li i,
.voordelen-lijst li i {
  color: #4ecdc4;
  font-size: 1.1rem;
}

/* Kuur Info */
.kuur-info {
  margin-top: 20px;
  padding: 15px;
  background: linear-gradient(135deg, #fff3e0, #ffe0b2);
  border-radius: 8px;
  border-left: 4px solid #ffa726;
}

.kuur-prijs {
  color: #e65100;
  font-size: 1rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Prijstabel */
.prijstabel-wrapper {
  margin: 30px 0;
  overflow-x: auto;
}

.prijstabel-titel {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.prijstabel {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.prijstabel thead {
  background: linear-gradient(135deg, #e8b4a8, #d4a59a);
}

.prijstabel th {
  padding: 15px;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.prijstabel td {
  padding: 15px;
  border-bottom: 1px solid #ecf0f1;
  color: #5a6c7d;
}

.prijstabel tbody tr:hover {
  background: #f8f9fa;
}

.prijstabel tbody tr:last-child td {
  border-bottom: none;
}

.highlight-row {
  background: #e8f5e9 !important;
}

.highlight-row td {
  color: #2e7d32;
  font-weight: 600;
}

.popular-row {
  background: #fff3e0 !important;
  font-weight: 600;
}

/* Uitleg Sectie */
.uitleg-sectie {
  margin-top: 30px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #4ecdc4;
}

.uitleg-titel {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.uitleg-content p {
  color: #5a6c7d;
  line-height: 1.8;
  margin-bottom: 15px;
}

.uitleg-content p:last-child {
  margin-bottom: 0;
}

/* Card Footer */
.card-footer {
  padding: 20px 25px;
  background: #f8f9fa;
  border-top: 1px solid #ecf0f1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Buttons */
.btn {
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  flex: 1;
  min-width: 140px;
}

.btn-primary {
  background: linear-gradient(135deg, #e8b4a8, #d4a59a);
  color: #ffffff;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #d4a59a, #c09585);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 165, 154, 0.4);
}

.btn-secondary {
  background: #ffffff;
  color: #5a6c7d;
  border: 2px solid #e8b4a8;
}

.btn-secondary:hover {
  background: #e8b4a8;
  color: #ffffff;
  border-color: #e8b4a8;
}

/* Icons Placeholder (gebruik Font Awesome of eigen icon font) */
.icon-clock::before,
.icon-check::before,
.icon-star::before,
.icon-gift::before,
.icon-info::before {
  /* Voeg hier je icon font toe */
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
}

/* Responsive Design */
@media (max-width: 768px) {
  .sectie-titel {
    font-size: 2rem;
  }
  
  .behandelingen-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .card-header {
    padding: 20px 20px 12px;
  }
  
  .behandeling-naam {
    font-size: 1.4rem;
  }
  
  .card-body {
    padding: 15px 20px;
  }
  
  .card-footer {
    flex-direction: column;
  }
  
  .btn {
    width: 100%;
  }
  
  .prijstabel {
    font-size: 0.9rem;
  }
  
  .prijstabel th,
  .prijstabel td {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .sectie-titel {
    font-size: 1.6rem;
  }
  
  .behandeling-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Animaties */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.behandeling-card {
  animation: fadeInUp 0.6s ease forwards;
}

.behandeling-card:nth-child(1) { animation-delay: 0.1s; }
.behandeling-card:nth-child(2) { animation-delay: 0.2s; }
.behandeling-card:nth-child(3) { animation-delay: 0.3s; }
.behandeling-card:nth-child(4) { animation-delay: 0.4s; }
