/******************************

    00 - Home
    01 - Inner Page
		01 - Our History
		02 - Service Detail
        03 - Portfolio Single 
        04 - Blog Detail
             Sidebar Right
             Blog Classic
             Blog Single
        05 - Team Single
        06 - Contact Us
        07 - Comment Form

******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
#page {
	position: relative;
	overflow: hidden;
}

/** Homepage 01 **/
.ihbox-section-one {
	border-bottom: 1px solid #E4E4E4;
	padding: 37px 0 32px;
}

.about-section-one {
	padding: 80px 0;
}

.about-one-left-box {
	padding-right: 40px;
}

.about-one-left-box img {
	border-radius: 5px;
}

.about-one-left-box .about-second-img {
	margin-left: 20px;
}

.about-one-left-box .ihbox-style-13-area {
	position: absolute;
	margin-top: -200px;
	padding-left: 100px;
}

.about-one-content {
	padding: 80px 0 0 40px;
}

.about-one-content .about-desc {
	margin-top: -25px;
	font-size: 18px;
	color: #2E3453;
}

.about-one-content .inner-box {
	border-top: 1px solid #E4E4E4;
	margin-top: 40px;
}

.about-one-content .fid-style-4-box {
	border-right: 1px solid #E4E4E4;
	padding: 50px 40px 0 0;
}

.about-one-content .inner-box .right-box {
	padding: 40px 0 0 50px;
}

.service-section-one {
	position: relative;
	background-color: transparent !important;
	background-image: linear-gradient(180deg, #ECF0F4 43%, #ECF0F400 100%);
}

.service-section-one::before,
.service-section-one .service-left-img::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 0;
}

.service-section-one::before {
	background-image: url(../images/demo-1/bg/service-right-pattarn.png);
	--background-overlay: '';
	background-position: 100% 0px;
	background-repeat: no-repeat;
	opacity: .5;
}

.service-section-one .service-left-img {
	padding-left: 80px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	width: max-content;
	position: relative;
}

