	
    #body-wrap p {
		font-size: 22px;
		line-height: 34px;
	} 

	#body-wrap li {
		font-size: 22px;
		line-height: 34px;
	}

	.book-button {
		margin-right: 16px;
	}

	.btn-see-programme {
		background-color: #0a5f0a;
		border-color: #0a5f0a;
	}
	.btn-see-programme:hover {
		background-color: #117011;
		border-color: #117011;
		cursor: pointer;
	}

	.banner-img {
		background-image: url("<?php echo BASE_URL . "/gfx/" . $banner_img; ?>");
		background-position: 50% 0%;
		background-attachment: fixed;
	}

	.offer-closed {
		background-color: #acacad;
		border-color: #acacad
	}
	.offer-closed:hover {
		background-color: #acacad;
		border-color: #acacad;
	}


	/* Workshops */

	#workshops p {
		color: black;
		font-size: 20px;
		line-height: 28px;
	}

	#workshops h4 {
		font-size: 24px;
		font-weight: 600;
	}

	#workshops .affa-feature-col {
		height: 450px;
		border-radius: 20px;
		background-color: #95C5EC;
	}

	#workshops .affa-feature-col:hover {
		background-color: #008cee;
	}

	#workshops .feature-icon {
		top: -10%;
		left: 0%;
		font-size: 200px;
		opacity: 15%;
	}

	#workshops .col-md-4 {
		padding-right: 8px;
		padding-bottom: 8px;
	}

	#workshops .col-lg-3 {
		padding-right: 8px;
		padding-bottom: 8px;
	}

	#workshops .row {
		padding: 32px;
	}

	#workshops p {
		font-weight: 300;
	}

		
/* Hero banner */

	.header-content-wrap {
		top: -360px !important;
	}

	.subhead {
		margin-top: 16px;
	}


/* Misc */

	#bty-beacon-logo {
		height: 100px;
		width: auto;
	}

	#bty-sbs-logo {
		height: 100px;
		width: auto;
	}

	.workshop-bio-img {
		height: 300px;
		width: auto;
		margin-bottom: 40px;
	}

	.countdown-clock {
		width:50%;
		max-width: 650px;
		min-width: 400px;
	}

	#header .header-content-minimalist {
		position: relative;
		overflow: hidden;
		background-image: none !important;
	}

	#header .header-content-minimalist::before {
		content: "";
		position: absolute;
		top: 0;
		right: -4%;
		bottom: 0;
		left: -4%;
		z-index: 0;
		background-image: var(--hero-image);
		background-position: var(--hero-position, 50% 0%);
		background-repeat: no-repeat;
		background-size: cover;
		animation: hero-pan 24s ease-in-out infinite alternate;
		pointer-events: none;
	}

	#header .header-content-minimalist .header-content-wrap {
		z-index: 1;
	}

	@keyframes hero-pan {
		from {
			transform: translateX(-2%);
		}
		to {
			transform: translateX(2%);
		}
	}

	@media (prefers-reduced-motion: reduce) {
		#header .header-content-minimalist::before {
			animation: none;
		}
	}


@media only screen and (max-width: 576px) {
	
	.header-content-wrap {
		top: -410px !important;
	}

	.header-content-minimalist {
		min-height: 700px !important;
	}

	#headline {
		font-size: 40px !important;
		padding-bottom: 8px !important;
		padding-top: 8px !important;
	}

	.subhead {
		font-size: 20px !important;
		line-height: 26px !important;
		margin-top: 8px;
	}
	
	.subhead2 {
		font-size: 18px !important;
		line-height: 24px !important;
	}

	.eyebrow {
		font-size: 16px !important;
		line-height: 16px !important;
	}
	
	.cancellation-text {
		font-size: 16px !important;
		line-height: 16px !important;
		display: none;
	}

	.buy-button {
		line-height: 80px;
	}

	#workshops .affa-feature-col {
		height: auto;
		padding-bottom: 60px;
	}

	.tick-group {
		font-size: 10.5px;
	}

	#theatre-image {
		width: 100%;
		min-height: auto;
	}

}


