/* Program Highlights Card */
.program-highlights-card {
  max-width: 1100px;
  margin: 0px auto;
  /* background: linear-gradient(180deg, #fff 96%, #faf8f2 100%); */
  border: 2px solid #B6483D;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(18, 30, 40, 0.08);
  padding: 32px 32px 24px 32px;
  position: relative;
  overflow: hidden;
}

.program-highlights-card .card-bg {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  z-index: 0;
  background-image: url('https://www.transparenttextures.com/patterns/cartographer.png');
  pointer-events: none;
}

.program-highlights-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #B6483D;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #B6483D;
  display: inline-block;
  padding-bottom: 4px;
  letter-spacing: 1px;
}

.program-highlights-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 38px;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .program-highlights-list {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .program-highlights-card {
    margin: 0 10px;
  }
}

.program-highlights-list li {
  list-style: none;
  font-size: 1.15rem;
  /* color: #184a63; */
  font-weight: 700;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3f3f3;
  padding-bottom: 8px;
}

.program-highlights-list li:last-child {
  border-bottom: none;
}

.program-highlights-list .fa-check {
  color: #ca5351;
  font-size: 1.3rem;
  margin-right: 12px;
}

/* Daily Schedule Section */
.daily-schedule-section {
  max-width: 1200px;
  margin: 45px auto;
  padding: 0 0px;

}

.daily-schedule-title {
  text-align: center;
  font-size: 1.3rem;

  color: #B6483D;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.daily-schedule-divider {
  margin: 18px auto 32px auto;
  width: 220px;
  height: 18px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daily-schedule-divider:before,
.daily-schedule-divider:after {
  content: "";
  flex: 1;
  height: 2px;
  background: #ca5351;
  opacity: 0.2;
  margin: 0 12px;
}

.daily-schedule-divider i {
  color: #ca5351;
  font-size: 1.2rem;
  margin: 0 2px;
}

.daily-schedule-grid-wrap {
  display: flex;
  gap: 38px;
  /* align-items: flex-start; */
  margin-top: 18px;
}

.daily-schedule-grid {
  flex: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 15px;
}

@media (max-width: 900px) {
  .daily-schedule-grid-wrap {
    flex-direction: column;
    gap: 0;
    width: 300px;
  }

  .daily-schedule-grid {
    grid-template-columns: 1fr;
  }

  .daily-schedule-image {
    margin: 32px auto 0 auto;
  }
}

.daily-schedule-card {
  background: white;
  border-radius: 12px;
  border: 2px dashed #B6483D;
  padding: 10px 0 10px 0;
  text-align: center;
  position: relative;
  min-height: 90px;
  box-shadow: 0 4px 18px rgba(18, 30, 40, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.daily-schedule-time {
  display: inline-block;
  background: #B6483D;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 7px 22px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(255, 107, 74, 0.08);
  position: relative;
  top: -25px;
}

.daily-schedule-activity {

  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}

.daily-schedule-image {
  flex: 1;
  min-width: 320px;
  max-width: 420px;
  height: 490px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(18, 30, 40, 0.08);
}

.daily-schedule-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 28px;
}

/* inclusive and Exclusive Toggle Section */

.inc-exc-toggle-section {
  max-width: 1100px;
  margin:  0 auto;
  padding: 0 18px;
}

.inc-exc-toggle-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(8, 24, 34, 0.08);
  overflow: hidden;
  border: 2.5px solid #ca5351;
  transition: box-shadow 0.2s;
}

.inc-exc-toggle-header {
  display: flex;
  align-items: stretch;
  background: #f8fafc;
}

.toggle-btn {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  /* color: #184a63; */
  font-weight: 800;
  font-size: 1.18rem;
  padding: 22px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transition: background 0.2s, color 0.2s;
  border-bottom: 3px solid transparent;
}

.toggle-btn .toggle-icon {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

.inc-exc-toggle-body {
  padding: 32px 36px 36px 36px;
  /* background: #f8fafc; */
  min-height: 260px;
  transition: background 0.2s;
}

.toggle-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toggle-content li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px dashed #e9eef0;

  font-weight: 600;
  font-size: 1.07rem;
  transition: color 0.2s;
}

.inc-list li i {
  color: #ff6b6b;
  font-size: 20px;
  margin-top: 2px;
}

.exc-list li i {
  color: #ff6b6b;
  font-size: 20px;
  margin-top: 2px;
  transform: rotate(180deg);
}

.toggle-content li:last-child {
  border-bottom: none;
}

@media (max-width: 700px) {
  .inc-exc-toggle-body {
    padding: 20px 12px 22px 12px;
  }

  .toggle-btn {
    font-size: 1rem;
    padding: 16px 0;
  }
}

.inc-exc-toggle-section {
  padding: 40px 20px;
  /* background: #f9f9f9; */
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.inc-exc-toggle-card {
  max-width: 800px;
  margin: 0 auto;
  background: #fffaea;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.inc-exc-toggle-header {
  display: flex;
  justify-content: space-around;
  background: #B6483D;
  padding: 10px 0;
}

.toggle-btn {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s ease;
}

.toggle-btn.active {
  background: #a73e3e;
  border-radius: 8px;
}

.toggle-btn .toggle-icon {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}

.inc-exc-toggle-body {
  padding: 20px;
}

.toggle-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toggle-content ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.toggle-content ul li:last-child {
  border-bottom: none;
}

.toggle-content ul li i {
  font-size: 20px;
  color: #B6483D;
  margin-right: 10px;
}

.inc-list {
  /* background: #f0fff5; */
  /* border-left: 5px solid #ff6b6b; */
  padding: 15px;
  border-radius: 8px;
}

.exc-list {
  background: #fff5f5;
  border-left: 5px solid #923832ff;
  padding: 15px;
  border-radius: 8px;
}