/* =========================
    For Thump Swiper Styles
========================== */


/* Bullet Pagination */

.dt-sc-service-item .image .image-item .dtservices-carousel-holder {
	overflow: hidden;
}

.dt-sc-service-item .image .image-item .dtservices-carousel-holder .swiper-wrapper+.dtservices-swiper-pagination {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	margin: auto;
}

.dt-sc-service-item .image .image-item .dtservices-carousel-holder .swiper-wrapper+.dtservices-swiper-pagination .swiper-pagination-bullet {
	padding: 0;
	width: 15px;
	height: 15px;
}


/* Arrow Pagination */

.dt-sc-service-item .image .image-item .dtservices-carousel-holder .dtservices-arrow-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
}

.dt-sc-service-item .image .image-item .dtservices-carousel-holder .dtservices-arrow-wrapper div[class*="dtservices-swiper-button-"] {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background-color: var(--wdtPrimaryColor);
	color: var(--wdtAccentTxtColor);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0;
}

.dt-sc-service-item .image .image-item .dtservices-carousel-holder .dtservices-arrow-wrapper div[class*="dtservices-swiper-button-"]:hover {
	background-color: var(--wdtSecondaryColor);
	color: var(--wdtAccentTxtColor);
}



/* =========================
    Service Styles
========================== */

.dt-sc-service-item .service-details {
	text-align: left;
	width: 100%;
	padding-top: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem)
		/* 20px - 30px */
	;
}

.dt-sc-service-item .service-details>div:not(:last-child) {
	margin: 0 0 10px;
}

.dt-sc-service-item .service-details .dt-sc-content-title .dt-sc-service-title {
	margin: 0px;
}

.dt-sc-service-duration-item:has(+ .dt-sc-service-price-item) {
	padding-bottom: 10px;
	border-bottom: 1px dashed var(--wdt_Booking_BorderColor);
}


.dt-sc-service-meta ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.dt-sc-service-meta ul .dt-sc-service-meta-item {
	line-height: normal;
	padding: 8px 0px;
}

.dt-sc-service-meta ul .dt-sc-service-meta-item:not(:last-child) {
	border-bottom: 1px dashed var(--wdt_Booking_BorderColor);
}

.dt-sc-service-meta ul .dt-sc-service-meta-item .dt-sc-service-meta-title {
	font-weight: 600;
	margin-right: 10px;
}

/* =========================
    Service Archives
========================== */

.dt-sc-service-container[class*="dt-column-"] {
	display: grid;
	gap: 30px;
}

.dt-sc-service-container.dt-column-4 {
	grid-template-columns: repeat(4, 1fr);
}

.dt-sc-service-container.dt-column-3 {
	grid-template-columns: repeat(3, 1fr);
}

.dt-sc-service-container.dt-column-2 {
	grid-template-columns: repeat(2, 1fr);
}

.dt-sc-service-container .dt-sc-service-item .dt-sc-content-elements-group {
	display: grid;
}

.dt-sc-service-container .dt-sc-service-item .dt-sc-content-elements-group .dt-sc-service-list-image,
.dt-sc-service-container .dt-sc-service-item .dt-sc-content-elements-group .dt-sc-service-price-item {
	grid-area: 1/-1;
}

.dt-sc-service-container .dt-sc-service-item .dt-sc-content-elements-group .dt-sc-service-price-item {
	place-self: end;
	padding: 8px 14px;
	margin: 10px;
	background: var(--wdt_Booking_PrimaryColor);
	color: var(--wdt_Booking_AccentTxtColor);
	font-weight: var(--wdtFontWeight_Base);
}


/* =========================
    Staff Styles
========================== */

.dt-sc-staff-item {
	width: 100%;
	display: inline-block;
	transition: var(--wdt_Booking_Ad-Transition);
	-moz-transition: var(--wdt_Booking_Ad-Transition);
	-webkit-transition: var(--wdt_Booking_Ad-Transition);
}

.dt-sc-staff-item .image {
	display: grid;
	place-items: end;
}

