/* ─── Brands marquee ─────────────────────────────────────────────────────── */

.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.t2026v3-brands-track {
	will-change: transform;
	transform: translate3d(0, 0, 0);
}
.t2026v3-brands-marquee {
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-select: none;
	contain: paint;
}
.t2026v3-brands-marquee.is-dragging { cursor: grabbing; }
.t2026v3-brands-marquee.is-dragging .t2026-2-v3-brand-card {
	pointer-events: none;
	transition: none !important;
}
.t2026v3-brands-marquee .t2026-2-v3-brand-card { -webkit-user-drag: none; }

/* ─── Centre cards carousel ─────────────────────────────────────────────── */

.t2026v2-centres-carousel .swiper-wrapper {
	align-items: stretch;
}
.t2026v3-centre-slide {
	width: 85vw !important;
	height: auto !important;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.t2026v3-centre-slide > * {
	height: 100%;
}
.t2026v2-centres-carousel .swiper-slide > div { height: 100%; }
.t2026v2-centres-carousel .srp-centre-card > div { flex: 1; }
@media (min-width: 768px) {
	.t2026v3-centre-slide {
		width: 702px !important;
	}
}
.t2026v2-centres-carousel .custom-button-prev,
.t2026v2-centres-carousel .custom-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	transition: opacity 0.2s;
}
.t2026v2-centres-carousel .custom-button-prev { left: 10px; }
.t2026v2-centres-carousel .custom-button-next { right: 10px; }
@media (min-width: 768px) {
	.t2026v2-centres-carousel .custom-button-prev,
	.t2026v2-centres-carousel .custom-button-next {
		opacity: 0;
	}
	.t2026v2-centres-carousel .mySwiper:hover .custom-button-prev,
	.t2026v2-centres-carousel .mySwiper:hover .custom-button-next {
		opacity: 1;
	}
	.t2026v2-centres-carousel .mySwiper:hover .custom-button-prev.swiper-button-disabled,
	.t2026v2-centres-carousel .mySwiper:hover .custom-button-next.swiper-button-disabled {
		opacity: 0.35;
		cursor: default;
		pointer-events: none;
	}
}
@media (max-width: 767px) {
	.t2026v2-centres-carousel .custom-button-prev.swiper-button-disabled,
	.t2026v2-centres-carousel .custom-button-next.swiper-button-disabled {
		opacity: 0.35;
		cursor: default;
		pointer-events: none;
	}
}
.t2026v2-centres-carousel .bg-fuchsia:hover,
.t2026v2-centres-carousel .bg-berry:hover {
	opacity: 0.85;
	transition: opacity 0.2s;
}
.t2026v3-bookmark-btn:hover,
.t2026v3-bookmark-btn:hover svg,
.t2026v3-bookmark-btn:hover i {
	color: #5a60ec !important;
}
.t2026v2-centres-prev.swiper-button-disabled,
.t2026v2-centres-next.swiper-button-disabled,
.t2026v3-care-prev.swiper-button-disabled,
.t2026v3-care-next.swiper-button-disabled,
.t2026v3-testimonials-prev.swiper-button-disabled,
.t2026v3-testimonials-next.swiper-button-disabled {
	opacity: 0.35 !important;
	cursor: default !important;
	pointer-events: none !important;
}
.t2026v2-centres-carousel .mySwiper {
	touch-action: pan-y !important;
}
.t2026v2-centres-carousel:not(.swiper-initialized) {
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
}
.t2026v3-centre-slide > div,
.t2026v3-centre-slide > div > div.srp-centre-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.t2026v2-centres-carousel .swiper-wrapper {
	will-change: transform;
}
.t2026v2-centres-carousel .service-extras-wrapper .service-extras-list { max-height: 132px; overflow-y: auto; }
.t2026v2-centres-carousel .mobile-service-extras-wrapper .mobile-service-extras-list { overflow-y: auto; }
@media (min-width: 1024px) {
	.t2026v3-centre-slide { width: 702px !important; }
}
.t2026v2-centres-pagination .swiper-pagination-bullet {
	width: 8px !important; height: 8px !important; border-radius: 50% !important;
	background: #E3E1DD !important; opacity: 1 !important; margin: 0 !important;
}
.t2026v2-centres-pagination .swiper-pagination-bullet-active {
	background: #5A60EC !important;
}
.t2026v3-testimonials-pagination .swiper-pagination-bullet {
	width: 8px !important; height: 8px !important; border-radius: 50% !important;
	background: #F9F7F3 !important; opacity: 1 !important; margin: 0 !important;
}
.t2026v3-testimonials-pagination .swiper-pagination-bullet-active {
	background: #5A60EC !important;
}

/* ─── Articles carousel ─────────────────────────────────────────────────── */

.articles-swiper .swiper-slide {
	width: 550px;
}
.t2-v2-articles-prev.swiper-button-disabled,
.t2-v2-articles-next.swiper-button-disabled {
	opacity: 0.4;
	pointer-events: none;
}
