@charset "UTF-8";

/*
Theme Name: Kaner Partners
Theme URI: https://credo-studio.com/
Author: Credo Studio
Author URI: https://credo-studio.com/
Description: Theme for Kaner & Partners. Developed by Credo Studio
Version: 1
*/

.single-actual-hero {
	position: relative;
}

.single-actual-hero .container {
	position: relative;
	z-index: 2;
}

.single-actual-hero:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 1;
}

.single-actual-info .container ul {
	z-index: 2;
}

.single-actual-plan ul li {
	padding: 0px 30px;
	text-align: center;
}

.single-actual-plan ul li:nth-child(1) {
	padding-left: 0px;
}

.single-actual-plan ul li:nth-child(3) {
	padding-right: 0px;
}

@media (max-width: 991.98px) {
	.single-actual-plan ul li {
		padding: 0px;
	}
}

.single-actual-about__image:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 1;
}

.single-actual-plan-swiper .swiper-slide img {
	max-width: 337px;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	gap: 10px;
}

.pagination span, .pagination a {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
    width: 52px;
	height: 32px;
	font-weight: 500;
	border-radius: 14px;
	color: #4b4b4b;
	background: #f2f4f7;
	transition: 0.3s;
}

.page-numbers.current {
	color: #fff !important;
	background: #111;
}

.pagination a:hover {
	background: #111;
	color: #fff;
}

@media (max-width: 767.98px) {
	.pagination {
		gap: 6px;
	}
	.pagination span, .pagination a {
		font-size: 12px;
		width: 28px;
		height: 28px;
		border-radius: 50px;
	}
}