@media only screen and (min-width: 577px) and (max-width: 799px) {

	.header-content-wrap {
		top: -330px !important;
	}

	.header-content-wrap .container {
		width: 90%;
	}

	#headline {
	}

	.subhead {
		font-size: 30px !important;
		line-height: 34px !important;
		margin-top: 16px;
	}

	#workshops .affa-feature-col {
		height: 450px;
		padding: 20px 30px 20px 20px;
	}

	.eyebrow {
		font-size: 12px !important;
		line-height: 12px !important;
	}
	
}

@media only screen and (min-width: 800px) and (max-width: 1179px) {

	.header-content-wrap {
		top: -380px !important;
	}

	.header-content-wrap .container {
		width: 90%;
	}

	#headline {
		font-size: 50px !important;
		line-height: 55px !important;
		padding-bottom: 16px !important;
		padding-top: 16px !important;
	}

	.subhead {
		font-size: 30px !important;
		line-height: 37px !important;
		margin-top: 16px;
	}

	.subhead2 {
		margin-bottom: 16px;
	}

	.eyebrow {
		font-size: 28px !important;
		line-height: 28px !important;
	}
	
	.small-text {
		font-size: 22px !important;
		line-height: 28px !important;
	}

	#workshops .affa-feature-col {
		height: 500px;
		padding: 30px !important;
	}

	#workshops .col-sm-6 {
		padding: 4px !important;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1400px) {

	#workshops .affa-feature-col {
		height: 600px;
	}

}


/* Agenda */

.conference-agenda {
  padding: 70px 20px 70px 20px;
  color: #ffffff;
  background-color: #ececec;
}

.conference-agenda .agenda-header {
  max-width: 760px;
  margin: 0 auto 50px;
}

.conference-agenda .agenda-header h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 15px;
  color: #ffffff;
}

.conference-agenda .agenda-header p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.conference-agenda .agenda-list {
  max-width: 980px;
  margin: 0 auto;

}

.conference-agenda .agenda-item {
  margin: 0 0 18px;
  padding: 22px 24px;
background: #033c4d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  position: relative;
  transition-duration: 0.5s;
}

.conference-agenda .agenda-item:last-child {
  margin-bottom: 0;
}

.conference-agenda .agenda-item:hover {
	opacity: 0.8;
	cursor: default;
}

.conference-agenda .agenda-time {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffbb;
  margin-bottom: 10px;
}

.conference-agenda .agenda-content h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 8px;
  color: #ffffff;
}

.conference-agenda .agenda-content p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

@media (min-width: 768px) {
  .conference-agenda .agenda-item {
    display: flex;
    align-items: flex-start;
  }

  .conference-agenda .agenda-time {
    margin-bottom: 0;
    padding-top: 2px;
  }

  .conference-agenda .agenda-content {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 28px;
  }
}

@media (max-width: 767px) {
  .conference-agenda {
    padding: 50px 0;
  }

  .conference-agenda .agenda-header h2 {
    font-size: 28px;
  }

  .conference-agenda .agenda-header p {
    font-size: 16px;
  }

  .conference-agenda .agenda-item {
    padding: 18px;
  }

  .conference-agenda .agenda-time {
    font-size: 22px;
  }

  .conference-agenda .agenda-content h3 {
    font-size: 20px;
  }
}

/* Ticket pricing */

.ticket-section {
  padding: 0px 0;
}

.ticket-section .section-header {
  max-width: 760px;
  margin: 0 auto 40px;
}

.ticket-section .section-header h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 15px;
  color: black;
}

.ticket-section .section-header p {
  font-size: 18px;
  line-height: 1.7;
  color: black;
  margin: 0;
}

/* ---------------------------------
   TUBE MAP STYLE PROGRESS BAR
--------------------------------- */

.pricing-progress {
  position: relative;
  margin: 0 auto 45px;
  max-width: 1000px;
  padding-top: 25px;
}

.pricing-progress .pricing-line {
  position: absolute;
  top: 35px;
  left: 16.6666%;
  right: 16.6666%;
  height: 8px;
  z-index: 1;
}

.pricing-progress .pricing-line-base,
.pricing-progress .pricing-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  border-radius: 999px;
}

.pricing-progress .pricing-line-base {
  width: 100%;
  background: #dcdcdd;
}

.pricing-progress .pricing-line-fill {
  width: 0;
  background: #6c6c6d;
  transition: width 0.35s ease;
}

