.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;
    }
}

/* Responsive Styles */
@media (min-width: 768px) {
    .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;
}

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

@media (min-width: 1000px) {
    .show-more__set-list {
        column-count: 3;
        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__form fieldset #datepicker {
    top: 0;
    margin-top: 3.54rem;
}

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