.artisan-cpt-carousel {
	position: relative;
	width: 100%;
}

.artisan-cpt-carousel__container {
	width: 100%;
	overflow: hidden;
}

.artisan-cpt-carousel .swiper-wrapper {
	align-items: stretch;
}

.artisan-cpt-carousel .swiper-slide {
	height: auto;
	display: flex;
}

.artisan-carousel-card {
	width: 100%;
	box-sizing: border-box;
}


/* =========================================================
   SERVICE
========================================================= */

.artisan-carousel-card--service {
	background: #fff;
}

.artisan-carousel-card--service
.artisan-carousel-card__image-link {
	display: block;
	overflow: hidden;
}

.artisan-carousel-card--service
.artisan-carousel-card__image {
	display: block;
	width: 100%;
	height: 265px;
	object-fit: cover;
}

.artisan-carousel-card--service
.artisan-carousel-card__content {
	padding: 20px 0 10px;
	text-align: left;
}

.artisan-carousel-card--service
.artisan-carousel-card__title {
	margin: 0 0 10px;
}

.artisan-carousel-card--service
.artisan-carousel-card__title a {
	color: #27477d;
	text-decoration: none;
}

.artisan-carousel-card--service
.artisan-carousel-card__excerpt {
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 1.7;
}

.artisan-carousel-card__button {
	display: inline-flex;
	padding: 14px 32px;
	border-radius: 9999px;
	background: #e6edf8;
	line-height: 1;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.artisan-carousel-card__button:hover {
	background: #07ccec;
	color: #fff;
}


/* =========================================================
   DOCTOR
========================================================= */

.artisan-carousel-card--doctor {
	background: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
}

.artisan-carousel-card--doctor:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 0;
    height: 3px;
    background-color: #07ccec;
    transition: all ease 0.4s;
}

.artisan-cpt-carousel--doctor .artisan-cpt-carousel__container {
    padding: 0 2px 30px;
}

.artisan-carousel-card--doctor:hover:before {
    width: 100%;
    left: auto;
    right: 0;
}

.artisan-doctor__image-wrap {
	position: relative;
	overflow: hidden;
}