.service-section-one .service-left-img::before {
	background-image: url(../images/demo-1/bg/service-left-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.service-section-one .service-left-img img {
	position: relative;
	z-index: 1;
}

.service-section-one .pbmit-element-service-style-2 {
	padding: 0 21% 3.5% 2%;
}

.marquee-section {
	padding: 34px 0;
}

.why-choose-us-section-one {
	background-image: url(../images/demo-1/bg/staticbox-pattarn.png);
	background-position: 0px 130px;
	background-repeat: no-repeat;
	padding: 130px 0 120px;
}

.why-choose-us-section-one .chart-box {
	margin-right: 30px;
	height: 240px;
}

.why-choose-us-section-one .list-group .list-group-item {
	align-items: center;
}

.why-choose-us-section-one .list-group .list-group-item:not(:first-child) {
	margin-top: calc(14px/2);
}

.why-choose-us-section-one .pbmit-element-static-box-style-1 {
	padding-top: 80px;
}

.video-one-bg {
	background-image: url(../images/demo-1/bg/video-bg-01.jpg);
	background-position: center center;
	background-size: cover;
	padding: 110px 0 0;
	min-height: 500px;
	display: flex;
}

.video-one-bg .pbmit-custom-title {
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: -.26px;
	margin-left: 25px;
	color: var(--pbmit-white-color);
}

.pbmit-play-btn {
	font-size: 23px;
	padding: 38px;
	border-radius: 50%;
	display: inline-block;
	line-height: 1;
	text-align: center;
	transition: all .3s;
	background-color: #FFFFFF2E;
	backdrop-filter: blur(20px);
	fill: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}

.pbmit-play-btn:hover {
	animation-name: pbmit-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes pbmit-animation-pulse {
	25% {
		transform: scale(1.1);
	}

	75% {
		transform: scale(.9);
	}
}

.pbmit-play-btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: inherit;
	border-radius: 50%;
	transition: all .3s ease-in;
	animation: video_animation 2.5s ease infinite;
}

@keyframes video_animation {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.pbmit-play-btn svg {
	height: 23px;
	width: 1em;
	position: relative;
	display: block;
}

.our-process-section-one {
	position: relative;
	overflow: hidden;
	padding: 130px 0 140px;
}

.pbmit-pattarn-bg {
	position: relative;
}

.pbmit-pattarn-bg::before,
.pbmit-pattarn-bg::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: inherit;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.1);
}

.pbmit-pattarn-bg::before {
	display: block;
	z-index: 0;
	height: 212px;
	width: 106px;
}

.pbmit-pattarn-bg::after {
	width: 212px;
	height: 106px;
}

.team-slider-arrow,
.service-slider-arrow {
	position: relative;
}

.pbmit-bottom-text {
	padding: 40px 0 6px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	color: var(--pbmit-heading-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

.pbmit-bottom-text:not(.style-2) .pbmit-custom-button {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	border-radius: 50px;
	padding: 0px 16px 4px;
	font-weight: bold;
	margin-right: 5px;
}

.pbmit-bottom-text .pbmit-custom-button-link {
	position: relative;
}

.pbmit-bottom-text .pbmit-custom-button-link:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: var(--pbmit-blackish-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.pbmit-bottom-text .pbmit-custom-button-link:hover::after {
	width: 0;
	background-color: var(--pbmit-global-color);
}

.pbmit-bg-color-secondary .pbmit-bottom-text {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-bottom-text .pbmit-custom-button-link:not(:hover) {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-bottom-text .pbmit-custom-button-link:not(:hover):after {
	background-color: var(--pbmit-white-color);
}

.client-one-area {
	padding: 49px 70px;
	border-radius: 100px;
	position: relative;
}

.client-one-area .client-title {
	font-size: 18px;
	line-height: 26px;
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
	color: var(--pbmit-white-color);
}

.team-section-one {
	padding: 110px 0 120px 0;
	background-image: url(../images/demo-1/bg/team-bg-pattarn.png);
	background-repeat: no-repeat;
	background-position: 97% 90%;
}

.testimonial-section-one {
	padding-top: 117px;
	background-color: transparent !important;
	background-image: linear-gradient(180deg, #ECF0F4 42.51%, #F2295B00 100%);
}

.testimonial-one-left {
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 35px;
	height: -webkit-fill-available;
}

.testimonial-one-left .testimonial-subtitle h2 {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: 0.78px;
	margin-bottom: 20px;
	color: var(--pbmit-secondary-color);
}

.testimonial-one-left .custom-heading h2 {
	font-size: 64px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 53px;
	letter-spacing: -2.56px;
	margin-bottom: 20px;
	color: var(--pbmit-secondary-color);
}

.testimonial-one-left .custom-heading h2 .pbmit-testimonial-ratings {
	font-size: 24px;
	letter-spacing: -0.96px;
}

.testimonial-one-left .custom-title h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0px;
	margin-bottom: 20px;
	color: var(--pbmit-secondary-color);
}

.testimonial-one-left .custom-title h2 .pbmit-span-underline {
	text-decoration: underline;
	font-weight: 600;
	font-size: 20px;
}

.testimonial-section-one .swiper-button-next,
.testimonial-section-one .swiper-button-prev {
	inset: auto 0 0 auto;
}

.testimonial-section-one .swiper-button-prev {
	margin-right: 60px;
}

.testimonial-section-one .testimonial-one-arrow {
	position: relative;
	bottom: -90px;
}

.client-satisfaction-section {
	padding: 205px 0 115px;
}

.client-satisfaction-section .left-box {
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	padding: 47px 0 0 20px;
	height: -webkit-fill-available;
}

.client-satisfaction-section .left-box .fid-style-wrap {
	padding: 40px 50px 0px 15px;
}

.client-satisfaction-section .right-box,
.customer-satisfaction-four-right {
	padding: 0 15px 0 55px;
	border-radius: 5px;
	position: relative;
}

.client-satisfaction-section .right-box:after,
.customer-satisfaction-four-right:after {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, rgba(22, 34, 45, 0.00) 0%, #16222D 85%);
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 60%;
	border-radius: 5px;
}

.client-satisfaction-section .right-box .pbmit-custom-title,
.customer-satisfaction-four-right .pbmit-custom-title {
	padding-bottom: 45px;
}

.client-satisfaction-section .right-box .pbmit-custom-title .pbmit-title,
.customer-satisfaction-four-right .pbmit-custom-title .pbmit-title {
	font-size: 13px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.78px;
	color: #FFFFFFB3;
}

.client-satisfaction-section .right-box .pbminfotech-ele-fid-style-7,
.customer-satisfaction-four-right .pbminfotech-ele-fid-style-7 {
	position: relative;
	z-index: 1;
}

.client-satisfaction-section .right-box .contact-image,
.customer-satisfaction-four-right .contact-image {
	margin: -22px 0 0 -22px;
}

.client-satisfaction-section .right-box .client-area,
.customer-satisfaction-four-right .client-area {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	padding: 0 40px;
}

/** Homepage 02 **/
.service-section-two {
	padding: 115px 0 80px;
}

.service-section-two .service-slider-arrow {
	right: -45px;
}

.service-section-two .pbmit-element-viewtype-carousel-3 {
	border-radius: 5px;
}

.about-section-two {
	position: relative;
	z-index: 1;
	background-image: linear-gradient(180deg, #ECF0F4 43%, #FFFFFF00 100%);
	background-color: transparent !important;
}

.about-us-page .about-section-two:before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 0;
	background-image: url(../images/demo-2/bg/service-right-pattarn.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}

.about-two-images img {
	border-radius: 5px;
}

.about-two-images .second-img {
	margin-top: -115px;
	text-align: right;
}

.about-two-content {
	padding: 0 20px 0 80px;
}

.about-heading-desc {
	font-size: 17px;
	margin-top: -20px;
}

.about-two-inner {
	padding: 60px 30px 0 0;
}

.about-two-content .ihbox-style-2-area {
	padding: 115px 0 0 20px;
}

.about-two-content .ihbox-style-2-area .pbmit-ihbox-style-2:not(:last-child) {
	margin-bottom: 40px;
}

.about-two-content .ihbox-style-5-area {
	padding-top: 42px;
	margin-top: 50px;
	border-top: 1px solid #E4E4E4;
}

.choose-us-section-two {
	padding: 110px 0 40px;
}

.choose-us-section-two .fid-style-1-area {
	margin-left: 90px;
}

.contact-us-section-two,
.contact-us-section-three {
	background-image: url(../images/demo-2/bg/video-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 350px;
	position: relative;
	z-index: 1;
}

.contact-us-section-two {
	padding-top: 60px;
	background-image: url(../images/demo-2/contact-us-bg.jpg);
}

.contact-us-section-two:before,
.contact-us-section-three::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	content: "";
	display: block;
	z-index: -1;
	background-image: linear-gradient(180deg, #00000000 35%, #000000 70%);
	opacity: .5;
}

.contact-us-section-two .pbmit-bottom-text,
.contact-us-section-three .pbmit-bottom-text {
	font-size: 18px;
	border-top: 1px solid #FFFFFF21;
	margin-top: 150px;
	padding: 32px 0 7px;
}

.contact-us-section-two .pbmit-bottom-text.text-white .pbmit-custom-button-link:not(:hover),
.contact-us-section-three .pbmit-bottom-text.text-white .pbmit-custom-button-link:not(:hover) {
	color: var(--pbmit-white-color);
}

.contact-us-section-two .pbmit-bottom-text.text-white .pbmit-custom-button-link:not(:hover):after,
.contact-us-section-three .pbmit-bottom-text.text-white .pbmit-custom-button-link:not(:hover):after {
	background-color: var(--pbmit-white-color);
}

.contact-us-section-two .left-box {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contact-us-section-two .left-box .chart-img {
	padding-bottom: 30px;
}

.testimonial-section-two {
	position: relative;
	padding-top: 80px;
	z-index: 1;
	background-color: transparent !important;
	background-image: linear-gradient(180deg, #E6E6E6 42%, #F2295B00 100%);
}

.about-us-page .testimonial-section-two:before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 0;
	background-image: url(../images/demo-2/bg/testimonial-bg-map.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.testimonial-two-rightbox {
	padding: 110px 0 0 50px;
}

.testimonial-two-rightbox .swiper-button-next,
.testimonial-two-rightbox .swiper-button-prev {
	top: auto;
	bottom: 20px;
}

.testimonial-section-two .client-one-area,
.contact-us-section .client-one-area {
	border: 1px solid #E4E4E4;
	margin-top: -19px;
}

.client-one-area.pbmit-bg-color-white .client-title {
	color: var(--pbmit-heading-color);
}

.pbmit-shadow-custom {
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.08);
}

.blog-sec-two {
	padding-top: 0px;
	padding-bottom: 60px;
}

/** Homepage 03 **/
.demo-three .marquee-section {
	margin-top: 94px;
}

.about-section-three {
	padding: 110px 0 120px;
}

.about-three-leftbox {
	position: relative;
	padding-right: 40px;
	text-align: right;
}

.about-three-leftbox .about-img img {
	border-radius: 5px;
}

.about-three-leftbox .about-img {
	position: relative;
}

.about-three-leftbox .about-img:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 89%;
	background-color: var(--pbmit-light-color);
	right: -30px;
	top: 40px;
	bottom: 30px;
	z-index: -1;
}

.about-three-leftbox .ihbox-style-8-area {
	position: absolute;
	top: 32%;
	width: auto;
	max-width: 100%;
}

.about-three-rightbox {
	padding-left: 62px;
}

.about-three-heading-desc {
	font-size: 18px;
	margin-bottom: 35px;
	margin-top: -35px;
	color: var(--pbmit-secondary-color);
}

.about-three-rightbox .pbmit-btn.blackish {
	white-space: nowrap;
}

.about-three-rightbox .pbmit-ihbox-style-3 .pbmit-icon-type-icon {
	min-width: inherit;
	height: inherit;
	line-height: inherit;
	background-color: transparent;
	color: var(--pbmit-global-color);
	fill: var(--pbmit-global-color);
	border-radius: 0;
	padding-top: 7px;
}

.about-three-rightbox .pbmit-ihbox-style-3 .pbmit-heading-desc {
	font-size: 15px;
}

.about-three-rightbox .pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 18px;
	line-height: 28px;
	margin: 1px 0 0 0;
	letter-spacing: -0.72px;
}

.about-three-rightbox .pbmit-ihbox-style-3 .pbmit-icon-type-icon svg g g {
	fill: var(--pbmit-global-color);
}

.about-us-section-three {
	padding: 50px 0 65px;
	background-image: url(../images/demo-3/bg/process-bg.png);
	background-position: 101% 20px;
	background-repeat: no-repeat;
}

.about-us-section-three .about-img {
	border-radius: 5px;
}

.about-us-three-rightbox {
	padding-left: 85px;
}

.about-us-three-rightbox .pbmit-heading-subheading {
	margin-bottom: 20px;
}

.about-us-section-three .ihbox-style-16-area {
	padding-top: 50px;
	margin-top: 50px;
}

.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16 {
	padding: 0 60px;
	margin-bottom: 50px;
}

.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16:first-child {
	padding-left: 0;
}

.about-us-section-three .ihbox-style-16-area .pbmit-miconheading-style-16:last-child {
	padding-right: 0;
}

.contact-us-section-two .pbmit-bottom-text,
.contact-us-section-three .pbmit-bottom-text {
	margin-top: 60px;
}

.contact-us-section-two .pbmit-custom-heading .pbmit-title,
.contact-us-section-three .pbmit-custom-heading .pbmit-title {
	font-size: 64px;
	line-height: 70px;
	font-weight: 700;
	letter-spacing: -1.28px;
	margin-bottom: 20px;
	color: var(--pbmit-white-color);
}

.contact-us-section-three {
	background-image: none;
}

.contact-us-section-three .video-wrap {
	inset: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.contact-us-section-three .video-wrap:before {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	left: 0;
	opacity: .5;
	top: 0;
	width: 100%;
	background-image: linear-gradient(180deg, #00000000 35%, #000000 70%);
	z-index: 1;
}

.contact-us-section-three .video-wrap video {
	max-width: 100%;
	object-fit: cover;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.pricing-section-three {
	padding: 140px 0 0px;
	background-image: linear-gradient(180deg, #ECF0F4 43%, #F2295B00 100%);
	background-color: transparent !important;
}

.pricing-section-three .pricing-three-desc {
	margin: 0 80px 25px 60px;
}

.pricing-section-three .pbmit-tabs {
	padding-bottom: 100px;
}

.portfolio-three-slider {
	border-radius: 5px;
}

.portfolio-three-slider .swiper-pagination-bullets {
	bottom: 0;
	justify-content: end;
}

.portfolio-bottom-desc {
	margin-top: -15px;
}

/** Homepage 04 **/
.about-us-sec-four {
	padding: 120px 0 150px;
}

.pbmit-bottom-text.style-2 {
	padding: 0;
}

.pbmit-bottom-text.style-2 .pbmit-custom-button {
	background-color: var(--pbmit-light-color);
	border-radius: 5px;
	color: var(--pbmit-blackish-color);
	font-size: 12px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: .96px;
	text-transform: uppercase;
	padding: 7px 16px 7px;
	margin-right: 5px;
}

.rounded-7 {
	border-radius: 7px;
}

.about-four-left-box {
	padding-right: 65px;
}

.about-four-left-box .about-02-img {
	margin-top: -115px;
}

.about-four-right-box {
	padding: 55px 0 0 82px;
}

.about-four-right-box .pbmit-heading-subheading {
	margin-bottom: 30px;
}

.about-four-right-box .list-group {
	padding: 100px 20px 0 0;
}

.about-four-right-box .fid-style-8-wrap {
	margin-top: -30px;
}

.why-choose-us-sec-four {
	background-color: transparent !important;
	background-image: linear-gradient(180deg, #ECF0F4 42.4%, #F2295B00 100%);
	padding: 80px 15px;
}

.why-choose-us-four-rightbox {
	padding-top: 80px;
}

.why-choose-us-four-rightbox .pbmit-heading-subheading .pbmit-title {
	margin-bottom: 35px;
}

.customer-satisfaction-four-left {
	background-image: url(../images/demo-4/about-03.jpg);
	background-size: cover;
	display: flex;
	gap: 10px;
	padding: 70px 0 0 30px;
	flex-direction: column;
	border-radius: 7px;
	height: -webkit-fill-available;
}

.customer-satisfaction-four-left .pbmit-ihbox-style-19 {
	width: max-content;
}

.business-highlights-four-area {
	display: flex;
	align-items: center;
	gap: 120px;
	border-radius: 7px;
	border: 1px solid #E4E4E4;
	padding: 40px 0 27px 50px;
	margin-top: 20px;
	background-color: var(--pbmit-white-color);
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .08);
}

.business-highlights-four-area .pbmit-custom-title .pbmit-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.accordion-sec-four {
	padding: 80px 0;
}

.accordion-sec-four .left-box {
	padding-right: 330px;
}

.accordion-sec-four .left-box .pbmit-custom-title .pbmit-title {
	font-size: 128px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 128px;
	letter-spacing: -2.56px;
}

.accordion-sec-four .left-box .pbmit-desc {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.accordion-sec-four .faq-contact-card {
	border-radius: 7px;
	padding: 20px 45px 20px 35px;
	margin-top: 50px;
}

/** Homepage 05 **/
.why-choose-us-sec-five {
	padding: 130px 0 135px;
	background-image: url(../images/demo-5/bg/pattarn-01.png);
	background-repeat: no-repeat;
	background-position: 0px 130px;
}

.why-choose-us-sec-five .rating-box {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}

.why-choose-us-five-content {
	padding-left: 90px;
}

.why-choose-us-sec-five .top-desc {
	font-size: 18px;
	line-height: 28px;
	color: var(--pbmit-heading-color);
}

.why-choose-us-sec-five .progressbar-wrap {
	margin-top: 35px;
	padding-top: 50px;
	border-top: 1px solid #E4E4E4;
}

.service-sec-five {
	padding: 80px 0;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.service-sec-five .pbmit-heading-subheading .pbmit-title {
	font-size: 128px;
	line-height: 128px;
	margin-top: -28px;
}

.service-sec-five .pbmit-element-service-style-4 {
	padding-top: 30px;
}

.team-five-leftbox {
	display: flex;
	flex-direction: column;
	height: -webkit-fill-available;
	justify-content: space-between;
}

.team-five-arrow {
	position: relative;
}

.team-five-arrow .swiper-button-next,
.team-five-arrow .swiper-button-prev {
	top: auto;
	bottom: 0;
	right: auto;
}

.team-five-arrow .swiper-button-prev {
	left: 0;
}

.team-five-arrow .swiper-button-next {
	left: 60px;
}

.award-sec-five {
	padding: 100px 0 105px;
}

.award-five-leftbox {
	display: flex;
	flex-direction: column;
	height: -webkit-fill-available;
	justify-content: space-between;
}

.award-five-rightbox {
	padding-top: 60px;
}

.demo-five .contact-us-section-three {
	padding-top: 65px;
}

.demo-five .contact-us-section-three .pbmit-bottom-text {
	margin-top: 50px;
}

/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Our History **/
.history-page .about-us-section {
	padding: 140px 0;
}

.history-page .about-us-section .about-us-left-area {
	position: relative;
}

.history-page .about-us-section .about-us-left-area .about-img {
	text-align: right;
}

.history-page .about-us-section .about-us-left-area .about-img img {
	border-radius: 5px;
}

.history-page .about-us-section .about-us-left-area .ihbox-style-8-area {
	position: absolute;
	top: 27%;
	left: 10px;
}

.history-page .about-us-section .about-us-right-area {
	padding-left: 70px;
}

.history-page .about-us-section .about-us-right-area .fid-style-3-area {
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 26px;
	margin-bottom: 30px;
}

.history-section {
	padding: 80px 0;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-year {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
	color: var(--pbmit-global-color);
}

.pbmit-element-timeline-style-1 .pbmit-timeline-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 0 50px;
	text-transform: capitalize;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-desc {
	margin: 0;
	padding: 0 70px;
	line-height: 22px;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
	display: grid;
	width: 100%;
	height: auto;
	position: relative;
	justify-items: center;
	grid-template-rows: 1fr 1fr;
	text-align: center;
	grid-gap: 160px;
}

.pbmit-element-timeline-style-1 .pbmit-same-height.steps-content_wrap {
	justify-content: flex-start;
}

.pbmit-element-timeline-style-1 .pbmit-slide-even .pbmit-same-height.steps-content_wrap {
	justify-content: flex-end;
}

.pbmit-element-timeline-style-1 .pbmit-heading-subheading {
	margin-bottom: 80px;
}

.pbmit-element-timeline-style-1 .steps-dot .dot {
	display: block;
	line-height: normal;
	font-size: 14px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	transform: rotate(45deg);
	z-index: 2;
	position: relative;
	background-color: var(--pbmit-global-color);
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto !important;
}

.pbmit-element-timeline-style-1 .steps-dot .dot::after {
	content: "";
	position: absolute;
	left: -11px;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 40px;
	margin: 0;
	background: rgb(var(--pbmit-global-color-rgb), .90);
	transform: rotate(-45deg);
}

.pbmit-element-timeline-style-1 .pbmit-slide-even .steps-dot .dot::after {
	left: 19px;
	top: 0;
	bottom: auto;
}

.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line {
	color: transparent;
	line-height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before,
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after {
	content: "";
	width: calc(50% + 10px * 100);
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
}

.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after {
	left: 50%;
	background: linear-gradient(90deg, var(--pbmit-global-color), var(--pbmit-global-color));
}

.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before {
	right: 50%;
	background: linear-gradient(90deg, var(--pbmit-global-color), var(--pbmit-global-color));
}

.pbmit-element-timeline-style-1 .pbmit-same-height {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.pbmit-element-timeline-style-1 .pbmit-slide-even.swiper-slide-duplicate:nth-last-child(2) .pbmit-feature-image {
	order: 0;
}

.pbmit-element-timeline-style-1 .pbmit-slide-even .pbmit-feature-image {
	order: 1;
	justify-content: start;
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}

.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper:not(.pbmit-slide-even) .pbmit-feature-image {
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}

.pbmit-element-timeline-style-1 .pbmit-feature-image img {
	border-radius: 10px;
}

.pbmit-element-timeline-style-1 .steps-dot,
.pbmit-element-timeline-style-1 .pbmit-feature-image,
.pbmit-element-timeline-style-1 .steps-content_wrap {
	opacity: 1;
}

/* BG Color Set */
.pbmit-bg-color-secondary .pbmit-element-timeline-style-1 .pbmit-timeline-title,
.pbmit-bg-color-secondary .pbmit-element-timeline-style-1 {
	color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after {
	background: linear-gradient(90deg, rgb(var(--pbmit-white-color-rgb), .10), rgb(var(--pbmit-white-color-rgb), .10));
}

.pbmit-bg-color-secondary .pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before {
	background: linear-gradient(90deg, rgb(var(--pbmit-white-color-rgb), .10), rgb(var(--pbmit-white-color-rgb), .10));
}

.pbmit-bg-color-secondary .pbmit-element-timeline-style-1 .steps-dot .dot {
	background-color: var(--pbmit-white-color);
}

.pbmit-bg-color-secondary .pbmit-element-timeline-style-1 .steps-dot .dot::after {
	background: rgb(var(--pbmit-white-color-rgb), .40);
}

.roadmap-section {
	background-color: #f4f6f8;
}

.roadmap-pill {
	letter-spacing: .18em;
	color: #16222d;
	background: rgba(22, 34, 45, .08);
	padding: .65rem 1.2rem;
	border-radius: 999px;
	display: inline-block;
}

.roadmap-heading {
	margin-top: 1rem;
	font-size: 2.8rem;
	line-height: 1.1;
	color: #16222d;
}

.roadmap-card {
	border: 1px solid rgba(22, 34, 45, .08);
	box-shadow: 0 30px 55px rgba(22, 34, 45, .05);
}

.roadmap-number {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border: 1px solid rgba(46, 52, 83, .14);
	border-radius: 50%;
	color: #16222d;
	font-weight: 700;
	font-size: 1.1rem;
}

.roadmap-card-title {
	color: #16222d;
	font-size: 1.55rem;
	margin-bottom: 1rem;
	text-align: center;
}

.roadmap-card-desc {
	color: #5f697b;
	line-height: 1.85;
}

.soft-info-box {
	background-color: #eef7fb;
}

/** 02 - Service Detail **/
.sidebar .widget.post-list .widget-title {
	margin-bottom: 0;
}

.service-details .all-post-list li {
	margin-bottom: 1px;
	border-radius: 10px;
	transition: all 0.4s ease-in;
	position: relative;
	padding: 0;
	line-height: 20px;
}

.service-details .all-post-list li a {
	padding: 16px 28px 18px 50px;
	display: block;
	position: relative;
	font-size: 15px;
	text-transform: capitalize;
	color: var(--pbmit-secondary-color);
	transition: all .25s ease-in-out;
}

.service-details .all-post-list li:not(:last-child) a {
	border-bottom: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.1);
}

.service-details .all-post-list li a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 25px;
	margin-left: -20px;
	background-color: var(--pbmit-global-color);
}

.service-details .all-post-list li a:after {
	position: absolute;
	content: '\e82f';
	font-family: "pbminfotech-base-icons";
	right: 28px;
	left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	text-align: center;
	font-size: 12px;
	transform-style: preserve-3d;
	transition: all .5s ease-in-out;
	font-weight: 400;
	color: var(--pbmit-secondary-color);
	transform: translateX(0%) translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.service-details .all-post-list li:hover a,
.service-details .all-post-list li.post-active a {
	color: var(--pbmit-global-color);
}

.service-details .all-post-list li.post-active a:after,
.service-details .all-post-list li:hover a:after {
	opacity: 1;
	visibility: visible;
	color: var(--pbmit-global-color);
}

.service-details .all-post-list li.post-active a:before,
.service-details .all-post-list li a:hover:before {
	opacity: 1;
	color: var(--pbmit-white-color);
}

.widget .pbmit-download {
	display: block;
	padding: 0 28px;
}

.widget .pbmit-download .pbmit-item-download:first-child {
	margin-bottom: 17px;
	border-bottom: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.1);
}

.widget .pbmit-download .pbmit-item-download {
	padding-bottom: 18px;
}

.pbmit-download .pbmit-item-download a {
	display: block;
}

.widget a {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.widget .pbmit-item-download .pbmit-download-wrap,
.widget .pbmit-item-download .pbmit-download-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.widget .pbmit-download .pbmit-item-download a .pbmit-download-wrap i {
	font-size: 32px;
	display: block;
	margin: 0 auto;
	color: var(--pbmit-secondary-color);
	transition: all 0.25s ease-in;
}

.widget .pbmit-download i::before {
	margin: 0;
}

.widget .pbmit-item-download .pbmit-download-wrap .pbmit-download-title {
	text-transform: capitalize;
	margin: 0 0 0 10px;
	color: var(--pbmit-blackish-color);
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	font-size: 15px;
}

.widget .pbmit-item-download .pbmit-download-content .pbmit-download-item {
	border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.1);
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.widget .pbmit-download .pbmit-item-download a .pbmit-download-item i {
	font-size: 21px;
	line-height: 21px;
	color: var(--pbmit-secondary-color);
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.widget .pbmit-item-download a:hover .pbmit-download-wrap .pbmit-download-title {
	color: var(--pbmit-global-color);
}

.widget .pbmit-item-download a:hover .pbmit-download-item {
	border-color: var(--pbmit-global-color);
	background-color: var(--pbmit-global-color);
}

.service-details .pbmit-short-description {
	margin-bottom: 37px;
}

.service-details .pbmit-service-feature-image img {
	width: 100%;
	margin-bottom: 30px;
	border-radius: 5px;
}

.service-details .ihbox-style-10-area {
	padding: 46px 50px 5px;
	border-radius: 5px;
}

.service-details .list-group-wrap {
	border-top: 1px solid #E4E4E4;
	margin-top: 60px;
	padding-top: 45px;
}

.service-details .list-group-wrap .pbmit-custom-heading .pbmit-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

.chart-box-wrap {
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	margin-top: 35px;
	padding: 30px 30px 0;
}

.chart-box-wrap .chart-box {
	margin: 0 30px 30px 0;
	height: 250px;
}

.chart-box-wrap .list-group .list-group-item {
	align-items: center;
}

.chart-box-wrap .list-group .pbmit-icon-list-icon svg {
	width: 13px;
	height: 13px;
}

/** 03 - Portfolio Single **/
.pbmit-portfolio-single .pbmit-firstletter::first-letter {
	padding: 0 8px;
}

.pbmit-portfolio-single .pbmit-single-project-details-list-wrapper {
	margin-bottom: 50px;
}

.pbmit-portfolio-single .pbmit-desc-info {
	padding-bottom: 30px;
}

.pbmit-portfolio-single .pbmit-desc-info .pbmit-portfolio-line-title {
	font-size: 34px;
	line-height: 38px;
	margin-bottom: 30px;
}

.pbmit-list-area .pbmit-icon-heading-wrapper {
	display: flex;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 25px;
	padding-bottom: 0px;
	padding-top: 65px;
}

.pbmit-list-area .pbmit-icon-heading-one {
	padding: 0 30px 0 35px;
	position: relative;
}

.pbmit-list-area .pbmit-icon-heading-wrapper .pbmit-icon-heading-one .pbmit-title,
.pbmit-list-area .pbmit-icon-heading-wrapper .pbmit-icon-heading-two .pbmit-title {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: 500;
}

.pbmit-list-area .pbmit-icon-heading-two::after,
.pbmit-list-area .pbmit-icon-heading-one::after {
	position: absolute;
	content: '\e853';
	font-family: "pbminfotech-base-icons";
	line-height: 25px;
	left: 0;
	top: 2px;
	color: var(--pbmit-global-color);
	font-size: 26px;
}

.pbmit-list-area .pbmit-icon-heading-one::after {
	content: '\e852';
}

.pbmit-list-area .pbmit-icon-heading-two {
	padding-left: 35px;
	position: relative;
}

.pbmit-portfolio-single .pbmit-featured-wrapper img {
	border-radius: 5px;
	width: 100%;
}

.pbmit-portfolio-single .pbmit-custom-heading .pbmit-title,
.pbmit-team-single .pbmit-entry-content .pbmit-custom-heading .pbmit-title {
	font-size: 34px;
	line-height: 40px;
}

.pbmit-portfolio-single .pbmit-portfolio-lines-wrapper {
	padding: 45px 40px 35px 40px;
	border-radius: 0 0 5px 5px;
	margin-top: -10px;
	background-color: var(--pbmit-blackish-color);
}

.pbmit-portfolio-lines-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, 1fr);
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li {
	padding-left: 75px;
	position: relative;
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	position: relative;
	color: var(--pbmit-white-color);
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li::after {
	position: absolute;
	content: '\e850';
	font-family: "pbminfotech-base-icons";
	width: 55px;
	height: 55px;
	line-height: 55px;
	left: 0;
	top: -4px;
	text-align: center;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.1);
	border-radius: 50%;
	color: var(--pbmit-white-color);
	font-size: 25px;
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li.Category::after {
	content: '\e851';
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li.Location::after {
	content: '\e84d';
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li.Timeline::after {
	content: '\e84b';
}

.pbmit-portfolio-single .ihbox-style-5-area {
	border-bottom: 1px solid #E4E4E4;
	padding: 15px 0 45px;
}

.pbmit-portfolio-single .testimonial-style-2-area {
	border-radius: 5px;
	margin: 40px 0 60px;
	padding: 45px 140px 40px 50px;
}

.pbmit-pattarn-bg.second:before {
	width: 30px;
	height: 120px;
	bottom: 0;
	top: auto;
	border-radius: 0;
}

.pbmit-pattarn-bg.second:after {
	width: 120px;
	height: 30px;
	bottom: 0;
	top: auto;
}

.pbmit-portfolio-single .fid-style-2-area {
	border-top: 1px solid #E4E4E4;
	padding-top: 35px;
	margin-top: 35px;
}

.pbmit-portfolio-single .post-navigation .nav-links {
	margin-top: 70px;
	padding-top: 50px;
}

/** 04 - Blog Detail**/
/** Sidebar Right **/
.sidebar .widget {
	margin-bottom: 50px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget.widget-search {
	border: none;
}

.widget .search-form {
	position: relative;
}

.widget .search-form input {
	font-size: 15px;
	height: 60px;
	line-height: 60px;
	border-radius: 50px;
	padding: 10px 20px;
	outline: none;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
	background-color: transparent;
	color: rgba(var(--pbmit-blackish-color-rgb), .85);
	display: block;
	width: 100%;
	transition: all 500ms ease;
}

.widget .search-form input:focus {
	color: var(--pbmit-blackish-color);
	border-color: rgba(var(--pbmit-blackish-color-rgb), 0.5);
}

.widget .search-form input::placeholder {
	color: rgba(var(--pbmit-blackish-color-rgb), .5);
}

.widget .search-form .search-submit {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 54px;
	height: 54px;
	line-height: 58px;
	font-size: 17px;
	border: none;
	border-radius: 50px;
	outline: none;
	padding: 8px 20px;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
	transition: all .6s;
}

.widget .search-form .search-submit:after {
	position: absolute;
	font-family: 'pbminfotech-base-icons';
	content: '\e822';
	right: 50%;
	top: 50%;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	color: var(--pbmit-white-color);
	transform: translateX(50%) translateY(-50%);
}

.sidebar .textwidget::before,
.sidebar .textwidget::after {
	content: "";
	display: table;
}

.sidebar .textwidget::after {
	clear: both;
}

.single-blog-authorbox {
	text-align: center;
	padding: 30px 40px;
	border-radius: 5px;
	background-color: var(--pbmit-light-color);
}

.single-blog-authorbox .authorbox-img {
	display: inline-block;
}

.single-blog-authorbox img {
	height: 218px;
	width: 218px;
	border-radius: 50%;
	object-fit: cover;
}

.single-blog-authorbox p {
	margin: 20px 0 10px 0;
}

.single-blog-authorbox .pbmit-authorbox-subtitle {
	font-size: 12px;
	line-height: 20px;
	line-height: 26px;
	letter-spacing: 0.96px;
	padding: 7px 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
	border-radius: 5px;
}

.single-blog-authorbox .pbmit-authorbox-title {
	font-size: 25px;
	line-height: 28px;
	text-transform: capitalize;
	margin-bottom: 13px;
}

.single-blog-authorbox .pbmit-authorbox-position {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	letter-spacing: 0.25px;
	color: var(--pbmit-global-color);
	text-transform: uppercase;
}

.single-blog-authorbox .pbmit-social-links li {
	padding: 0 6px 0 0;
}

.single-blog-authorbox .pbmit-social-links li a {
	border-radius: 50%;
	height: 35px;
	width: 35px;
	line-height: 35px;
	font-size: 12px;
	color: var(--pbmit-secondary-color);
	border: 1px solid rgba(var(--pbmit-secondary-color-rgb), 0.1);
	background-color: var(--pbmit-white-color);
}

.single-blog-authorbox .pbmit-social-links li a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.sidebar .widget .widget-title {
	margin-bottom: 30px;
	position: relative;
	background: var(--pbmit-blackish-color);
	border-radius: 5px 5px 0 0;
	padding: 13px 25px 13px 50px;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 0px;
	color: var(--pbmit-white-color);
	text-transform: uppercase;
	font-style: normal;
}

.widget.widget-categories .widget-title {
	margin-bottom: 0;
}

.sidebar .widget .widget-title::after {
	position: absolute;
	content: '\e88d';
	font-family: "pbminfotech-base-icons";
	font-size: 12px;
	line-height: 34px;
	color: var(--pbmit-global-color);
	top: 13px;
	left: 30px;
}

.sidebar .widget-categories li {
	position: relative;
	line-height: 20px;
	padding: 0 34px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.sidebar .widget-categories ul li:last-child {
	border-bottom: none;
}

.sidebar .widget-categories li,
.sidebar .widget-categories a,
.sidebar .widget-categories ul li .pbmit-brackets {
	transition: all .25s ease-in-out;
}

.sidebar .widget-categories ul li a {
	font-size: 16px;
	line-height: 24px;
	padding-left: 0px;
	width: 100%;
	position: relative;
	margin: 15px 0;
	color: var(--pbmit-blackish-color);
}

.sidebar .widget-categories ul li .pbmit-brackets {
	float: none;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 15px;
	line-height: 15px;
}

.sidebar .widget-categories li a:hover+.pbmit-brackets {
	color: var(--pbmit-global-color);
}

.sidebar .recent-post-list {
	padding: 0 25px 20px;
}

.widget-recent-post .recent-post-list-li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}

.widget-recent-post .recent-post-list-li {
	display: flex !important;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	padding-top: 19px;
	line-height: 20px;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.widget-recent-post .recent-post-list-li:last-child {
	border-bottom: none;
	padding-bottom: 10px !important;
}

.widget-recent-post .recent-post-list-li>a {
	width: 80px;
	flex-shrink: 0;
	margin-right: 25px;
}

.widget-recent-post .recent-post-list-li>a img {
	border-radius: 5px;
}

.widget-recent-post .pbmit-rpw-content {
	display: flex;
	flex-direction: column-reverse;
}

.widget-recent-post .pbmit-rpw-title a {
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 22px;
}

.widget-recent-post .pbmit-rpw-title a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-rpw-content .pbmit-rpw-date a {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 5px;
	letter-spacing: 0;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
	padding: 0 15px;
	border-radius: 50px;
	text-transform: uppercase;
}

.widget ul a {
	display: inline-block;
}

.widget.widget-tag-cloud .tagcloud {
	padding: 0 25px 10px;
}

.widget.widget-tag-cloud .tagcloud li,
.pbmit-blog-meta-bottom .tagcloud ul li {
	margin: 0 6px 8px 0;
	display: inline-block;
	line-height: 20px;
}

aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .tagcloud a {
	margin-bottom: 8px;
	margin-right: 7px;
	font-size: 15px;
	padding-right: 20px;
	text-transform: capitalize;
	position: relative;
	transition: 0.25s ease-out 0s;
	letter-spacing: 0.3px;
}

aside.widget.widget-tag-cloud .tagcloud li:not(:last-child) a:before,
.pbmit-blog-meta-bottom .tagcloud li:not(:last-child) a::before {
	content: '/';
	padding-right: 3px;
	display: inline-block;
	right: 0;
	position: absolute;
}

aside.widget.widget-tag-cloud a:hover,
.pbmit-blog-meta-bottom .tagcloud a:hover {
	color: var(--pbmit-global-color);
}

.widget.pbmit-widget-ad {
	z-index: 0;
	padding: 0;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/bg/sidebar-banner-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.widget.pbmit-widget-ad:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: rgba(var(--pbmit-secondary-color-rgb), 0.8);
}

.sidebar .pbmit-service-ads {
	padding: 30px;
	text-align: center;
	position: relative;
}

.sidebar .pbmit-service-ads:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 296px;
	height: 397px;
	background-repeat: no-repeat;
	z-index: 0;
	background-image: url(../images/bg/banner-hand.png);
}

.sidebar .pbmit-service-ads:before {
	content: '';
	position: absolute;
	right: -18px;
	bottom: 0px;
	width: 353px;
	height: 304px;
	background-repeat: no-repeat;
	z-index: 0;
	background-image: url(../images/bg/banner-pattarn.png);
}

.sidebar .pbmit-service-ads .pbmit-ads-decs {
	font-size: 12px;
	display: inline-block;
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
	padding: 3px 15px 1px;
	border-radius: 5px;
	line-height: 26px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	background-color: var(--pbmit-global-color);
	margin-bottom: 15px;
}

.sidebar .pbmit-service-ads .pbmit-ads-heading {
	font-size: 28px;
	line-height: 32px;
	color: var(--pbmit-white-color);
	margin-bottom: 230px;
	letter-spacing: 0.56px;
}

.sidebar .pbmit-service-ads .pbmit-ads-icon {
	justify-content: center;
	z-index: 1;
	position: relative;
}

.sidebar .pbmit-service-ads .pbmit-ads-icon i {
	font-size: 26px;
	line-height: 53px;
	color: var(--pbmit-blackish-color);
	padding-bottom: 20px;
	width: 51px;
	height: 51px;
	margin-right: 15px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--pbmit-white-color);
}

.sidebar .pbmit-service-ads .pbmit-ads-icon-content {
	text-align: left;
}

.sidebar .pbmit-service-ads .pbmit-ads-icon-content-heading {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: .78px;
	text-transform: uppercase;
	margin: 0;
	color: var(--pbmit-global-color);
}

.sidebar .pbmit-service-ads .pbmit-ads-call {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
}

.sidebar .pbmit-service-ads .pbmit-ads-call a {
	color: var(--pbmit-white-color);
}

/** Blog Classic **/
.site-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.post.blog-classic {
	position: relative;
	margin-bottom: 60px;
}

.post.blog-classic .pbmit-img-wrapper {
	position: relative;
	z-index: 1;
}

.post.blog-classic .pbmit-featured-wrapper img {
	border-radius: 5px;
}

.post.blog-classic:last-child {
	margin-bottom: 0px;
}

.post.blog-classic .pbmit-blog-classic-inner {
	position: relative;
	z-index: 0;
}

.pbmit-blog-meta,
.pbmit-blog-meta a {
	color: #696F6F;
}

.blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
	position: relative;
	font-size: 14px;
	margin-top: -10px;
	padding: 23px 20px 8px;
	margin-bottom: 35px;
	display: grid;
	grid-gap: 0 10px;
	z-index: -1;
	grid-template-columns: auto auto auto auto;
	background-color: var(--pbmit-light-color);
	border-radius: 5px;
	border: 1px solid #e4e4e4;
}

.blog-classic .pbmit-blog-meta-top .pbmit-meta {
	display: inline-block;
	position: relative;
	padding-left: 0;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 5px;
}

.blog-classic .pbmit-blog-meta-top .pbmit-meta i {
	font-size: 11px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	color: var(--pbmit-blackish-color);
	border: 1px solid var(--pbmit-global-color);
}

.blog-classic .pbmit-blog-meta-top .pbmit-meta .pbmit-author-link {
	color: var(--pbmit-blackish-color);
}

.blog-classic .pbmit-blog-classic-inner .pbmit-post-title {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 35px;
	margin-top: 30px;
}

/** Blog Single **/
.blog-details .post.blog-classic {
	margin-bottom: 0px;
}

.blog-details .blog-classic .pbmit-blog-meta-top-wrapper {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--pbmit-light-color);
}

.pbmit-firstletter::first-letter {
	font-size: 28px;
	min-width: 50px;
	max-width: 50px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	padding: 0 12px;
	border-radius: 5px;
	float: left;
	font-weight: 700;
	margin-right: 10px;
	margin-top: 5px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
}

ul.pbmit-blog-list-number {
	display: grid;
	grid-gap: 20px 30px;
	grid-template-columns: repeat(2, 1fr);
}

ul.pbmit-blog-list-number li {
	padding-bottom: 8px;
}

ul.pbmit-blog-list-number li span {
	display: block;
	color: var(--pbmit-secondary-color);
	padding-bottom: 8px;
}

.blog-details .pbmit-entry-content blockquote {
	border: 0;
	padding: 42px 50px 37px 140px;
	border-radius: 5px;
	font-size: 17px;
	line-height: 28px;
	margin: 30px 0;
	position: relative;
	letter-spacing: 0px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}

.blog-details .pbmit-entry-content blockquote:before {
	font-family: "pbminfotech-base-icons";
	content: "\e842";
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	position: absolute;
	left: 44px;
	top: 50px;
	color: var(--pbmit-secondary-color);
	background-color: var(--pbmit-white-color);
}

.blog-details .pbmit-entry-content blockquote p {
	margin-bottom: 20px;
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
	color: rgba(var(--pbmit-white-color-rgb), 0.8);
	border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), 0.2);
}

.blog-details .pbmit-entry-content:after {
	clear: both;
	content: "";
	display: table;
}

.blog-details .pbmit-entry-content blockquote cite {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	display: inline-block;
	color: var(--pbmit-global-color);
}

.blog-details .pbmit-entry-content blockquote cite em {
	position: relative;
	font-style: normal;
	font-size: 20px;
	color: var(--pbmit-white-color);
}

.blog-details .pbmit-entry-content blockquote cite em:before {
	content: '-';
	padding-right: 5px;
	display: inline-block;
}

.blog-details .pbmit-entry-content blockquote:after {
	content: "";
	display: table;
	clear: both;
}

.blog-details .pbmit-entry-content .pbmit-custom-title {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 20px;
}

.blog-details .pbmit-entry-content .pbmit-block-columns {
	display: flex;
	margin-bottom: 1.75em;
}

.blog-details .pbmit-entry-content .pbmit-block-columns img {
	margin-top: 15px;
	border-radius: 5px;
}

.blog-details .pbmit-entry-content .pbmit-block-column:first-child figure {
	padding: 0 8px 0 0;
}

.blog-details .pbmit-entry-content .pbmit-block-column:last-child figure {
	padding: 0 0 0 8px;
}

.blog-details .pbmit-entry-content .list-group {
	margin-bottom: 25px;
	margin-top: 25px;
}

.blog-details .pbmit-entry-content .list-group .list-group-item:not(:last-child),
.pbmit-portfolio-single .list-group .list-group-item:not(:last-child) {
	padding-bottom: calc(30px/2);
}

.blog-details .pbmit-entry-content .list-group .pbmit-icon-list-icon i,
.pbmit-portfolio-single .list-group .pbmit-icon-list-icon i {
	font-size: 25px;
	line-height: 26px;
	top: -1px;
	position: relative;
	color: var(--pbmit-global-color);
}

.blog-details .pbmit-entry-content .list-group .pbmit-icon-list-text,
.pbmit-portfolio-single .list-group .pbmit-icon-list-text {
	font-size: 16px;
}

.blog-details .pbmit-blog-meta-bottom {
	margin-top: 50px;
	display: flex;
	align-items: center;
	padding: 16px 30px 14px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
}

.pbmit-blog-meta-bottom-left {
	position: relative;
	overflow: hidden;
	width: 50%;
}

.pbmit-blog-meta-bottom .tagcloud ul li {
	margin: 0;
}

.pbmit-blog-meta-bottom .tagcloud ul li a {
	color: #696F6F;
}

.pbmit-blog-meta-bottom-right {
	width: 50%;
	text-align: right;
}

.pbmit-blog-meta-bottom .pbmit-social-share ul li {
	margin-right: 2px;
	display: inline-block;
	margin-bottom: 5px;
}

.pbmit-blog-meta-bottom .pbmit-social-share li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	color: var(--pbmit-white-color);
	font-size: 14px;
	border-radius: 50%;
}

.pbmit-social-share .pbmit-social-li-facebook a {
	background-color: #3B5998;
}

.pbmit-social-share .pbmit-social-li-twitter a {
	background-color: #55ACEE;
}

.pbmit-social-share .pbmit-social-li-linkedin a {
	background-color: #007bb5;
}

.pbmit-social-share .pbmit-social-li-instagram a {
	background-color: #125688;
}

.pbmit-blog-meta-bottom .pbmit-social-share li:hover a {
	transform: translateY(-3px);
}

.post-navigation .nav-links {
	padding: 40px 0 0 0;
	margin: 40px 0 0 0;
	display: flex;
	align-items: normal;
	justify-content: space-between;
	width: 100%;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.post-navigation .nav-previous {
	width: calc(50% - 15px);
	margin-right: auto;
	position: relative;
}

.post-navigation .nav-next {
	width: calc(50% - 15px);
	margin-left: auto;
}

.post-navigation .nav-links a {
	display: flex;
	align-items: center;
	text-align: left;
}

.post-navigation .nav-links .nav-next a {
	justify-content: end;
	text-align: right;
}

.post-navigation .nav-links a:hover .pbmit-nav-wrapper .pbmit-nav-head {
	color: var(--pbmit-global-color);
}

.post-navigation .nav-links a:hover .pbmit-nav-wrapper .pbmit-nav-head::after {
	border-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.post-navigation .nav-links .pbmit-nav-wrapper .pbmit-nav-head {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 17px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #7C898D;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative;
}

.post-navigation .nav-links a .pbmit-nav-wrapper * {
	display: block;
}

.post-navigation .nav-links .nav-previous .pbmit-nav-wrapper .pbmit-nav-head {
	padding-left: 43px;
}

.post-navigation .nav-links .pbmit-nav-wrapper .pbmit-nav-head::after {
	font-family: 'pbminfotech-base-icons';
	content: "\e82f";
	font-style: normal;
	text-align: center;
	display: inline-block;
	font-size: 11px;
	border: 1px solid #e4e4e4;
	width: 33px;
	height: 33px;
	margin-left: 10px;
	line-height: 33px;
	border-radius: 50px;
	color: var(--pbmit-blackish-color);
	-webkit-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
}

.post-navigation .nav-links .nav-previous .pbmit-nav-wrapper .pbmit-nav-head::after {
	position: absolute;
	left: 0;
	margin: 0;
	top: -7px;
	transform: scale(-1);
}

.post-navigation .nav-links .pbmit-nav-wrapper .pbmit-nav-title {
	font-size: 20px;
	line-height: 26px;
	color: var(--pbmit-secondary-color);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}

.blog-details .pbmit-author-box {
	position: relative;
	overflow: hidden;
	margin-top: 100px;
	margin-bottom: 0;
	padding: 45px 60px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	background: var(--pbmit-white-color);
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.05);
	background-position: center center;
	background-repeat: repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pbmit-author-box .pbmit-author-image-wrap {
	text-align: center;
	margin-right: 42px;
	position: relative;
	padding-right: 42px;
	border-right: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-author-box .pbmit-author-image img {
	width: 100px;
	min-width: 100px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
	z-index: 1;
	border-radius: 50%;
	border: 1px solid #e4e4e4;
	padding: 10px;
}

.pbmit-author-box .pbmit-author-name a {
	position: absolute;
	left: 50%;
	bottom: -6px;
	font-size: 15px;
	line-height: 25px;
	padding: 0 15px;
	border-radius: 50px;
	text-transform: uppercase;
	display: inline-block;
	background-color: var(--pbmit-global-color);
	transform: translateX(-50%);
	margin-left: -24px;
	color: var(--pbmit-blackish-color);
}

.pbmit-author-box .pbmit-author-content {
	flex-shrink: 100;
}

.pbmit-author-box .pbmit-author-content .pbmit-text {
	margin: 0;
	font-size: 17px;
	line-height: 28px;
}

.blog-details .comments-area {
	margin-top: 80px;
}

.blog-details .comments-area .comments-title {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 48px;
}

.comment-list li:not(:last-child) .pbmit-comment {
	margin-bottom: 10px;
}

.comment-list .pbmit-comment-avatar {
	float: left;
}

.comment-list .pbmit-comment-avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}

.blog-details .pbmit-comment-content {
	position: relative;
	padding: 0px 0px 40px 0;
	margin-left: 130px;
	min-height: 115px;
}

.blog-details .pbmit-comment-meta {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}

.pbmit-comment-content .pbmit-comment-author {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	display: inline-flex;
	position: relative;
	color: var(--pbmit-global-color);
}

.blog-details .pbmit-comment-author-inner {
	margin: 0 5px;
	color: var(--pbmit-secondary-color);
}

.blog-details .pbmit-comment-author-inner a {
	color: var(--pbmit-secondary-color);
}

.blog-details .pbmit-comment-author-inner a:hover {
	color: var(--pbmit-global-color);
}

.blog-details .pbmit-comment-date {
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
}

.blog-details .pbmit-comment-date a {
	font-size: 13px;
	line-height: 18px;
	position: relative;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	letter-spacing: .78px;
}

.blog-details .pbmit-comment-date a::before {
	position: absolute;
	content: '';
	left: 0;
	right: auto;
	height: 7px;
	width: 7px;
	border-radius: 50px;
	background: var(--pbmit-global-color);
	top: 50%;
	transform: translate(-50%, -50%);
}

.blog-details .pbmit-comment-content p {
	margin: 15px 0 20px;
	position: relative;
}

.blog-details .pbmit-comment-content .reply a {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	color: var(--pbmit-secondary-color);
	transition: 0.4s ease-out 0s;
}

.blog-details .pbmit-comment-content .reply a:after {
	font-family: 'pbminfotech-base-icons';
	content: "\e82f";
	font-style: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	opacity: 1;
	font-variant: normal;
	text-transform: none;
	line-height: 10px;
	font-size: 9px;
	margin-left: 6px;
	background: var(--pbmit-light-color);
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50pc;
	color: var(--pbmit-blackish-color);
	transition: 0.4s ease-out 0s;
}

.blog-details .pbmit-comment-content .reply a:hover {
	color: var(--pbmit-global-color);
}

.blog-details .pbmit-comment-content .reply a:hover:after {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

.comment-list .children {
	margin-left: 110px;
	padding-top: 8px;
}

.blog-details .comment-respond {
	margin-top: 28px;
	margin-bottom: 20px;
	padding: 50px 70px 40px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
}

.blog-details .comment-respond .comment-reply-title {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 20px;
}

.blog-details .comment-respond .comment-notes {
	font-size: 15px;
	margin-bottom: 20px;
}

.blog-details .comment-respond .contact-form .form-control {
	border-radius: 5px;
}

.blog-details .comment-respond .contact-form .form-control:focus {
	border-color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

.comment-respond .contact-form .submit-btn {
	padding: 18px 30px;
	border-radius: 50px;
	border: none;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transition: all .6s;
}

.comment-respond .contact-form .submit-btn:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}

/** 05 - Team Single **/
.pbmit-team-single .pbmit-team-left-wrapper {
	padding-right: 17px;
}

.pbmit-team-single .pbmit-team-left-inner {
	position: relative;
	overflow: hidden;
}

.pbmit-team-single .pbmit-featured-img-wrapper img {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
}

.pbmit-team-single .pbmit-team-share-btn {
	background: var(--pbmit-white-color);
	text-align: center;
	padding: 25px 20px 50px;
	border-radius: 5px;
	margin: -50px 15px 0;
	z-index: 1;
	position: relative;
}

.pbmit-team-single .pbmit-team-share-btn .pbmit-team-box-links {
	align-items: center;
	justify-content: center;
}

.pbmit-team-single .pbmit-team-share-btn .pbmit-team-box-links h1 {
	font-size: 18px;
	margin-bottom: 5px;
	padding-right: 15px;
}

.pbmit-team-single .pbmit-team-share-btn .pbmit-team-box-links li {
	margin: 0 4px 5px 0;
	padding: 0;
}

.pbmit-team-single .pbmit-team-share-btn .pbmit-team-box-links li a {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-team-single .pbmit-team-share-btn .pbmit-team-box-links li a:hover {
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-color: var(--pbmit-global-color);
}

.pbmit-team-single .pbmit-entry-content {
	padding-left: 15px;
}

.pbmit-team-single .pbmit-team-summary .pbmit-team-designation {
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-global-color);
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	padding: 2px 13px;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 0.96px;
}

.pbmit-team-single .pbmit-team-summary .pbmit-team-title {
	font-size: 48px;
	line-height: 50px;
	letter-spacing: -.48px;
	margin: 10px 0 20px;
}

.pbmit-team-single .pbmit-team-detail .pbmit-short-description {
	padding-bottom: 25px;
}

.pbmit-team-single .pbmit-team-detail {
	margin-bottom: 40px;
}

.pbmit-team-single .pbmit-single-team-info {
	grid-gap: 40px 0px;
	grid-template-columns: repeat(2, 1fr);
	display: grid;
	padding: 60px 50px 57px 60px;
	background: var(--pbmit-blackish-color);
	border-radius: 5px;
	margin-top: 10px;
	position: relative;
}

.pbmit-team-single .pbmit-single-team-info:before,
.pbmit-team-single .pbmit-single-team-info:after {
	content: "";
	position: absolute;
	top: 0px;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.1);
	right: 0px;
	left: inherit;
}

.pbmit-team-single .pbmit-single-team-info:before {
	width: 30px;
	height: 108px;
}

.pbmit-team-single .pbmit-single-team-info:after {
	width: 108px;
	height: 30px;
}

.pbmit-team-single .pbmit-single-team-info li {
	border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), 0.1);
	margin-bottom: 0;
	padding-bottom: 42px;
	position: relative;
	padding-left: 70px;
}

.pbmit-team-single .pbmit-single-team-info li,
.pbmit-team-single .pbmit-single-team-info li a {
	color: rgba(var(--pbmit-white-color-rgb), 0.7);
	font-size: 16px;
	line-height: 28px;
}

.pbmit-team-single .pbmit-single-team-info li a:hover {
	color: var(--pbmit-global-color);
}

.pbmit-team-single .pbmit-team-detail .pbmit-single-team-info li span {
	font-size: 18px;
	line-height: 26px;
	display: block;
	color: var(--pbmit-white-color);
}

.pbmit-team-single .pbmit-single-team-info li::after {
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 23px;
	z-index: 1;
	width: 55px;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	text-align: center;
	background-color: rgba(var(--pbmit-white-color-rgb), 0.1);
	color: var(--pbmit-white-color);
	border-radius: 50px;
	transition: 0.4s;
}

.pbmit-team-single .pbmit-single-team-info li.email::after {
	content: "\e821";
}

.pbmit-team-single .pbmit-single-team-info li.phone::after {
	content: "\e847";
}

.pbmit-team-single .pbmit-single-team-info li.location::after {
	content: "\e848";
}

.pbmit-team-single .pbmit-single-team-info li.position::after {
	content: "\e846";
}

.pbmit-team-single .pbmit-single-team-info li:nth-last-child(2),
.pbmit-team-single .pbmit-single-team-info li:last-child {
	border: none;
	padding-bottom: 0;
}

.pbmit-team-single .pbmit-entry-content .list-group {
	border-top: 1px solid #E4E4E4;
	padding-top: 27px;
	margin: 25px 0 40px;
}

.pbmit-team-single .pbmit-entry-content .list-group .list-group-item:not(:last-child),
.service-details .list-group .list-group-item:not(:last-child) {
	padding-bottom: calc(30px/2);
}

.pbmit-team-single .pbmit-entry-content .list-group .pbmit-icon-list-icon svg,
.service-details .list-group-wrap .list-group .pbmit-icon-list-icon svg {
	width: 25px;
	height: 25px;
	background-color: transparent;
}

.pbmit-team-single .ihbox-style-9-area {
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 60px;
}

.pbmit-team-single .contact-form-box {
	border-radius: 5px;
	padding: 60px 60px 40px;
}

.pbmit-team-single .contact-form button.pbmit-btn {
	border: none;
}

.pbmit-team-single .contact-form button.pbmit-btn:hover {
	background-color: var(--pbmit-blackish-color);
}

/** 06 - Contact Us **/
.ihbox-style-11-wrap {
	padding: 50px 40px 40px 40px;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.pbmit-ihbox-style-11 {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-box {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.pbmit-ihbox-style-11 .pbmit-element-title,
.pbmit-ihbox-style-11 .pbmit-element-title a {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.contact-us-section {
	background-image: linear-gradient(180deg, #ECF0F4 42%, #F2295B00 100%);
	background-color: transparent !important;
	position: relative;
	z-index: 1;
}

.contact-us-section:before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: -1;
	background-image: url(../images/bg/contact-us-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.contact-us-section .contact-form-box {
	padding-left: 130px;
}

.contact-us-section .contact-form-box button {
	border: none;
}

.contact-iframe-section {
	margin-top: 0;
}

.contact-iframe-section .iframe-wrap {
	line-height: 0;
}

.contact-iframe-section iframe {
	height: 600px;
	/* filter: brightness(75%) contrast(143%) saturate(2%) blur(0px) hue-rotate(0deg); */
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none;
}

label.error {
	color: #dc3232;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 16px;
	display: block;
	margin-top: 0px;
}

.form-control.error {
	margin-bottom: 0 !important;
}

/**07 - Comment Form **/
.form-control {
	display: block;
	font-weight: normal;
	line-height: normal;
	border: none;
	height: 55px;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	color: rgba(var(--pbmit-blackish-color-rgb), .85);
	background-color: var(--pbmit-light-color);
}

.form-control::placeholder {
	color: rgba(var(--pbmit-blackish-color-rgb), .4);
}

form textarea.form-control {
	padding: 20px;
	resize: none;
	height: 125px;
}

.contact-form textarea.form-control {
	height: 150px;
}

.pbmit-bg-color-light .form-control {
	border: 1px solid #e4e4e4;
	background-color: var(--pbmit-white-color);
}

.form-control:focus {
	border-color: var(--pbmit-blackish-color);
}

.form-control:focus::placeholder {
	color: var(--pbmit-blackish-color);
}

form .form-check {
	margin-bottom: 20px;
}

form .form-check-input[type=checkbox] {
	width: 18px;
	height: 18px;
	border-radius: 2px;
	border-color: rgb(var(--pbmit-blackish-color-rgb), .6)
}

/* Taxation services luxury feature cards */
.service-feature-grid .service-feature-card {
	border: 1px solid rgba(16, 36, 66, 0.08);
	background-color: #ffffff;
	box-shadow: 0 24px 60px rgba(15, 24, 40, 0.06);
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.service-feature-grid .service-feature-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 34px 80px rgba(15, 24, 40, 0.12);
	border-color: rgba(16, 36, 66, 0.14);
}

.service-feature-grid .feature-icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	background: rgba(243, 198, 80, 0.15);
	color: #8FC6CC;
	font-size: 28px;
	line-height: 1;
	transition: background .35s ease, color .35s ease, transform .35s ease;
}

.service-feature-grid .service-feature-card:hover .feature-icon {
	background: #8FC6CC;
	color: #ffffff;
	transform: translateY(-2px);
}

.service-feature-grid .pbmit-element-title {
	font-size: 1.45rem;
	line-height: 1.24;
	margin-top: 0;
	margin-bottom: 18px;
	color: #101828;
}

.service-feature-grid .pbmit-heading-desc {
	color: #55606a;
	font-size: 0.96rem;
	line-height: 1.75;
}

.service-feature-grid .pbmit-ihbox-icon {
	margin-bottom: 24px;
}

.service-feature-grid .pbmit-ihbox-icon i {
	font-size: 28px;
}

.title-h3 {
	font-size: 1.55rem !important;
}

.title-h3-border::after {
	width: 50px;
	height: 2px;
	background-color: #8FC6CC;
	content: "";
	display: block;
	margin-top: 4px;
}

.pl-0 {
	padding-left: 0 !important;
}

/* Individual Tax Returns Page */
.tax-hero-section {
	padding: 80px 0;
	background: linear-gradient(135deg, rgba(243, 198, 80, 0.05) 0%, rgba(143, 198, 204, 0.05) 100%);
}

.tax-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.tax-text-center {
	text-align: center;
}

.tax-subtitle {
	font-size: 13px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.78px;
	color: var(--pbmit-global-color);
	margin-bottom: 10px;
}

.tax-hero-title {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: -1.28px;
	margin-bottom: 20px;
	color: var(--pbmit-secondary-color);
	text-transform: capitalize;
}

.tax-features-list {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	font-size: 16px;
	color: var(--pbmit-heading-color);
}

.tax-hero-desc {
	font-size: 17px;
	line-height: 28px;
	color: var(--pbmit-heading-color);
	margin-bottom: 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.tax-btn-group {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.tax-hero-content {
	text-align: left;
}

.tax-hero-content .tax-features-list {
	justify-content: flex-start;
}

.tax-hero-content .tax-hero-desc {
	margin-left: 0;
	margin-right: 0;
}

.tax-hero-content .tax-btn-group {
	justify-content: flex-start;
}

.tax-btn {
	display: inline-block;
	padding: 14px 35px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.tax-btn-primary {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	border: 2px solid var(--pbmit-global-color);
}

.tax-btn-primary:hover {
	background-color: transparent;
	color: var(--pbmit-global-color);
}

.tax-btn-outline {
	background-color: transparent;
	color: var(--pbmit-global-color);
	border: 2px solid var(--pbmit-global-color);
}

.tax-btn-outline:hover {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

/* Custom Hero Button Overrides for pbmit-btn */
.pbmit-btn.tax-hero-btn-primary {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

.pbmit-btn.tax-hero-btn-primary .pbmit-button-text span:after,
.pbmit-btn.tax-hero-btn-primary .pbmit-button-text span:before {
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
}

.pbmit-btn.tax-hero-btn-primary:hover {
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}

.pbmit-btn.tax-hero-btn-primary:hover .pbmit-button-text span:after,
.pbmit-btn.tax-hero-btn-primary:hover .pbmit-button-text span:before {
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
}

.pbmit-btn.tax-hero-btn-outline {
	background-color: transparent;
	border: 2px solid var(--pbmit-global-color);
	color: var(--pbmit-global-color);
}

.pbmit-btn.tax-hero-btn-outline .pbmit-button-text span:after,
.pbmit-btn.tax-hero-btn-outline .pbmit-button-text span:before {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

.pbmit-btn.tax-hero-btn-outline:hover {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-global-color);
}

.pbmit-btn.tax-hero-btn-outline:hover .pbmit-button-text span:after,
.pbmit-btn.tax-hero-btn-outline:hover .pbmit-button-text span:before {
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
}

.tax-included-section {
	padding: 80px 0;
	background-color: var(--pbmit-white-color);
}

.tax-section-header {
	text-align: center;
	margin-bottom: 60px;
}

.tax-section-title {
	font-size: 48px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: -0.96px;
	margin-bottom: 10px;
	color: var(--pbmit-secondary-color);
}

.tax-divider {
	width: 50px;
	height: 2px;
	background-color: var(--pbmit-global-color);
	margin: 20px auto;
}

.tax-grid {
	display: grid;
	gap: 50px;
}

.tax-grid-350 {
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.tax-grid-300 {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 1fr;
}

.tax-grid-280 {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 40px;
}

.tax-grid-250 {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.tax-check-card {
	display: flex;
	gap: 15px;
	padding: 25px;
	border-radius: 5px;
	background-color: #f8f9fa;
}

.tax-check-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background-color: var(--pbmit-global-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
}

.tax-check-text {
	margin: 0;
	color: var(--pbmit-heading-color);
	font-size: 15px;
	line-height: 24px;
}

.tax-documents-section {
	padding: 80px 0;
	background: linear-gradient(180deg, #ECF0F4 100%, #FFFFFF00 100%);
}

.tax-section-header-mb60 {
	text-align: center;
	margin-bottom: 60px;
}

.tax-section-desc {
	font-size: 16px;
	line-height: 28px;
	color: var(--pbmit-heading-color);
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.tax-doc-card {
	position: relative;
	border-radius: 5px;
	border: 1px solid rgba(22, 34, 45, 0.08);
	background: var(--pbmit-white-color);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
	padding: 35px;
	align-self: start;
	transition: transform 0.3s ease, box-shadow 0.3s ease, padding-bottom 0.3s ease;
}

.tax-doc-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 25px 65px rgba(0, 0, 0, 0.12);
}

.tax-doc-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 15px;
	cursor: pointer;
	user-select: none;
	padding-right: 40px;
	/* Leave space for the toggle icon */
	transition: margin-bottom 0.3s ease;
}

.tax-doc-icon-wrap {
	width: 50px;
	height: 50px;
	background-color: rgba(143, 198, 204, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.tax-svg-icon {
	stroke: var(--pbmit-global-color);
	stroke-width: 2;
	fill: none;
}

.tax-doc-title {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: var(--pbmit-secondary-color);
}

.tax-doc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tax-doc-item {
	padding: 8px 0;
	color: var(--pbmit-heading-color);
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px solid #e4e4e4;
}

.tax-doc-item.border-0 {
	border-bottom: none;
}

.tax-process-section {
	padding: 80px 0;
	background: var(--pbmit-white-color);
}

.tax-process-step {
	text-align: center;
}

.tax-process-number {
	width: 80px;
	height: 80px;
	background-color: var(--pbmit-global-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 28px;
	font-weight: 700;
	margin: 0 auto 20px;
}

.tax-process-title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: var(--pbmit-secondary-color);
	margin-bottom: 12px;
}

.tax-process-desc {
	font-size: 15px;
	line-height: 24px;
	color: var(--pbmit-heading-color);
	margin: 0;
}

.tax-why-section {
	padding: 80px 0;
	background: linear-gradient(180deg, #ECF0F4 43%, #FFFFFF00 100%);
}

.tax-why-card {
	text-align: center;
	padding: 30px;
}

.tax-why-emoji {
	font-size: 48px;
	margin-bottom: 20px;
}

.tax-why-title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: var(--pbmit-secondary-color);
	margin-bottom: 12px;
}

.tax-why-desc {
	font-size: 15px;
	line-height: 24px;
	color: var(--pbmit-heading-color);
	margin: 0;
}

.tax-cta-strip {
	padding: 80px;
	background: linear-gradient(135deg, var(--pbmit-global-color) 0%, rgba(143, 198, 204, 0.8) 100%);
	text-align: center;
}

.tax-cta-title {
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	color: var(--pbmit-white-color);
	margin-bottom: 15px;
}

.tax-cta-desc {
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 30px;
}

.tax-btn-white {
	padding: 14px 40px;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
	border: 2px solid var(--pbmit-white-color);
}

.tax-btn-white:hover {
	background-color: transparent;
	color: var(--pbmit-white-color);
}

/* Document Required Section Toggle Accordion styles */
.tax-doc-toggle {
	position: absolute;
	top: 35px;
	right: 35px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: rgba(143, 198, 204, 0.15);
	border: none;
	color: var(--pbmit-global-color);
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
	z-index: 2;
	padding: 0;
}

.tax-doc-toggle:focus {
	outline: none;
}

.tax-doc-card:hover .tax-doc-toggle {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}

.tax-doc-toggle::before {
	content: "−";
	/* Standard minus symbol */
}

.tax-doc-card.collapsed .tax-doc-toggle::before {
	content: "+";
	/* Standard plus symbol */
}

.tax-doc-list-wrap {
	overflow: hidden;
	transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
	max-height: 500px;
	/* Sufficient height for all list items */
	opacity: 1;
}

.tax-doc-card.collapsed .tax-doc-list-wrap {
	max-height: 0;
	opacity: 0;
}

.tax-doc-card.collapsed .tax-doc-header {
	margin-bottom: 0;
}

.tax-doc-card.collapsed {
	padding-bottom: 35px;
}

/* ==========================================================================
   Resonance-style Custom Animations and Premium Interactions
   ========================================================================== */

/* Key Easing Functions */
:root {
	--ease-elastic-1: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	--ease-out-short: cubic-bezier(0.165, 0.84, 0.44, 1);
	--ease-default: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Underline Link Animation for Main Menu Navigation */
@media (min-width: 1200px) {
	.site-header .site-navigation ul.navigation>li>a {
		position: relative;
	}

	.site-header .site-navigation ul.navigation>li>a::after {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: var(--pbmit-blackish-color);
		transform: scaleX(0);
		transform-origin: right center;
		transition: transform 0.4s var(--ease-elastic-1);
	}

	.site-header .site-navigation ul.navigation>li:hover>a::after,
	.site-header .site-navigation ul.navigation>li.active>a::after {
		transform: scaleX(1);
		transform-origin: left center;
	}
}

/* Image Reveal Animation styling */
.reveal-image-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.reveal-image-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--pbmit-global-color);
	transform: scaleX(1);
	transform-origin: right center;
	transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	z-index: 2;
}

.reveal-image-wrap.animated::after {
	transform: scaleX(0);
}

.reveal-image-wrap img {
	transform: scale(1.1);
	transition: transform 1.2s var(--ease-out-short);
}

.reveal-image-wrap.animated img {
	transform: scale(1);
}

/* Card Lift & Premium Interactive Hover States */
/* Card Lift & Premium Interactive Hover States */
.tax-check-card {
	background-color: #f8f9fa;
	border: 1px solid rgba(22, 34, 45, 0.04);
	border-radius: 8px;
	transition: transform 0.4s var(--ease-out-short), box-shadow 0.4s var(--ease-out-short), border-color 0.3s ease, background-color 0.3s ease;
}

.tax-check-card:hover {
	transform: translateY(-5px) scale(1.02);
	background-color: var(--pbmit-white-color);
	border-color: rgba(143, 198, 204, 0.3);
	box-shadow: 0 15px 30px rgba(15, 24, 40, 0.05), 0 1px 3px rgba(15, 24, 40, 0.02);
}

.tax-check-card .tax-check-icon {
	transition: transform 0.4s var(--ease-elastic-1), background-color 0.3s ease;
}

.tax-check-card:hover .tax-check-icon {
	transform: scale(1.15) rotate(15deg);
	background-color: var(--pbmit-blackish-color);
}

/* Custom interactive animation for Documents Required Cards */
.tax-doc-card {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.4s var(--ease-out-short), box-shadow 0.4s var(--ease-out-short), border-color 0.3s ease;
}

.tax-doc-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--pbmit-global-color), #8FC6CC);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.4s var(--ease-out-short);
}

.tax-doc-card:hover::before,
.tax-doc-card:not(.collapsed)::before {
	transform: scaleX(1);
}

.tax-doc-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 60px rgba(15, 24, 40, 0.08), 0 2px 8px rgba(15, 24, 40, 0.02);
	border-color: rgba(143, 198, 204, 0.25);
}

.tax-doc-card:not(.collapsed) {
	border-color: rgba(143, 198, 204, 0.4);
	box-shadow: 0 35px 70px rgba(15, 24, 40, 0.12);
}

.tax-doc-card .tax-doc-icon-wrap {
	transition: transform 0.4s var(--ease-elastic-1), background-color 0.3s ease;
}

.tax-doc-card:hover .tax-doc-icon-wrap {
	transform: scale(1.1) rotate(-8deg);
	background-color: var(--pbmit-global-color);
}

.tax-doc-card:hover .tax-svg-icon {
	stroke: #ffffff;
}

/* How It Works - Process Step Box Styling & Hover Zoom & Glow */
.tax-process-step {
	position: relative;
	background: var(--pbmit-white-color);
	border: 1px solid rgba(22, 34, 45, 0.06);
	border-radius: 12px;
	padding: 40px 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	transition: transform 0.4s var(--ease-out-short), box-shadow 0.4s var(--ease-out-short), border-color 0.3s ease;
	height: 100%;
}

.tax-process-step::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #8FC6CC, var(--pbmit-global-color));
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.4s var(--ease-out-short);
}

.tax-process-step:hover::before {
	transform: scaleX(1);
}

.tax-process-step:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 60px rgba(15, 24, 40, 0.08);
	border-color: rgba(143, 198, 204, 0.3);
}

.tax-process-step .tax-process-number {
	transition: transform 0.5s var(--ease-elastic-1), box-shadow 0.4s var(--ease-out-short), background-color 0.3s ease;
}

.tax-process-step:hover .tax-process-number {
	transform: scale(1.12) rotate(8deg);
	box-shadow: 0 10px 20px rgba(143, 198, 204, 0.3);
	background-color: var(--pbmit-blackish-color);
}

/* Why PHC & Associates Section Cards */
.service-feature-card {
	position: relative;
	overflow: hidden;
	border-radius: 12px !important;
	transition: transform 0.4s var(--ease-out-short), box-shadow 0.4s var(--ease-out-short), border-color 0.3s ease !important;
}

.service-feature-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #8FC6CC, var(--pbmit-global-color));
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.4s var(--ease-out-short);
}

.service-feature-card:hover::before {
	transform: scaleX(1);
}

.service-feature-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 60px rgba(15, 24, 40, 0.08), 0 2px 8px rgba(15, 24, 40, 0.02) !important;
	border-color: rgba(143, 198, 204, 0.25) !important;
}

.service-feature-grid .feature-icon {
	transition: transform 0.5s var(--ease-elastic-1), background-color 0.3s ease, color 0.3s ease !important;
}

.service-feature-card:hover .feature-icon {
	transform: scale(1.12) rotate(15deg);
	background-color: var(--pbmit-global-color);
	color: #ffffff;
}

/* SplitText custom reveal styling */
.split-line {
	overflow: hidden;
}

/* Smooth fade-up for general text and buttons */
.anim-fade-up {
	opacity: 0;
	transform: translateY(25px);
}

/* Entity Explainer Section */
.tax-entities-section {
	padding: 80px 0;
	background-color: var(--pbmit-light-color);
}

.entity-card {
	position: relative;
	border-radius: 12px;
	border: 1px solid rgba(22, 34, 45, 0.06);
	background: var(--pbmit-white-color);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	padding: 40px 30px;
	transition: transform 0.4s var(--ease-out-short), box-shadow 0.4s var(--ease-out-short), border-color 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}

.entity-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #8FC6CC, var(--pbmit-global-color));
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.4s var(--ease-out-short);
}

.entity-card:hover::before {
	transform: scaleX(1);
}

.entity-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 60px rgba(15, 24, 40, 0.08);
	border-color: rgba(143, 198, 204, 0.3);
}

.entity-badge {
	display: inline-block;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.entity-badge.badge-company {
	background: rgba(143, 198, 204, 0.15);
	color: #3b7b85;
}

.entity-badge.badge-trust {
	background: rgba(243, 198, 80, 0.15);
	color: #a47c16;
}

.entity-badge.badge-partnership {
	background: rgba(46, 52, 83, 0.08);
	color: var(--pbmit-global-color);
}

.entity-title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: var(--pbmit-secondary-color);
	margin-bottom: 15px;
}

.entity-desc {
	font-size: 15px;
	line-height: 24px;
	color: var(--pbmit-heading-color);
	margin: 0;
	text-align: justify;
}

/* Lodgement Deadlines Section */
.tax-deadlines-section {
	padding: 80px 0;
	background-color: var(--pbmit-white-color);
}

.deadline-table-wrapper {
	background: var(--pbmit-white-color);
	border-radius: 12px;
	border: 1px solid rgba(22, 34, 45, 0.08);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
	overflow: hidden;
	margin-bottom: 30px;
}

.deadline-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.deadline-table th {
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 600;
	font-size: 16px;
	padding: 18px 24px;
	border: none;
}

.deadline-table td {
	padding: 20px 24px;
	border-bottom: 1px solid rgba(22, 34, 45, 0.06);
	color: var(--pbmit-heading-color);
	font-size: 15px;
	line-height: 24px;
	vertical-align: middle;
}

.deadline-table td:nth-child(2),
.deadline-table td:nth-child(3) {
	white-space: nowrap;
}

.deadline-table tr:last-child td {
	border-bottom: none;
}

.deadline-table tr {
	transition: background-color 0.25s ease;
}

.deadline-table tr:hover {
	background-color: rgba(143, 198, 204, 0.05);
}

.entity-tag {
	display: inline-block;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.entity-tag.tag-company {
	background: rgba(143, 198, 204, 0.15);
	color: #3b7b85;
}

.entity-tag.tag-trust {
	background: rgba(243, 198, 80, 0.15);
	color: #a47c16;
}

.entity-tag.tag-partnership {
	background: rgba(46, 52, 83, 0.08);
	color: var(--pbmit-global-color);
}

.deadline-note {
	font-size: 14px;
	line-height: 22px;
	color: #55606a;
	font-style: italic;
	margin-top: 15px;
}

/* ATO Focus Areas Section */
.tax-ato-focus-section {
	padding: 80px 0;
	background: linear-gradient(180deg, #ECF0F4 43%, #FFFFFF00 100%);
}

.focus-card {
	position: relative;
	border-radius: 12px;
	border: 1px solid rgba(22, 34, 45, 0.06);
	background: var(--pbmit-white-color);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	padding: 40px 30px;
	transition: transform 0.4s var(--ease-out-short), box-shadow 0.4s var(--ease-out-short), border-color 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}

.focus-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--pbmit-global-color);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.4s var(--ease-out-short);
}

.focus-card.card-high-risk::before {
	background: #EB5757;
}

.focus-card.card-med-risk::before {
	background: #F2C94C;
}

.focus-card:hover::before {
	transform: scaleX(1);
}

.focus-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 60px rgba(15, 24, 40, 0.08);
	border-color: rgba(143, 198, 204, 0.3);
}

.risk-badge {
	display: inline-block;
	padding: 4px 12px;
	font-size: 11px;
	font-weight: 700;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.risk-badge.risk-high {
	background: rgba(235, 87, 87, 0.1);
	color: #EB5757;
}

.risk-badge.risk-med {
	background: rgba(243, 198, 80, 0.15);
	color: #a47c16;
}

.focus-icon {
	font-size: 28px;
	margin-bottom: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	background-color: rgba(143, 198, 204, 0.12);
	border-radius: 50%;
	transition: transform 0.4s var(--ease-elastic-1), background-color 0.3s ease;
}

.focus-card:hover .focus-icon {
	transform: scale(1.15) rotate(8deg);
	background-color: rgba(143, 198, 204, 0.25);
}

.focus-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: var(--pbmit-secondary-color);
	margin-bottom: 12px;
}

.focus-desc {
	font-size: 15px;
	line-height: 24px;
	color: var(--pbmit-heading-color);
	margin: 0;
}

/* Premium Alert Box */
.alert-box {
	position: relative;
	background: linear-gradient(135deg, rgba(22, 34, 45, 0.97) 0%, rgba(30, 44, 58, 0.95) 100%);
	border: 1px solid rgba(243, 198, 80, 0.15);
	border-left: 4px solid #F3C650;
	border-radius: 12px;
	padding: 28px 32px 28px 60px;
	margin-top: 45px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(243, 198, 80, 0.06);
	overflow: hidden;
}

.alert-box::before {
	content: "⚠";
	position: absolute;
	top: 28px;
	left: 22px;
	font-size: 20px;
	line-height: 1;
}

.alert-box::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(243, 198, 80, 0.03));
	pointer-events: none;
}

.alert-box p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.75;
	margin: 0;
}

.alert-box strong {
	color: #F3C650;
	font-weight: 700;
}

/* PAYG Types & STP/Super Section Cards */
.stp-card-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

.stp-card-header .tax-doc-icon-wrap {
	flex-shrink: 0;
}

.stp-card-header .entity-badge {
	display: inline-block;
}

.stp-card .entity-desc strong {
	color: var(--pbmit-secondary-color);
}

.stp-card .tax-process-title {
	font-size: 14px !important;
}

.payg-type-card,
.stp-card {
	height: 100%;
}

.payg-types-section,
.stp-super-section {
	overflow: hidden;
}

.hero-stats {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	padding-top: 30px;
	border-top: 1px solid rgba(22, 34, 45, 0.08);
	margin-bottom: 30px;
}

.stat-num {
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 36px;
	font-weight: 700;
	color: #a47c16;
	line-height: 1;
	margin-bottom: 6px;
}

.stat-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--pbmit-secondary-color);
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Services Section Styles */
.services-section {
	padding: 80px 0;
	background-color: #fcfdfe;
	position: relative;
	overflow: hidden;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 40px;
	margin-top: 50px;
}

.service-card {
	background: var(--pbmit-white-color);
	border: 1px solid rgba(22, 34, 45, 0.05);
	border-radius: 12px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	height: 100%;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
	border-color: rgba(143, 198, 204, 0.3);
}

.service-card .card-num {
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 16px;
	font-weight: 700;
	color: rgba(22, 34, 45, 0.2);
	letter-spacing: 0.1em;
	transition: color 0.3s ease;
}

.service-card:hover .card-num {
	color: var(--pbmit-global-color);
}

.service-card .card-icon {
	width: 54px;
	height: 54px;
	background-color: rgba(143, 198, 204, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.service-card .card-icon svg {
	width: 24px;
	height: 24px;
	stroke: var(--pbmit-global-color);
	stroke-width: 2;
	fill: none;
	transition: all 0.3s ease;
}

.service-card:hover .card-icon {
	background-color: var(--pbmit-global-color);
	transform: scale(1.1);
}

.service-card:hover .card-icon svg {
	stroke: var(--pbmit-white-color);
}

.service-card .card-title {
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: var(--pbmit-secondary-color);
	margin-top: 24px;
	margin-bottom: 12px;
	transition: color 0.3s ease;
}

.service-card:hover .card-title {
	color: var(--pbmit-global-color);
}

.service-card .card-desc {
	font-size: 15px;
	line-height: 24px;
	color: var(--pbmit-heading-color);
	margin-bottom: 24px;
	flex-grow: 1;
}

.service-card .card-link {
	font-size: 14px;
	font-weight: 600;
	color: var(--pbmit-secondary-color);
	display: flex;
	align-items: center;
	gap: 6px;
	transition: color 0.3s ease;
	margin-top: auto;
}

.service-card .card-link svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	transition: transform 0.3s ease;
}

.service-card:hover .card-link {
	color: var(--pbmit-global-color);
}

.service-card:hover .card-link svg {
	transform: translateX(5px);
}

/* ==========================================================================
   Gold Band Ribbon Styling (.intro-band)
   ========================================================================== */
.intro-band {
	background: linear-gradient(90deg, #8fc6cc 0%, #2E3453 50%, #8fc6cc 100%);
	padding: 24px 0;
	box-shadow: 0 10px 30px rgba(199, 154, 43, 0.15);
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.intro-band::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
	animation: shine-band 6s infinite linear;
}

@keyframes shine-band {
	0% {
		transform: translateX(-30%);
	}

	100% {
		transform: translateX(30%);
	}
}

.intro-band-inner {
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.intro-band-inner p {
	color: #ffffff;
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	white-space: nowrap;
}

.intro-band-dot {
	width: 6px;
	height: 6px;
	background-color: rgba(255, 255, 255, 0.65);
	border-radius: 50%;
	flex-shrink: 0;
}

/* ==========================================================================
   Software Partners Section Styling (Redesigned)
   ========================================================================== */
.software-partners-section {
	padding: 80px 0;
	background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
	position: relative;
	overflow: hidden;
}

.software-partners-section::before {
	content: '';
	position: absolute;
	top: -10%;
	right: -10%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(143, 198, 204, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
	pointer-events: none;
}

.software-partners-section::after {
	content: '';
	position: absolute;
	bottom: -10%;
	left: -10%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(245, 159, 70, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
	pointer-events: none;
}

.software-subtitle-wrapper {
	margin-bottom: 50px;
}

.software-subtitle-wrapper .software-tag {
	display: inline-block;
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 12px;
	line-height: 26px;
	font-weight: 600;
	color: #ffffff;
	background-color: var(--pbmit-global-color);
	padding: 2px 14px;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.software-subtitle-wrapper h2 {
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 700;
	font-size: 42px;
	line-height: 48px;
	letter-spacing: -0.8px;
	color: var(--pbmit-secondary-color);
	margin-bottom: 15px;
}

.software-subtitle-wrapper p {
	font-size: 16px;
	line-height: 26px;
	color: var(--pbmit-heading-color);
	max-width: 650px;
	margin: 0 auto;
}

/* Flex row/grid spacing cleanup - relies on pure Bootstrap gutters now */
.software-grid {
	margin-top: 15px;
}

.software-card-item {
	background: var(--pbmit-white-color);
	border: 1px solid rgba(22, 34, 45, 0.06);
	border-radius: 12px;
	padding: 35px 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	width: 100%;
	min-height: 250px;
	height: 100%;
}

.software-card-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--pbmit-global-color) 0%, #f59f46 100%);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.software-card-item:hover::before {
	transform: scaleX(1);
}

.software-card-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(15, 24, 40, 0.05);
	border-color: rgba(143, 198, 204, 0.3);
}

.software-logo-box {
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.software-logo-box img {
	max-height: 150px;
	max-width: 95%;
	object-fit: contain;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	/* filter: grayscale(100%) opacity(0.65); */
	mix-blend-mode: multiply;
}

.software-card-item:hover .software-logo-box img {
	filter: grayscale(0%) opacity(1);
	transform: scale(1.05);
}

.software-partner-name {
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #64748b;
	margin-top: 15px;
	transition: color 0.3s ease;
	text-align: center;
}

.software-card-item:hover .software-partner-name {
	color: var(--pbmit-global-color);
}

/* ==========================================================================
   Creative Contact Hub Style (Reduced and Redesigned Layout)
   ========================================================================== */
.creative-contact-card {
	position: relative;
	background: linear-gradient(135deg, #1b213b 0%, #2E3453 100%);
	border-radius: 20px;
	padding: 50px 40px;
	color: #ffffff;
	box-shadow: 0 12px 30px rgba(27, 33, 59, 0.08);
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	border: 1px solid rgba(255, 255, 255, 0.05);
	height: 100%;
}

.creative-contact-card::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(143, 198, 204, 0.15) 0%, rgba(143, 198, 204, 0) 70%);
	pointer-events: none;
	transition: transform 0.8s ease;
}

.creative-contact-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(143, 198, 204, 0.18);
	border-color: rgba(143, 198, 204, 0.3);
}

.creative-contact-card:hover::before {
	transform: translate(-30px, 30px) scale(1.2);
}

.creative-contact-tag {
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--pbmit-blackish-color);
	margin-bottom: 8px;
	display: inline-block;
}

.creative-contact-title {
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 12px;
	line-height: 1.2;
}

.creative-contact-desc {
	font-size: 15px;
	color: #a0aec0;
	line-height: 1.6;
	margin-bottom: 35px;
}

.creative-contact-list {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.creative-contact-item {
	display: flex;
	align-items: flex-start;
	transition: transform 0.25s ease;
}

.creative-contact-item:hover {
	transform: translateX(6px);
}

.creative-contact-icon-box {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background-color: rgba(143, 198, 204, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 18px;
	flex-shrink: 0;
	transition: all 0.3s ease;
	border: 1px solid rgba(143, 198, 204, 0.1);
}

.creative-contact-item:hover .creative-contact-icon-box {
	background-color: var(--pbmit-blackish-color);
	transform: scale(1.05);
}

.creative-contact-icon-box svg {
	width: 22px;
	height: 22px;
	fill: var(--pbmit-blackish-color);
	transition: all 0.3s ease;
}

.creative-contact-item:hover .creative-contact-icon-box svg {
	fill: #1b213b;
}

.creative-contact-content {
	display: flex;
	flex-direction: column;
}

.creative-contact-label {
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #718096;
	margin-bottom: 5px;
	line-height: 1;
}

.creative-contact-value {
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.4;
	word-break: break-word;
}

.creative-contact-value a {
	color: #ffffff;
	transition: color 0.25s ease;
	text-decoration: none;
}

.creative-contact-value a:hover {
	color: var(--pbmit-blackish-color);
}

/* Location Card Styles */
.creative-location-card {
	position: relative;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 45px 35px;
	box-shadow: 0 10px 30px rgba(46, 52, 83, 0.03);
	border: 1px solid rgba(46, 52, 83, 0.06);
	height: 100%;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.creative-location-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(46, 52, 83, 0.08);
	border-color: rgba(143, 198, 204, 0.6);
}

.location-index {
	position: absolute;
	top: 15px;
	right: 25px;
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 60px;
	font-weight: 900;
	color: rgba(46, 52, 83, 0.03);
	line-height: 1;
	user-select: none;
	transition: all 0.4s ease;
}

.creative-location-card:hover .location-index {
	color: rgba(143, 198, 204, 0.15);
	transform: scale(1.1);
}

.location-header {
	margin-bottom: 20px;
}

.location-pin-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: rgba(46, 52, 83, 0.03);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.creative-location-card:hover .location-pin-icon {
	background-color: rgba(143, 198, 204, 0.15);
}

.location-pin-icon svg {
	width: 22px;
	height: 22px;
	fill: var(--pbmit-global-color);
	transition: all 0.3s ease;
}

.creative-location-card:hover .location-pin-icon svg {
	fill: var(--pbmit-global-color);
	transform: translateY(-2px);
}

.location-title {
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 20px;
	font-weight: 700;
	color: var(--pbmit-global-color);
	margin-top: 20px;
	margin-bottom: 12px;
}

.location-address {
	font-size: 15px;
	color: #64748b;
	line-height: 1.6;
	margin-bottom: 30px;
	flex-grow: 1;
}

.location-link {
	font-family: var(--pbmit-heading-typography-font-family);
	font-size: 13px;
	font-weight: 700;
	color: var(--pbmit-global-color);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	transition: color 0.25s ease;
}

.location-link svg {
	width: 14px;
	height: 14px;
	margin-left: 8px;
	fill: var(--pbmit-global-color);
	transition: transform 0.25s ease, fill 0.25s ease;
}

.creative-location-card:hover .location-link {
	color: var(--pbmit-blackish-color);
}

.creative-location-card:hover .location-link svg {
	transform: translateX(6px);
	fill: var(--pbmit-blackish-color);
}

.blog-details a {
	color: var(--pbmit-link-color-hover);
}