.dt-sc-staff-item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.dt-sc-staff-item .image>a,
.dt-sc-staff-item .image>.dt-sc-staff-overlay {
	grid-area: 1/-1;
	width: 100%;
	height: 100%;
}

.dt-sc-staff-item .image>.dt-sc-staff-overlay {
	align-content: end;
	text-align: center;
	padding: 24px;
	position: relative;
}

.dt-sc-staff-item .dt-sc-staff-details {
	text-align: center;
	width: 100%;
	padding-top: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem)
		/* 20px - 3px */
	;
}

.dt-sc-staff-item .dt-sc-staff-details>div:not(:last-child) {
	margin: 0 0 10px;
}

.dt-sc-staff-item .dt-sc-staff-details .dt-sc-content-title .dt-sc-staff-title {
	margin: 0px;
}

.dt-sc-staff-item .dt-sc-staff-details .dt-sc-staff-role {
	text-transform: uppercase;
	font-size: 14px;
	color: var(--wdt_Booking_PrimaryColor);
}

/* Type - I */

.dt-sc-staff-item.type1 .image>.dt-sc-staff-overlay .dt-sc-team-social {
	background-color: var(--wdt_Booking_BodyBGColor);
	margin: 0px auto;
	max-width: fit-content;
	padding: 8px 0px;
	transition: var(--wdt_Booking_Ad-Transition);
}

.dt-sc-staff-item.type1 .image {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative; padding: 0 20px;
}


.dt-sc-staff-item.type1 .image>.dt-sc-staff-overlay {
	grid-area: 1;
}

.dt-sc-staff-item.type1 .dt-sc-content-sub-title {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: -1;
	opacity: .35;
	display: flex;
	flex-flow: row nowrap;
	overflow: visible;
	overflow-x: clip;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, var(--wdtHeadAltColor) 5%, var(--wdtHeadAltColor) 95%, transparent 100%);
	mask-image: linear-gradient(to right, transparent 0%, var(--wdtHeadAltColor) 5%, var(--wdtHeadAltColor) 95%, transparent 100%);
	-webkit-transition: var(--wdtBaseTransition);
	transition: var(--wdtBaseTransition);
}


.dt-sc-staff-item.type1 .dt-sc-content-sub-title>.marquee, .dt-sc-staff-item.type1 .dt-sc-content-sub-title>.clone-marquee{
	position: relative;
	font-size: clamp(5rem, 3.8854rem + 5.0955vw, 10rem);
	font-family: var(--wdtFontTypo_Alt);
	font-weight: var(--wdtFontWeight_Alt);
	font-style: italic;
	letter-spacing: 0;
	line-height: var(--wdtLineHeight_Alt);
	width: auto;
	flex: 0 0 auto;
	display: grid;
	gap: .5em;
	grid-auto-flow: column;
	align-items: center;
	justify-content: space-evenly;
}

.dt-sc-staff-item.type1 .dt-sc-content-sub-title>.marquee 
{
	-webkit-animation: wdtMarqueeLeft 24s linear infinite 0ms;
	animation: wdtMarqueeLeft 24s linear infinite 0ms;
}



@keyframes wdtMarqueeLeft {
	from {
		margin-left: 0;
	}

	to {
		margin-left: calc(-1 * var(--wdt-marquee-width));
	}
}


[data-settings*='"slides_to_show":"1"'] .dt-sc-staff-item.type1 .dt-sc-staff-details .dt-sc-content-title .dt-sc-staff-title {
	font-size: clamp(1.875rem, 1.3816rem + 1.9737vw, 3.75rem);
	/* Min-30 & Max-60 */
}

.dt-sc-staff-item.type1 .dt-sc-staff-details {
	padding-top: 0;
	padding-bottom:30px;
	/* 20px - 30px */
	margin-top:60px;
}

.dt-sc-staff-item.type1 .dt-sc-team-social li a{ width:40px; height:40px; border:1px solid var(--wdtPrimaryColor); border-radius:var(--wdtRadius_1X); font-size:1.4em; transition:var(--wdt-Ad-Transition);}

