.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://img.icons8.com/ios-filled/50/play-button-circled--v1.png") no-repeat;
    cursor: pointer;
}

.youtube-player .play:hover {
transform: scale(1.1);
}

.notice-bar__link {
    background: #005f82;
    color: #fdfdfd;
    text-align: center;
    font-weight: 700;
    padding: .5rem 1rem;
    font-size: .9rem;
    display: block;
    transition: background .3s ease-in-out;
}

.notice-bar__link:focus, .notice-bar__link:hover {
    background: #004b67;
}

.availability-info__small-descr {
    color: #000;
    font-size: 0.95rem;
}

.band-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 130px;
    padding: 0;
}

.image-section, .text-check-section, .price-section {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.image-section {
    display: flex;
    justify-content: center; 
    align-items: center;
}

.text-check-section {
    display: flex;
    justify-content: flex-start; 
    align-items: center;
}


.price-section {
    background-color: #f0f0f0;
    text-align: left;
    padding: 1rem;
}

.band-not__available {
    display: flex;
    flex-direction: row; /* Default layout for larger screens */
    align-items: center; /* Align items vertically in the center */
    justify-content: space-between; /* Space between the image and text */
}

/* Mobile View Adjustment */
@media (max-width: 767px) {
    .band-not__available {
        flex-direction: column; /* Stack items vertically on mobile */
    }
}

@media (max-width: 767px) {
    .image-section img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {

    .band-section {
        padding-top: 1rem;
    }

    .band-container {
        flex-direction: row;
    }

    .image-section, .text-check-section {
        width: auto;
    }

    .price-section {
        max-width: 190px;
        min-height: 156.4px;
        margin-left: auto;
        text-align: right;
    }
}

.sortable-header {
    background: white !important;
    position: sticky !important;
    top: -20px !important;
    z-index: 100 !important;
}

.band-section__title {
    margin-bottom: 1rem;
}

.show-more__set-list {
    max-height: 350px;
    overflow: hidden;
    position: relative;
    line-height: 1.6rem !important;
}

@media (min-width: 1000px) {
    .show-more__set-list {
        column-count: 3;
        column-gap: 40px;
    }
}

.show-more__set-list p:first-child {
    margin-top: 0;
}

.show-more__venues {
    position: relative;
    line-height: 1.6rem;
}

.show-more__venues p {
    margin-bottom: 0 !important;
}

.venues-collapsed {
    max-height: 350px;
    overflow: hidden;
}

@media (min-width: 1000px) {
    .show-more__venues {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 40px;
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.band_add-info {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.price-section {
    align-content: center;
}

.performance-list {
    font-size: 17px;
    margin-top: 1rem;
    margin-left: 1.8rem;
}

.band_provided-enquiry {
    flex-direction: row;
    margin-bottom: 2.2rem;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1000px) {
    .band_provided-enquiry {
        flex-direction: column;
    }

    .performance-list {
        margin-left: 0.5rem;
    }

    .band-section__left {
        margin-bottom: 0;
    }
}

.enquiry-cta-section {
    margin: 20px 0;
    gap: 1rem;
    justify-content: space-between;
}

.enquiry-cta-section form {
    width: 100%;
}

.enquiry-cta-section fieldset {
    display: flex;
}

.enquiry-cta-section input[type=submit] {
    width: 33.33%;
    height: 100px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    background-color: #0078a3;
    color: white;
    text-wrap: wrap;
}

@media (max-width: 960px) {
    .enquiry-cta-section input[type=submit] {
        padding: 10px 20px;
    }
}

@media (min-width: 960px) {
    .enquiry-cta-section input[type=submit] {
        padding: 10px 56px;
    }
}

.enquiry-cta {
    margin-right: 1rem;
}

@media (max-width: 720px) {
    .enquiry-cta-section input[type=submit] {
        width: 100%;
        margin-bottom: 1rem;
    }

    .enquiry-cta-section fieldset {
        display: block;
    }
}

@media (max-width: 480px) {
    .band-enquiry {
        padding: 1.5rem;
    }

    .mobile-wrapper {
        padding: 1.5rem !important;
    }
}

.band-section__right .show-more ol,
.band-section__right .show-more ul {
    position: relative;
    left: -15px;
}

.band-section__right .show-more ul {
    list-style-type: disc !important;
}

.band-section__right .show-more ol {
    list-style-type: auto !important;
    padding: 0;
    margin: 0;
}


.band-section__right .show-more ul li,
.band-section__right .show-more ol li {
    position: relative;
    color: #000;
}

.band-section__right .show-more ul li:before,
.band-section__right .show-more ol li:before {
    content: normal !important;
}

.band-section__right .show-more ul li::marker,
.band-section__right .show-more ol li::marker {
    text-align: left !important;
}

.bandBlockCTAImg {
    height: 288px;
    object-fit: cover;
    object-position: center;
}

.band-list_CTA {
    position: relative;
}

.CTA_image-caption {
    position: absolute;
    top: 0; 
    right: 4px;
    font-style: italic;
    color: #fff; 
    font-size: 10px;
    padding: 5px;
}

.bandBlockCTADesc {
    font-size: 16px;
}

.band-block-new.cta .text-wrap__subtitle {
    color: #fff;
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
}

.category-footer-description,
.category-footer-description:before {
    background: #0077A2 !important;
}

.video-thumbnail-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 640px;
}

.video-thumbnail-wrapper img {
    display: block;
    width: 100%;
    height: 133px;
    object-fit: none;
}

.video-thumbnail-wrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-image: url('https://img.icons8.com/ios-filled/50/play-button-circled--v1.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.video-thumbnail-wrapper .play-button:hover {
    opacity: 1;
}

.video-thumbnail-wrapper__inner {
    position: relative;
}

.video-thumbnail-wrapper__inner img {
    display: block;
    height: 440px;
    object-fit: cover;
}

.video-thumbnail-wrapper__inner .play-button__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url('https://img.icons8.com/ios-filled/50/play-button-circled--v1.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.video-thumbnail-wrapper__inner .play-button:hover {
    opacity: 1;
}

.what-people-say__title {
    margin: 0 0 2rem;
}

.partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    gap: 1rem;
}

.partner-logo {
    max-width: 140px;
    height: 80px;
    object-fit: contain;
    margin: 1rem 2rem;
    display: block;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

@media (max-width: 768px) {
    .partners-logos {
        justify-content: space-around;
    }

    .partner-logo {
        flex: 1 1 calc(50% - 2rem) !important;
        max-width: 80%;
        margin: 0.5rem;
        height: 60px;
    }
}

.testimonial-slider {
    margin: 0 auto;
    padding: 2.5rem 20px 2.5rem 20px;
    text-align: center;
}

.testimonial-content {
    padding: 2.5rem 10rem;
}

.testimonial-footer {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: row;
}

.google-logo img {
    width: 60px;
    height: auto;
    top: 10px;
    position: relative;
}

.stars {
    color: #FFD700;
    font-size: 16px;
}

.reviewer {
    display: grid;
}

.swiper-button-next, .swiper-button-prev {
    color: #888;
}


@media (min-width: 768px) {
    .swiper-pagination {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .testimonial-slider {
        padding: 0;
    }

    .testimonial-content {
        padding: 1rem 0.5rem;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }

    .testimonial-swiper {
        margin-top: 1rem;
        margin-bottom: 3rem;	
    }

    .swiper-pagination {
        margin-top: 1.5rem;
        display: contents !important;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .testimonial-content {
        padding: 1rem 3.5rem;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .swiper-pagination {
        margin-top: 1.5rem;
        display: contents !important;
    }
}

.partner-logos-swiper {
    padding: 0 50px !important;
    max-width: calc(100% - 100px);
    width: auto;
    margin: 0 auto;
	display: flex;
    place-items: center;
	align-items: center;
	padding-bottom: 4rem;
}

.partner-logos-swiper:before,
.partner-logos-swiper:after {
  position: absolute;
  content: '';
  z-index: 9;
  width: 80px;
  height: 100%;
  background-color: #ffffff;
  display: block;
  top: 0;
}

@media (max-width: 768px) {
    .partner-logos-swiper {
        padding: 0 !important;
        max-width: none;
    }

    .partner-logos-swiper:before,
    .partner-logos-swiper:after {
        display: none;
    }
}

.partner-logos-swiper:before {
  left: 0;
}

.partner-logos-swiper:after {
  right: 0;
}

.partner-logos-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logos-pagination {
    margin-top: 2rem;
    display: contents !important;
}

.swiper-pagination-bullet-active {
    background-color: #0078a3 !important;
}

.partner-logos-swiper .swiper-pagination-bullet-active {
    background-color: #0078a3 !important;
}

.testimonial-swiper .swiper-pagination-bullet-active {
    background-color: #0078a3 !important;
}

.reviewer {
    text-align: left;
}

.reviewer strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
}

.reviewer span {
    font-size: 0.85rem;
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    color: #0078a3 !important;
    fill: #0078a3 !important;
}


.contact-banner_img {
    width: 100%;
    height: 500px;
    margin-top: 2rem;
    object-fit: cover;
}

@media (max-width: 768px) {
    .contact-banner_img {
        height: 100% !important;
    }
}

.contact-info {
    display: inline-flex;
    position: relative;
    margin-left: 8px;
    text-align: center;
    padding: 8px 0;
    font-weight: 700;
}

.contact-info__phone,
.contact-info__email {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;

    span {
        margin-left: 0.5rem;
    }
}
.contact-info .icon-mobile,
.contact-info .icon-envelope {
    font-size: 18px;
}

@media (max-width: 768px) {
    .contact-info {
        display: none;
    }
}

.home-search-new {
    overflow: auto;
}

.home-search-new__form fieldset #datepicker {
    top: 0;
    margin-top: 3.54rem;
}

@media (min-width: 768px) {
    .home-search-new__form #Form_search_PriceRangeID_Holder {
        width: 23%;
    }
}

input[type="text"].hasDatepicker {
    background: url(../images/icons/mini-calendar.png) #fff no-repeat right 6px center;
    background-size: 20px;
}

.band-live__dates {
    margin-bottom: 30px;
}

.band-live__dates .bandAvailabilityBtn {
    margin-top: 1.5rem;
}

.band-live__dates h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.band-live__dates-content {
    line-height: 1.6;
}

.band-live__venues-column {
    margin: 0;
    padding: 0;
}

.band-live__venues-column p {
    font-size: 16px;
    line-height: 2.6rem;
    margin: 0 0 0.5rem 0;
    padding: 0;
    white-space: nowrap;
}

.band-live__venues h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.band-live__venues .showMoreButton {
    margin-top: 1rem;
}

.band-live__venues-column h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
    margin-top: 0.5rem;
}

.band-live__venues-column li:before {
    line-height: 28px;
}

.band-live__venues-column li {
    color: #000;
}

.band-live__venues .icon-circle,
.band-live__dates .icon-circle {
    margin: 0 0.5rem 0 0 !important;
}

.band-live_title {
    height: 2rem;
    margin-bottom: 1rem;
}

.band-live_venues_title {
    height: 2rem;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .band-live_venues_title {
        margin-top: 1rem;
    }
}

/* See live form styles */
.band-live-cta {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px 30px;
    margin-bottom: 2rem;
    border: 2px solid #EE592B;
}

.band-live-cta__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.band-live-cta__text h3 {
    margin: 0;
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .band-live-cta__content {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .band-live-cta__text h3 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
}

.band-see-live {
    display: none;
    place-self: center;
    background: #fff;
    padding: 3rem 4rem;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.band-see-live--show {
    display: block;
}

.band-see-live__descr {
    margin-bottom: 25px;
}

.band-see-live__title {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.9rem;
}

.band-see-live__btn {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 600;
}

.band-see-live__btn:hover {
    text-decoration: underline;
}

.band-see-live__form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
  padding: 1em 0;
  box-sizing: border-box;
}

.ie .band-see-live__form {
  width: 50%;
  padding: 1em;
}

.band-see-live .middleColumn.fieldgroup {
  background: #EEF0F2;
  padding: 0.5rem 1.2rem 1.5rem;
  border-top: 1px solid #007AA4;
}

.band-see-live .fieldholder-small > label {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

.band-see-live label.left {
  color: white;
  font-size: 1rem;
  background: #007AA4;
  width: auto;
  padding: 0.4rem 1rem;
  margin-bottom: 0;
  display: inline-block;
}

.band-see-live input[type=text], 
.band-see-live input[type=email], 
.band-see-live input[type=tel],
.band-see-live input[type=date],
.band-see-live textarea, 
.band-see-live select {
  background: white;
  border: 0;
  font-size: 1rem;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.band-see-live input[name=Date] {
  pointer-events: auto !important;
}

.band-see-live input[type=submit] {
  background: #007AA4;
  color: white;
  padding: 0.5rem 1.3rem;
  border: 1px solid #008dbe;
  box-shadow: 0 1px #00a0d7 inset;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
}

.band-see-live input[type=submit]:hover {
  background: #008dbe;
}

.band-see-live .form-control {
  border: 0;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.band-see-live .form-control--disabled {
  background: #f5f5f5;
  color: #666;
  cursor: not-allowed;
}

.band-see-live .field {
  margin-bottom: 1rem;
}

.band-see-live .Actions {
  margin-top: 1.5rem;
}

.band-see-live .message {
  padding: 10px 15px;
  margin: 15px 0;
  border-radius: 4px;
}

.band-see-live .message.good {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.band-see-live .message.bad {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}