/* 
/* Yoga Retreat Page Styles - Clean Professional Schedule */
.retreat-schedule-wrap {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border-left: 4px solid #b4235c;
}

.retreat-schedule-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.retreat-schedule-item:last-child {
  border-bottom: none;
}

.retreat-schedule-time {
  background: #b4235c;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  margin-right: 20px;
  font-size: 14px;
}

.retreat-schedule-activity {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  flex: 1;
}

/* Equal height for yoga-icon-box (Who Can Join section) */
.yoga-icon-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.yoga-icon-box .yoga-icon-header {
  flex-shrink: 0;
}

.yoga-icon-box .yoga-icon-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.yoga-icon-box .yoga-icon-content p {
  margin-bottom: 15px;
}

.yoga-icon-box .yoga-icon-content p:last-child {
  margin-bottom: 0;
}

/* Equal height for Who Can Join section */
#include .row {
  display: flex;
  flex-wrap: wrap;
}

#include .col-lg-4 {
  display: flex;
  margin-bottom: 30px;
}

#include .yoga-icon-box {
  width: 100%;
}

/* Equal height for duration options - keep existing design */
.duration-options .row {
  display: flex;
  flex-wrap: wrap;
}

.duration-options .col-lg-4 {
  display: flex;
  margin-bottom: 30px;
}

.duration-options .course-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.duration-options .course-box .course-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/* Yoga Retreat Page Course Cards - Match Existing Design */
.retreat-course-card {
  background-image: url("../images/image-frame2.png");
  background-size: 100% 100%;
  padding: 15px;
  margin: 5px 15px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.retreat-course-image-wrap {
  width: 100%;
  height: 248px;
  overflow: hidden;
  border-radius: 5px;
}

.retreat-course-image {
  width: 100%;
  height: 248px;
  object-fit: cover;
}

.retreat-course-content {
  overflow: hidden;
  padding: 0px 25px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #ccc;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.retreat-course-title {
  font-size: 20px;
  font-weight: 700;
  color: #b4235c;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid #b4235c;
  position: relative;
}

.retreat-course-title:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: #b4235c;
  border-radius: 2px;
}

.retreat-course-duration,
.retreat-course-level,
.retreat-course-description {
  margin: 0;
  padding: 8px 0;
  font-size: 15px;
  color: #555;
}

.retreat-course-duration,
.retreat-course-level {
  border-bottom: 1px solid #eee;
}

.retreat-course-description {
  margin-bottom: 15px;
  font-style: italic;
  color: #666;
}

.retreat-course-button {
  background: #b4235c;
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: auto;
}

.retreat-course-button:hover {
  background: #9a1e4a;
  color: white;
  transform: translateY(-2px);
}

.retreat-course-logo {
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: contain;
  bottom: 0px;
  right: 0px;
  box-shadow: 0px 0px 5px 0px #606060;
  border-radius: 50%;
}

/* Equal height for yoga retreat course cards */
.retreat-course-row {
  display: flex;
  flex-wrap: wrap;
}

.retreat-course-col {
  display: flex;
}

/* Retreat Price Highlighting */
.retreat-price {
  color: #b4235c;
  font-weight: bold;
}