.dt-sc-staff-item.type1 .dt-sc-team-social li a:hover{ background-color:var(--wdtPrimaryColor); color:var(--wdtAccentTxtColor); }
 .dt-staff-item-holder:has(.dt-sc-staff-item.type1) .dt-carousel-arrow-pagination{ margin-top: clamp(0.625rem, 0.2767rem + 1.5924vw, 2.1875rem); margin-bottom: 60px; }
.dt-sc-staff-item.type1 .dt-sc-staff-details> .dt-sc-content-title{ margin-bottom:0; }
.dt-sc-staff-item.type1 .image img {
    border-radius: var(--wdtRadius_2X);
    max-width:300px; transform:scale(1); transition:var(--wdt-Ad-Transition);
} 
.dt-sc-staff-item.type1 .image .dt-image-item{ overflow:hidden; border-radius: var(--wdtRadius_2X); }
.dt-sc-staff-item.type1:hover .image img{
    transform:scale(1.1);
}

@media(max-width:767px){
    .dt-sc-staff-item.type1 .dt-sc-staff-details{ margin-top:40px; }
    .dt-staff-item-holder:has(.dt-sc-staff-item.type1) .dt-carousel-arrow-pagination{ margin-bottom:40px; }
    .archive .dt-sc-staff-item .image>.dt-sc-staff-overlay{ padding-left:0; padding-right:0; }
    .archive .dt-sc-staff-item.type1 .image{ padding:0; }
    .archive .dt-sc-staff-item.type1 .image img{ max-width:100%; }
}


/* Animation */

