		.review-card {
			border-radius: 16px;
		transition: 0.3s ease;
		border: 1px solid rgba(0,0,0,0.05);
	}

	.review-card:hover {
		transform: translateY(-5px);
	}

	.bg-soft-blue {
		background-color: #eef4ff;
	}

	.bg-soft-green {
		background-color: #edf9f1;
	}

	.bg-soft-yellow {
		background-color: #fff8e6;
	}

	.bg-soft-pink {
		background-color: #ffeef3;
	}

	.bg-soft-purple {
		background-color: #f3ecff;
	}

	.bg-soft-cyan {
		background-color: #eaf9fb;
	}

.fc-disabled {
	pointer-events: none;
	opacity: 0.4;
	background-color: #f6f6f6;
}
.wishlist-link {
    background: none;
    border: none;
    font-size: 18px;
    color: #aaa;
}

.wishlist-link .added-in-wishlist {
    color: #ff6a00;
}
.authors.mb-15{
    display: flex;
    justify-content: space-between;
}
/* Disabled dates style */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    background: #f3f4f6 !important;
    color: #c0c0c0 !important;
    cursor: not-allowed;
}

/* Available date highlight (optional nice UX) */
.flatpickr-day:not(.flatpickr-disabled) {
    font-weight: 500;
}


/* Buttons */
.action-buttons{
	display: flex;
    gap: 11px;
}

.btn-appointment {
    border-radius: 12px;
    padding: 14px;
    font-weight: 600;
}

.follow_btn{
	padding: 13px 37px;
    font-weight: 600;
    font-size: 16px !important;
}

/* Certification Section */
.cert-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.cert-item {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.cert-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert-content h6 {
    margin: 0;
    font-weight: 600;
}

.cert-content span {
    font-size: 13px;
    color: #6b7280;
}

/* View Button */
.btn-view {
    background: #f9fafb;
    border-radius: 12px;
    padding: 12px;
    font-weight: 500;
    color: #2563eb;
}

	.service-card {
		background: #fff;
		border: 1px solid #eee;
		border-radius: 10px;
		height: 100%;
		transition: all .3s ease;
		display: flex;
		flex-direction: column;
	}

	.service-card:hover {
		box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
		transform: translateY(-3px);
	}

	/* Body */
	.service-body {
		padding: 15px;
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	/* Author + Wishlist */
	.service-author {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.service-author a {
		display: flex;
		align-items: center;
		gap: 8px;
		color: #f4813c;
		font-size: 13px;
		font-weight: 500;
	}

	.service-author img {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		object-fit: cover;
	}

	/* Wishlist */
	.wishlist-btn {
		font-size: 18px;
		color: #aaa !important;
	}

	.wishlist-btn:hover {
		color: #f4813c !important;
	}

	.wishlist-btn .added-in-wishlist {
		color: #e63946;
	}

	/* Title */
	.service-title a {
		font-size: 17px !important;
		font-weight: 600 !important;
		/*margin-bottom: 8px;*/
		/*line-height: 1.4;*/
	}

	.service-title {
		width: 90%;
	}

	.service-title a {
		color: #111;
	}

	/* Rating */
	.service-rating {
		font-size: 13px;
		color: #666;
		margin-bottom: 15px;
	}

	/* Button */
	.btn-view {
		margin-top: auto;
		display: block;
		text-align: center;
		padding: 8px 12px;
		border-radius: 6px;
		border: 1px solid #f4813c;
		font-size: 13px;
		font-weight: 500;
		color: #111;
		transition: all .3s ease;
	}

	.btn-view:hover {
		background: #f4813c;
		color: #fff;
		border-color: #f4813c;
	}

	/* Empty */
	.service-card.empty {
		padding: 30px;
		border: 1px dashed #f4813c;
	}

	.service-desc {
		font-size: 13px;
		color: #666;
		margin-bottom: 12px;
	}

	.verified-badge {
    width: 18px;
    height: 18px;
    margin-left: 4px;
}
.review-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #f3f4f6;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.review-badge i {
    color: #facc15;
    font-size: 15px;
}

.review-badge span {
    color: #6b7280;
    font-weight: 400;
}
.custom-author-info{
	padding-top:0!important;
}
.company_deatils.services_provider {
    margin-top: 150px;
}

@media (max-width: 1199px) {
    .company_deatils.services_provider {
        margin-top: 100px;
    }
}
.container-fluid .row.pt-0{
	 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.booked-shadule-but{
	padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5);
}
@media (max-width: 991px) {
    .custom-author-info {
        padding-left: 30% !important;
    }
}
@media (max-width: 767px) {
    .custom-author-info {
        padding-left: 3% !important;
    }
}
.booked-shadule-but {
    margin-top: 0;
}

@media (min-width: 992px) {
    .booked-shadule-but {
        margin-top: 25px;
    }
}
.follow-btn-group{
	justify-content: end;
}
.follow-section{
	margin-top: 4px;
}
@media (max-width: 991px) {
	.follow-btn-group{
		justify-content: start;
		padding-left: 29% !important;
		margin-top: 15px;
	}

}
@media (max-width: 767px) {
	.follow-btn-group{
		justify-content: start;
		padding-left: 1% !important;
	}
}