/* South Africa Experience Page - Theme Overrides Only */
/* South Africa Flag Colors: Black (#000000), Red (#E8102E), Blue (#002395), Yellow (#FFB81C), Green (#007A5E) */

:root {
  --south-africa-primary: #007A5E;
  --south-africa-accent: #005A45;
  --south-africa-red: #E8102E;
  --south-africa-blue: #002395;
  --south-africa-yellow: #FFB81C;
  --south-africa-black: #000000;
}

/* Section subtitle color */
.section-subtitle {
  color: var(--south-africa-primary) !important;
}

/* Overview border gradient - South Africa flag colors in order (black, red, blue, yellow, green) */
.experience-overview {
  border-image: linear-gradient(to right, var(--south-africa-black) 0%, var(--south-africa-black) 20%, var(--south-africa-red) 20%, var(--south-africa-red) 40%, var(--south-africa-blue) 40%, var(--south-africa-blue) 60%, var(--south-africa-yellow) 60%, var(--south-africa-yellow) 80%, var(--south-africa-primary) 80%, var(--south-africa-primary) 100%) 1;
}

/* Highlight card icons - South Africa gradient with multiple colors */
.experience-overview .highlight-icon {
  background: linear-gradient(135deg, var(--south-africa-primary), var(--south-africa-blue));
}

/* Itinerary timeline gradient */
.experience-itinerary .itinerary-timeline::before {
  background: linear-gradient(180deg, var(--south-africa-primary), var(--south-africa-red));
}

/* Day number styling */
.experience-itinerary .day-number {
  border-color: var(--south-africa-primary);
  color: var(--south-africa-primary);
}

.experience-itinerary .day-location {
  color: var(--south-africa-primary);
}

.experience-itinerary .optional-section {
  background: rgba(0, 122, 94, 0.05);
  border-left-color: var(--south-africa-primary);
}

.experience-itinerary .meals {
  color: var(--south-africa-primary);
}

/* What's Included icons */
.experience-included .included-icon {
  background: linear-gradient(135deg, var(--south-africa-primary), var(--south-africa-accent));
}

/* Highlights numbering */
.experience-highlights .highlight-number {
  color: var(--south-africa-primary);
}

.experience-highlights .highlight-item {
  border-bottom-color: rgba(0, 122, 94, 0.2);
}

/* Pricing section overrides */
.experience-pricing .pricing-header .section-subtitle {
  color: var(--south-africa-primary);
}

.experience-pricing .pricing-card {
  border-color: rgba(0, 122, 94, 0.1);
}

.experience-pricing .pricing-card:hover {
  border-color: var(--south-africa-primary);
  box-shadow: 0 8px 25px rgba(0, 122, 94, 0.15);
}

.experience-pricing .segment-badge {
  background: linear-gradient(90deg, var(--south-africa-primary), var(--south-africa-blue));
}

.experience-pricing .price-range {
  background: linear-gradient(135deg, var(--south-africa-primary), var(--south-africa-red));
}

.experience-pricing .includes li::before {
  color: var(--south-africa-primary);
}

.experience-pricing .pricing-summary {
  background: linear-gradient(135deg, var(--south-africa-primary), var(--south-africa-accent));
}

/* CTA section - Full South Africa flag color spectrum */
.experience-cta {
  background: linear-gradient(90deg, var(--south-africa-black) 0%, var(--south-africa-black) 20%, var(--south-africa-red) 20%, var(--south-africa-red) 40%, var(--south-africa-blue) 40%, var(--south-africa-blue) 60%, var(--south-africa-yellow) 60%, var(--south-africa-yellow) 80%, var(--south-africa-primary) 80%, var(--south-africa-primary) 100%);
}

.experience-cta h2,
.experience-cta p {
  color: #FFFFFF;
}

.experience-cta .btn-primary {
  background: #FFFFFF;
  color: var(--south-africa-primary);
}

.experience-cta .btn-primary:hover {
  background: var(--south-africa-yellow);
  color: var(--south-africa-black);
}

.experience-cta .btn-secondary {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.experience-cta .btn-secondary:hover {
  background: #FFFFFF;
  color: var(--south-africa-primary);
}

/* Hero badge - South Africa styling */
.experience-hero .hero-badge {
  background: rgba(0, 122, 94, 0.85);
  color: #FFFFFF;
}

/* Scroll indicator */
.experience-hero .scroll-indicator .mouse {
  border-color: var(--south-africa-yellow);
}

.experience-hero .scroll-indicator .mouse::before {
  background: var(--south-africa-yellow);
}

/* Featured pricing card */
.experience-pricing .pricing-card.featured {
  border-color: var(--south-africa-primary);
}

/* Activity costs section */
.experience-pricing .pricing-activity-costs h3 {
  color: var(--south-africa-primary);
}

.experience-pricing .activity-item h4 {
  color: var(--south-africa-primary);
}