.dt-staff-item-wrapper .swiper-slide .dt-sc-staff-item.type1 .image img {
    opacity: 0;
    transform: scale(0.92);
    will-change: transform, opacity;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.dt-staff-item-wrapper .swiper-slide .dt-sc-staff-item.type1 .dt-sc-staff-details .dt-sc-content-title .dt-sc-staff-title {
    opacity: 0;
    transform: translateY(15px);
    will-change: transform, opacity;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.dt-staff-item-wrapper .swiper-slide .dt-sc-staff-item.type1 .dt-sc-staff-details .dt-sc-staff-special-container .staff-opt-value {
    opacity: 0;
    transform: translateY(15px);
    will-change: transform, opacity;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.dt-staff-item-wrapper .swiper-slide .dt-sc-staff-item.type1 .image > .dt-sc-staff-overlay .dt-sc-team-social {
    opacity: 0;
    transform: translateY(15px);
    will-change: transform, opacity;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.dt-staff-item-wrapper .swiper-slide.swiper-slide-active .dt-sc-staff-item.type1 .image img {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}


.dt-staff-item-wrapper .swiper-slide.swiper-slide-active .dt-sc-staff-item.type1 .dt-sc-staff-details .dt-sc-content-title .dt-sc-staff-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.35s;
}

.dt-staff-item-wrapper .swiper-slide.swiper-slide-active .dt-sc-staff-item.type1 .dt-sc-staff-details .dt-sc-staff-special-container .staff-opt-value {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.dt-staff-item-wrapper .swiper-slide.swiper-slide-active .dt-sc-staff-item.type1 .image > .dt-sc-staff-overlay .dt-sc-team-social {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.65s;
}

/* Type - II */

.dt-sc-staff-item.type2 .image {
	aspect-ratio: 1;
	border-radius: 50%;
	padding: 20px;
	background-color: var(--wdt_Booking_TertiaryColor);
	will-change: transform;
}

.dt-sc-staff-item.type2 .image>a,
.dt-sc-staff-item.type2 .image>.dt-sc-staff-overlay {
	border-radius: 50%;
	overflow: hidden;
	will-change: transform;
}

.dt-sc-staff-item.type2 .image>.dt-sc-staff-overlay .dt-sc-staff-social-container {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.dt-sc-staff-item.type2 .image>.dt-sc-staff-overlay .dt-sc-team-social {
	transition: var(--wdt_Booking_Ad-Transition);
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	opacity: 0;
	visibility: hidden;
}

.dt-sc-staff-item.type2:hover .image>.dt-sc-staff-overlay .dt-sc-team-social {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}

.dt-sc-staff-item.type2 .image>.dt-sc-staff-overlay:before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	top: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(0deg, var(--wdt_Booking_PrimaryColor), transparent);
	pointer-events: none;
	transition: var(--wdt_Booking_Ad-Transition);
}

.dt-sc-staff-item.type2:hover .image>.dt-sc-staff-overlay:before {
	opacity: 1;
	visibility: visible;
}


/* =========================
    Confirmation Modal Styles
========================== */

.dt-sc-confirm-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

/* Centred with flexbox. The dialog is padded away from the viewport edges so
   it never sits flush against the top / bottom on short screens. */
.dt-sc-confirm-modal.show {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Page behind the dialog must not scroll while it is open. */
html.dt-sc-modal-open,
body.dt-sc-modal-open {
	overflow: hidden !important;
}

.dt-sc-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

/* Column layout: header and footer stay put, only the details list scrolls.
   The old `top: 50% / translateY(-50%)` offset pushed the dialog below the
   fold, so it is deliberately not used any more - centring is done by the
   flex container above. */
.dt-sc-modal-content {
	position: relative;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	width: 100%;
	max-width: 600px;
	max-height: calc(100vh - 40px);
	margin: 0 auto;
	overflow: hidden;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.dt-sc-modal-header {
	padding: 20px;
	border-bottom: 1px solid rgba(var(--wdtBorderColorRgb,209,211,203),0.5);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: white;
}

.dt-sc-modal-header h3 {
    margin: 0;
    font-size: var(--wdtFontSize_H5,24px);
    font-weight: 600;
    color: var(--wdt_Booking_HeadAltColor);
}

.dt-sc-modal-header .close-modal {
	background-color: var(--wdt_Booking_PrimaryColor);
	border: none;
	font-size: 0;
	color: var(--wdt_Booking_AccentTxtColor);
	cursor: pointer;
	padding: 0;
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--wdt_Booking_Ad-Transition);
	margin-top: 0;
}

.dt-sc-modal-header .close-modal:hover {
	color: var(--wdt_Booking_AccentTxtColor);
	background-color: var(--wdt_Booking_PrimaryColor);
}

/* Only this region scrolls; `overscroll-behavior` keeps the wheel from
   chaining through to the page once the list hits its end. */
.dt-sc-modal-body {
	padding: 25px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.confirm-detail-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 12px 0;
	border-bottom: 1px solid rgba(var(--wdtBorderColorRgb,209,211,203),0.5);
	font-size: var(--wdtFontSize_Ext,14px);
}

.confirm-detail-item:last-child {
	border-bottom: none;
}

.confirm-detail-item strong {
	color: var(--wdt_Booking_HeadAltColor);
	font-weight: var(--wdtFontWeight_Ext,600);
	min-width: 100px;
	flex-shrink: 0;
	font-size: var(--wdtFontSize_Base);
}

.confirm-detail-item span {
	color: var(--wdt_Booking_BodyTxtColor);
	word-break: break-word;
	flex: 1;
}

.dt-sc-modal-footer {
	padding: 20px 25px;
	border-top: 1px solid rgba(var(--wdtBorderColorRgb,209,211,203),0.5);
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	flex-wrap: wrap;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: var(--wdt_Booking_TertiaryColor);
}

.dt-sc-modal-footer button {
	border: 1px solid currentColor;
	display: inline-block;
	font-weight: var(--wdtFontWeight_Base, 500);
	line-height: normal;
	outline: none;
	padding: var(--wdt_Booking_Padding_Btn);
	text-decoration: none;
	-webkit-border-radius: var(--wdt_Booking_Radius_2X);
	border-radius: var(--wdt_Booking_Radius_2X);
	-webkit-transition: var(--wdt_Booking_Ad-Transition);
	transition: var(--wdt_Booking_Ad-Transition);
	font-size: var(--wdtFontSize_Base,16px);
}

.dt-sc-modal-footer .cancel-confirm {
    background-color: var(--wdt_Booking_AccentTxtColor);
    border-color: var(--wdt_Booking_BorderColor);
    color: var(--wdt_Booking_LinkColor);
}

.dt-sc-modal-footer .cancel-confirm:hover {
	background-color: var(--wdt_Booking_PrimaryColor);
    color: var(--wdt_Booking_AccentTxtColor);
}

.dt-sc-modal-footer .confirm-submit {
    background-color: var(--wdt_Booking_PrimaryColor);
    color: var(--wdt_Booking_AccentTxtColor);
    border-color: var(--wdt_Booking_PrimaryColor);
}

.dt-sc-modal-footer .confirm-submit:hover {
	background-color: rgba(var(--wdtPrimaryColorRgb,75,99,85),0.75);
}

/* Mobile Responsive */
@media (max-width: 600px) {
	.dt-sc-confirm-modal.show {
		padding: 15px;
	}

	.dt-sc-modal-content {
		width: 100%;
		max-height: calc(100vh - 30px);
	}

	.dt-sc-modal-header {
		padding: 15px 20px;
	}

	.dt-sc-modal-header h3 {
		font-size: var(--wdtFontSize_H6, 20px);
	}

	.confirm-detail-item {
		flex-direction: column;
		gap: 4px;
	}

	.dt-sc-modal-body {
		padding: 20px;
	}

	.dt-sc-modal-footer {
		padding: 15px 20px;
		flex-direction: column;
		gap: 8px;
	}

	.dt-sc-modal-footer button {
		width: 100%;
		min-width: auto;
	}

	.confirm-detail-item span {
		text-align: left;
	}
}

.dt-sc-staff-item.type2:hover .image .dt-sc-team-social li a {
	color: var(--wdt_Booking_LinkColor);
}

.dt-sc-staff-item.type2:hover .image .dt-sc-team-social li a:hover {
	color: var(--wdt_Booking_AccentTxtColor);
}


/* =========================
    Staff Archives
========================== */

.dt-sc-staff-container[class*="dt-column-"] {
	display: grid;
	gap: 30px;
}

.dt-sc-staff-container.dt-column-4 {
	grid-template-columns: repeat(4, 1fr);
}

.dt-sc-staff-container.dt-column-3 {
	grid-template-columns: repeat(3, 1fr);
}

.dt-sc-staff-container.dt-column-2 {
	grid-template-columns: repeat(2, 1fr);
}



/* =========================  
	Social Icon - Common  
========================= */

.dt-sc-team-social {
	margin: 0px;
	padding: 0px;
}

.dt-sc-team-social li {
	display: inline-flex;
	margin: 0px 5px;
	padding: 0px;
	line-height: normal;
}

.dt-sc-team-social li a {
	width: 20px;
	height: 20px;
	font-size: 0.9rem;
	line-height: 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.dt-sc-team.hide-social-show-on-hover.rounded .dt-sc-team-social li {
	margin: 5px;
}


/*=========================   
	AT Media Rules - Responsive
========================= */

@media only screen and (max-width: 1280px) {

	.dt-sc-service-container.dt-column-4,
	.dt-sc-staff-container.dt-column-4 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (min-width: 1025px) {

	
}

@media only screen and (max-width: 1024px) {

	.dt-sc-service-container[class*="dt-column-"],
	.dt-sc-staff-container[class*="dt-column-"] {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media only screen and (min-width:768px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 480px) {}

@media only screen and (max-width: 479px) {

	.dt-sc-service-container[class*="dt-column-"],
	.dt-sc-staff-container[class*="dt-column-"] {
		grid-template-columns: repeat(1, 1fr);
	}
}

.dt-sc-captcha-holder .dt-sc-captcha-refresh,
.dt-sc-captcha-holder .dt-sc-captcha-audio {
	border: 1px solid currentColor;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	min-height: 60px;
	margin-top: 0;
	padding: 0 8px;
	vertical-align: middle;
}

.dt-sc-captcha-holder .dt-sc-captcha-refresh:focus,
.dt-sc-captcha-holder .dt-sc-captcha-audio:focus {
	outline: none;
}