/* Progress stages */
.pricing-progress.stage-1 .pricing-line-fill {
  width: 0%;
}

.pricing-progress.stage-2 .pricing-line-fill {
  width: 50%;
}

.pricing-progress.stage-3 .pricing-line-fill {
  width: 100%;
}

/* Stops */
.pricing-stops {
  position: relative;
  z-index: 2;
}

.stop-col {
  text-align: center;
}

.pricing-stop {
  position: relative;
}

.pricing-stop .stop-circle {
  width: 28px;
  height: 28px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #dcdcdd;
  border: 6px solid #acacad;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

.pricing-stop .stop-label {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.pricing-stop .stop-date {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

/* Active/completed stop states */
.pricing-progress.stage-1 .stop-col:nth-child(1) .stop-circle,
.pricing-progress.stage-2 .stop-col:nth-child(1) .stop-circle,
.pricing-progress.stage-3 .stop-col:nth-child(1) .stop-circle {
  border-color: #033C4D;
  background: #008cee;
}

.pricing-progress.stage-2 .stop-col:nth-child(2) .stop-circle,
.pricing-progress.stage-3 .stop-col:nth-child(2) .stop-circle {
  border-color: #033C4D;
  background: #008cee;
}

.pricing-progress.stage-3 .stop-col:nth-child(3) .stop-circle {
  border-color: #033C4D;
  background: #008cee;
}

/* Optional emphasis on active/current label */
.pricing-progress.stage-1 .stop-col:nth-child(1) .stop-label,
.pricing-progress.stage-2 .stop-col:nth-child(2) .stop-label,
.pricing-progress.stage-3 .stop-col:nth-child(3) .stop-label {
  color: #033C4D;
}

/* ---------------------------------
   PRICING CARDS
--------------------------------- */

.pricing-cards .ticket-card {
  background: #ecf3f8;
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  height: 100%;
  margin-bottom: 30px;
}

.pricing-cards .ticket-card-group {
  background: #f5fd9e;
}

.pricing-cards .ticket-card h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 12px;
  color: black;
}

.pricing-cards .ticket-price {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: black;
  margin-bottom: 16px;
}

.pricing-cards .ticket-card p {
  font-size: 16px;
  line-height: 1.7;
  color: black;
  margin: 0 0 20px;
}

.pricing-cards .btn-primary {
  background: green;
  border-color: green;
  color: white;
  font-weight: 700;
  font-size: 20px;
}

.pricing-cards .btn-primary:hover,
.pricing-cards .btn-primary:focus {
  opacity: 0.8;
}

/* ---------------------------------
   MOBILE
--------------------------------- */

@media (max-width: 767px) {
  .ticket-section {
    padding: 50px 0;
  }

  .ticket-section .section-header h2 {
    font-size: 30px;
  }

  .ticket-section .section-header p {
    font-size: 16px;
  }

  .pricing-progress {
    padding-top: 10px;
    margin-bottom: 25px;
	display: none;
  }

  .pricing-progress .pricing-line {
    display: none;
  }

  .stop-col {
    margin-bottom: 20px;
  }

  .pricing-stop .stop-circle {
    margin-bottom: 10px;
  }

  .pricing-stop .stop-label {
    font-size: 17px;
  }

  .pricing-cards .ticket-card {
    margin-bottom: 20px;
  }
}

/* Partners */

.carousel-testimonials2 .slick-prev,
.carousel-testimonials2 .slick-next,
.carousel-testimonials2 .slick-prev:before,
.carousel-testimonials2 .slick-next:before {
	color: #8c8c8d;
}

.carousel-partners .slick-dots li button {
	background-color: #8c8c8d;
}



#p-elklan {
	height: 150px !important;
	width: auto !important;
	margin-bottom: 30px;
	border-radius: 0 !important;
	border: none !important;
	margin-top: 50px;
}

.p-partner-logo {
	height: 300px !important;
	width: auto !important;
	margin-bottom: 30px;
	border-radius: 0 !important;
	border: none !important;
}

.p-partner-logo-horizontal {
	width: 100% !important;
	max-width: 700px !important;
	height: auto !important;
	border-radius: 0 !important;
	border: none !important;
}


@media (min-width: 992px) {
	.p-partner-logo {
		float: right;
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	#p-elklan {
		margin-top: 0px;
	}

}
