.featured-services {
    padding: 100px 0;
    background: #fff;
}

.service-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .35s;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
}

.service-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.service-content {
    padding: 25px;
}

.service-category {
    display: inline-block;
    background: #FFF2F7;
    color: #E91E63;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 13px;
    margin-bottom: 12px;
}

.service-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #666;
}

.service-price {
    margin-top: 15px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 10px;
}

.new-price {
    color: #E91E63;
    font-size: 24px;
    font-weight: 700;
}


.service-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.service-image{
    position:relative;
}

.service-image img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.discount-badge{
    position:absolute;
    top:15px;
    right:15px;
    background:#E91E63;
    color:#fff;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
}

.service-body{
    padding:25px;
}

.service-category{
    display:inline-block;
    background:#FFF2F7;
    color:#E91E63;
    padding:6px 12px;
    border-radius:30px;
    font-size:13px;
    margin-bottom:15px;
}

.service-title{
    font-size:22px;
    margin-bottom:15px;
    font-weight:700;
}

.service-title a{
    color:#222;
    text-decoration:none;
}

.service-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
    color:#666;
    font-size:14px;
}

.rating{
    color:#ffb400;
}

.service-price{
    margin-bottom:20px;
}

.old-price{
    text-decoration:line-through;
    color:#999;
    margin-right:10px;
}

.new-price{
    font-size:26px;
    color:#E91E63;
    font-weight:700;
}

.service-actions .btn{
    border-radius:12px;
}

.booking-card{

    background:#fff;

    border-radius:18px;

    padding:30px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    top:120px;

}

.booking-header{

    margin-bottom:20px;

}

.booking-header h3{

    font-size:24px;

    font-weight:700;

}

.old-price{

    text-decoration:line-through;

    color:#888;

    margin-right:10px;

}

.new-price{

    color:#E91E63;

    font-size:32px;

    font-weight:700;

}

.booking-duration{

    margin:20px 0;

}

.booking-btn{

    background:#E91E63;

    border:none;

    border-radius:50px;

    padding:14px;

}

.booking-features{

    list-style:none;

    padding:0;

    margin:25px 0 0;

}

.booking-features li{

    margin-bottom:12px;

}

.booking-features i{

    color:#28a745;

    margin-right:8px;

}

.provider-card{

	background:#fff;

	border-radius:18px;

	padding:30px;

	box-shadow:0 15px 40px rgba(0,0,0,.08);

	margin-top:30px;

}

.provider-header{

	text-align:center;

	margin-bottom:25px;

}

.provider-header img{

	width:100px;

	height:100px;

	border-radius:50%;

	object-fit:cover;

	margin-bottom:15px;

}

.provider-avatar{

	width:100px;

	height:100px;

	border-radius:50%;

	background:#F8F8F8;

	display:flex;

	align-items:center;

	justify-content:center;

	margin:0 auto 20px;

	font-size:38px;

	color:#E91E63;

}

.provider-header h4{

	font-size:22px;

	font-weight:700;

	margin-bottom:10px;

}

.provider-rating{

	color:#FFB400;

	font-weight:600;

}

.provider-meta{

	list-style:none;

	padding:0;

	margin:25px 0;

}

.provider-meta li{

	padding:12px 0;

	border-bottom:1px solid #f1f1f1;

	font-size:15px;

}

.provider-meta li:last-child{

	border-bottom:none;

}

.provider-meta i{

	width:24px;

	color:#E91E63;

}

/*--------------------------------------------------------------
Related Services
--------------------------------------------------------------*/

.related-services{

	background:#fafafa;

	border-top:1px solid #eee;

}

.related-services .section-title{

	max-width:650px;

	margin:0 auto;

}

.related-services .section-subtitle{

	color:#E91E63;

	font-weight:600;

	text-transform:uppercase;

	letter-spacing:1px;

	font-size:13px;

}

.related-services h2{

	font-size:34px;

	font-weight:700;

	margin-top:10px;

	margin-bottom:15px;

}

.related-services p{

	color:#777;

	font-size:16px;

}

/*--------------------------------------------------------------
Service Gallery
--------------------------------------------------------------*/

.service-gallery{

	margin-bottom:40px;

}

.service-gallery-main{

	background:#fff;

	border-radius:20px;

	overflow:hidden;

	box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.service-gallery img{

	width:100%;

	height:520px;

	object-fit:cover;

	display:block;

}

.service-gallery-thumbs{

	margin-top:20px;

}

.service-gallery-thumbs img{

	height:90px;

	object-fit:cover;

	border-radius:12px;

	cursor:pointer;

	border:2px solid transparent;

	transition:.3s;

}

.service-gallery-thumbs .swiper-slide-thumb-active img{

	border-color:#E91E63;

}

.swiper-button-next,

.swiper-button-prev{

	color:#fff;

	width:46px;

	height:46px;

	border-radius:50%;

	background:rgba(0,0,0,.45);

}

.swiper-pagination-bullet-active{

	background:#E91E63;

}

@media(max-width:991px){

	.service-gallery img{

		height:360px;

	}

}

@media(max-width:576px){

	.service-gallery img{

		height:260px;

	}

}