.artisan-doctor__image {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.artisan-doctor__social {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: rgba(39, 71, 125, .72);
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease, visibility .25s ease;
}

.artisan-carousel-card--doctor:hover .artisan-doctor__social {
	opacity: 1;
	visibility: visible;
}

.artisan-doctor__social-link {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
}

.artisan-doctor__social-link--facebook {
	background: #315bb5;
}

.artisan-doctor__social-link--twitter {
	background: #12bde0;
}

.artisan-doctor__social-link--website {
	background: #ef4c88;
}

.artisan-doctor__social-link--facebook:hover,
.artisan-doctor__social-link--twitter:hover,
.artisan-doctor__social-link--website:hover {
    color: #fff;
    background: #27477d;
}

.artisan-doctor__content {
	padding: 16px 20px 0px;
	text-align: center;
}

.artisan-doctor__title {
	margin: 0 0 5px;
	font-size: 24px;
}

.artisan-doctor__title a {
	color: #27477d;
	text-decoration: none;
	font-size: 24px;
}

.artisan-doctor__designation {
	margin-bottom: 15px;
	color: #07ccec;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

.artisan-doctor__description {
	color: #858b94;
	font-size: 16px;
	line-height: 1.7;
}


/* =========================================================
   TESTIMONIAL
========================================================= */

.artisan-carousel-card--testimonial {
	padding: 55px 60px 32px;
	background: #fff;
	border-radius: 0 0 50px 50px;
    box-shadow: 0 12px 15px rgba(0, 0, 0, .07);
	margin-bottom: 30px;
}

.artisan-testimonial__text {
	color: #858b94;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	min-height: 100px;
}

.artisan-testimonial__text p {
	margin: 0;
	text-align: left;
}

.artisan-testimonial__footer {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 2px solid #e6eaf0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.artisan-testimonial__person {
	display: flex;
	align-items: center;
	gap: 20px;
	min-width: 0;
}

.artisan-testimonial__avatar {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	border-radius: 50%;
	overflow: hidden;
	background: #f1f4f7;
	outline: 8px solid #fff;
    box-shadow: 0px 5px 60px 0px rgba(39, 71, 125, 0.18);
}

.artisan-testimonial__avatar-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.artisan-testimonial__name {
	margin: 0 0 3px;
	color: #27477d;
	font-size: 20px;
	font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

.artisan-testimonial__designation {
	color: #07ccec;
	font-size: 14px;
	text-align: left;
}

.artisan-testimonial__rating {
	display: flex;
	gap: 2px;
	white-space: nowrap;
}

.artisan-testimonial__rating span {
	color: #d8d8d8;
	font-size: 25px;
}

.artisan-testimonial__rating .is-filled {
	color: #f5b51b;
}

.artisan-cpt-carousel--testimonial .artisan-cpt-carousel__container {
    max-width: 1024px;
    padding: 0 15px;
}


/* =========================================================
   BLOG POST
========================================================= */

.artisan-carousel-card--post {
	background: #fff;
	border: 2px solid #ebf2fe;
	padding: 0;
	transition: ease all .3s;
}

.artisan-carousel-card--post:hover {
	box-shadow: 0px 5px 25px 0px rgba(39, 71, 125, 0.1);
}

.artisan-cpt-carousel--post .artisan-cpt-carousel__container {
    padding: 0px 10px 25px;
}

.artisan-post__image-link {
	display: block;
	overflow: hidden;
}

.artisan-post__image {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.artisan-post__content {
	padding: 34px 40px 32px;
	text-align: left;
}

.artisan-post__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 17px;
	margin-bottom: 10px;
	color: #7f8791;
	font-size: 14px;
}

.artisan-post__meta i {
    margin-right: 5px;
}

.artisan-post__title {
	margin: 0 0 18px;
	line-height: 1.35;
}

.artisan-post__title a {
	color: #173d76;
	text-decoration: none;
}

.artisan-post__read-more {
	color: #07ccec;
    font-size: 16px;
    font-weight: 700;
	text-decoration: none;
	position: relative;
}

.artisan-post__read-more:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #07ccec;
    transition: all ease 0.4s;
}

.artisan-post__read-more:hover:before {
    width: 100%;
}

.artisan-post__read-more:hover,
.artisan-post__title a:hover {
    color: #07ccec;
}

.artisan-post__read-more span {
	margin-left: 4px;
}


/* =========================================================
   NAVIGATION
========================================================= */

.artisan-cpt-carousel .artisan-carousel-button {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
	transform: translateY(-50%);
	cursor: pointer;
}

.artisan-cpt-carousel .artisan-carousel-button--prev {
	left: -22px;
}

.artisan-cpt-carousel .artisan-carousel-button--next {
	right: -22px;
}

.artisan-cpt-carousel .artisan-carousel-button::after {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #27477d;
}

.artisan-cpt-carousel .artisan-carousel-button--prev::after {
	content: "‹";
}

.artisan-cpt-carousel .artisan-carousel-button--next::after {
	content: "›";
}

.artisan-cpt-carousel .artisan-carousel-button:hover {
	background: #27477d;
}

.artisan-cpt-carousel .artisan-carousel-button:hover::after {
	color: #fff;
}

.artisan-cpt-carousel .artisan-carousel-button.swiper-button-disabled {
	opacity: .4;
	cursor: default;
}


/* =========================================================
   PAGINATION
========================================================= */

.artisan-cpt-carousel .artisan-carousel-pagination {
	position: relative;
	margin-top: 25px;
	text-align: center;
}

.artisan-cpt-carousel
.artisan-carousel-pagination
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	background: #d5dce5;
}

.artisan-cpt-carousel
.artisan-carousel-pagination
.swiper-pagination-bullet-active {
	background: #07ccec;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

	.artisan-cpt-carousel .artisan-carousel-button {
		width: 38px;
		height: 38px;
	}

	.artisan-cpt-carousel .artisan-carousel-button--prev {
		left: -8px;
	}

	.artisan-cpt-carousel .artisan-carousel-button--next {
		right: -8px;
	}

	.artisan-carousel-card--testimonial {
		padding: 24px;
	}

	.artisan-testimonial__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.artisan-testimonial__text {
		min-height: 0;
	}

	.artisan-doctor__image {
		height: 250px;
	}

	.artisan-post__image {
		height: 220px;
	}

	.artisan-post__content {
		padding: 20px;
	}

}