/*
Theme Name: PDMH
Author: IKF
Description: A custom lightweight theme optimized for performance and compatibility.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');


:root {
	--mainfont: "Montserrat", sans-serif;
	--primary: #212422;
	--secoundery: #212422;
	--hover: #212422;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
p,
a {
	margin: 0;
	padding: 0;
	font-optical-sizing: auto;
	line-height: 26px;
	font-weight: 500;
}

p,
ul,
ol,
.elementor-widget-text-editor {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--mainfont);
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
	color: var(--primary);
}

main {
	overflow: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	color: var(--hover);
}

ul,
ol {
	padding: 0;
	list-style: none;
}

@media (max-width: 2200px) {

	.e-con>.e-con-inner,
	.cust-container,
	.footer-inner,
	.banner-content {
		max-width: 1500px !important;
	}
}

@media (max-width: 1670px) {

	.e-con>.e-con-inner,
	.cust-container,
	.footer-inner,
	.career_sec_intro,
	.banner-content {
		max-width: 1200px !important;
	}
}

@media (max-width: 1280px) {

	.e-con>.e-con-inner,
	.cust-container,
	.footer-inner,
	.career_sec_intro,
	.banner-content {
		max-width: 1180px !important;
	}

}
@media (min-resolution: 125dpi) and (max-resolution: 150dpi) {

	.e-con>.e-con-inner,
	.cust-container,
	.footer-inner,
	.career_sec_intro,
	.banner-content {
		max-width: 1200px !important;
	}
}
.cust-container,
.footer-inner {
	padding: 0 10px;
	margin: 0 auto;
}

.brand-logo img {
	transition: all 0.5s;
	position: relative;
	display: block;
}

.main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.main-menu li {
	position: relative;
}

.main-menu>li {
	margin-right: 10px;
}

.main-menu li a {
	text-decoration: none;
	padding: 10px 20px;
	display: flex;
	transition: all 0.5s;
	color: #212422;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0.16px;
}

.current_page_item a {
	font-weight: 700;
}

.main-menu li ul a {
	color: #212422;
}

.main-menu li {
	position: relative;
}

.main-menu li a {
	position: relative;
	z-index: 2;
}

/* COMMON */
.main-menu li::before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: #fff;
	border: 1px solid transparent;
	background-color: transparent;
	/*transform: scaleX(0);*/
	transition:
		transform 0.2s ease,
		background-color 0.2s ease 0.5s;
	/* background delay */
}

/* LEFT PART – starts from LEFT */
.main-menu li::before {
	left: 0;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	left: -1px;
	transform-origin: left center;
}

/* HOVER */
.main-menu li:hover::before {
	/*transform: scaleX(1);*/
	border: 1px solid #FFC221;
	background-color: #FFC221;
}

.main-menu li::after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: #fff;
	border: 1px solid transparent;
	background-color: transparent;
	transform: scaleX(0);
	transition: transform 0.2s ease;
}

.main-menu li:hover::after {
	transform: scaleX(1);
	background-color: #FFC221;
}

.main-menu li::after {
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
}

/* Hide dropdowns by default */
.main-menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	background: #EEF3F7;
	padding: 20px 0;
	margin: 0;
	min-width: 280px;
	z-index: 999;
}

/* Show dropdown on hover */
.main-menu li:hover>ul {
	display: block;
}

/* Dropdown menu styles */
.main-menu li ul li {
	width: 100%;
}

.main-menu li ul li a {
	padding: 5px 30px;
	font-size: 15px;
	white-space: nowrap;
	transition: all 0.5s;
}

.main-menu li ul li a:hover,
.main-menu li ul li.current-menu-item a {
	font-weight: 700;
	color: #0A8CC8;
}

.theme-main-menu {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 100%;
}

.hdrbtn {
	position: absolute !important;
	right: 50px;
}

/*Header*/
header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	margin: 0 auto;
	width: 100%;
	background: #fff;
	z-index: 999999;
	padding: 6px 0;
	transition: all 0.5s;
	box-shadow: 2px 4px 5px #0000000D;
}

.scroll-down header {
	top: -120px;
}

.scroll-up header {
	top: 0px;
	background: #fff;
}

.inner-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	position: relative;
	gap: 50px;
	padding: 0 50px;
}

/*Hambergur Menu*/
.hambergermenu {
	display: none !important;
}

.hambergermenu {
	position: relative;
	height: 20px;
	align-items: center;
	cursor: pointer;
}

.hambergermenu .themebtn {
	font-size: 13px;
	padding: 7px 16px;
}

.activemenu {
	right: 0;
}

.closebutton {
	width: 42px;
	height: 42px;
	position: absolute !important;
	right: 20px;
	top: 20px;
	transition: all 0.5s;
	cursor: pointer !important;
	padding: 0 !important;
}

.closebutton span {
	position: absolute;
	width: 25px;
	background: #ffffff;
	height: 2px;
	transition: all 0.5s;
	transform: rotate(45deg);
	top: 18px;
	right: 0;
	left: 7px;
}

.closebutton:before {
	width: 25px;
	background: #ffffff;
	height: 2px;
	transition: all 0.5s;
	transform: rotate(-45deg);
	position: absolute;
	content: '';
	top: 18px;
	left: 7px;
	right: 0;
}

ul.submenu.depth-0 .accordion-toggle {
	height: 37px;
}

.submenu.depth-1 {
	padding-left: 20px;
}

.submenu.depth-1 li a:before {
	border-radius: 0px;
	width: 11px;
	height: 9px;
	top: 14px;
	background: #ffffff;
	background-size: 100% !important;
}

.mobmenulogo {
	position: absolute;
	left: 30px;
	top: 30px;
}

/*Hambergur Menu*/
section.section-wrap .cust-container .section-row {
	display: flex;
	justify-content: space-between;
}

section.section-wrap .cust-container .section-column {
	width: 100%;
}

/*Button*/
.themebtn {
	background: #FFC221;
	border: 1px solid #FFFFFF;
	border-radius: 0px 23px 0px 20px;
	color: #212422;
	font-size: 17px;
	line-height: 20px;
	display: inline-block;
	padding: 10px 32px;
}

.themebtn:hover,
.enquiry .cust-form .submtbtn .themebtn input:hover {
	background-color: #0B6B6A;
	color: #fff;
	transition: all 0.3s;
}

input.wpcf7-form-control.wpcf7-text,
textarea,
select,
.wpcf7 input[type="file"] {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	border: 0;
	outline: none;
	padding: 13px 20px;
	color: #212422;
	font-size: 16px;
	width: 100%;
}

::placeholder {
	color: #212422;
	font-size: 16px;
}

input.wpcf7-form-control.wpcf7-submit {
	border: 1px solid #003A7A;
	color: #003A7A;
	font-weight: 700;
	padding: 12px 45px;
	border-radius: 50px;
	background: transparent;
	font-size: 15px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

span.wpcf7-spinner {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-top: 5px;
}

.wpcf7-response-output {
	font-size: 13px;
	margin: 0 !important;
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-bottom: -10px;
}

footer {
	background-color: #0B6B6A;
	color: #fff;
	padding: 20px 0 25px;
	overflow: hidden;
}

.ftr-bottom {
	display: flex;
	justify-content: end;
	line-height: 0;
	padding-top: 30px;
	align-items: center;
}

.ftr-bottom p {
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.15px;
}

.ftr-bottom .ikf_link {
	line-height: 0;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #ffffff69;
}

/* Logo Section */
.footer-logo img {
	width: 260px;
	margin-bottom: 10px;
}

.footer-logo h3 {
	font-size: 18px;
	letter-spacing: 1px;
}

.footer-logo p {
	font-size: 12px;
	color: #d6f1ee;
}

.footer-container p,
.footer-container a {
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.17px;
}

/* Contact Section */
.footer-container .footer-contact p {
	font-size: 14px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 0 27px;
}

.footer-container div {
	width: 32%;
}

.footer-container .footer-contact {
	padding-top: 60px;
}

.footer-address h4 {
	color: #FFFFFF;
	font-size: 17px;
	line-height: 23px;
	font-weight: 500;
	letter-spacing: 0.17px;
	font-family: "Sora", Sans-serif !important;
	margin-bottom: 15px;
}

.footer-container a:hover {
	color: #C5E4F0;
}

.footer-address h4:after {
	position: absolute;
	content: '';
	width: 300%;
	height: 1px;
	background-color: #ffffff6e;
	top: 11px;
	left: 90px;
}

.footer-address {
	position: relative;
}

.team_one {
	position: absolute !important;
	bottom: 23% !important;
	left: 10% !important;
}

.team_two {
	position: absolute !important;
	right: 0 !important;
	bottom: 10% !important;
}


.counter-sec .counter-card {
	height: 282px;
}


.white_bg .elementor-heading-title span {
	background-color: #fff;
	display: inline-block;
	position: relative;
	z-index: 3;
	padding-right: 20px;
}

.enquiry ul.cust-form input,
.enquiry ul.cust-form textarea,
.enquiry ul.cust-form select {
	box-shadow: 2px 4px 5px #0000000D;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	font-size: 15px;
	line-height: 19px;
	color: #212422aa;
	font-family: "Sora", Sans-serif;
	font-weight: 500;
}

.enquiry ul.cust-form input::placeholder,
.enquiry ul.cust-form textarea::placeholder,
.enquiry ul.cust-form select::placeholder {
	color: #212422aa;
	font-size: 15px;
	line-height: 19px;
	font-family: "Sora", Sans-serif;
	font-weight: 500;
}


.enquiry .cust-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.enquiry .cust-form li {
	width: 31%;
}

.enquiry .cust-form .form_msgbox,
.enquiry .cust-form .submtbtn {
	width: 100%;
}

.enquiry .cust-form .submtbtn .themebtn {
	background: transparent;
	position: relative;
	padding: 0;
}

.enquiry .cust-form .submtbtn .themebtn input {
	background: #FFC221;
	border: 1px solid #FFFFFF;
	border-radius: 0px 23px 0px 20px;
	color: #002020;
	font-size: 17px;
	line-height: 20px;
	display: inline-block;
	padding: 10px 32px;
	width: 130px;
	height: 42px;
}

.enquiry .cust-form .submtbtn .themebtn p {
	margin: 0;
}

.facility_section .counter-svg {
	position: absolute;
	left: 0;
}

.facility_section .counter-svg svg {
	left: 100%;
	position: absolute;
	margin: 18px 0 0 320px;
}

.enquiry ul.cust-form select {
	appearance: none;
	background-image: url(../../uploads/2026/02/Down_Arrow.svg);
	background-position: center right 17px;
	background-repeat: no-repeat;
}

.enquiry .cust-form .submtbtn span.wpcf7-spinner {
	right: 140px;
	left: auto;
	top: 4px;
}

.enquiry .cust-form .submtbtn {
	text-align: right;
}


/** Banner Section **/
.home-banner {
	position: relative;
}

.banner-swiper {
	width: 100%;
	height: 100vh;
}

.banner-slide {
	position: relative;
	display: flex;
	align-items: start;
	background-size: cover;
	background-position: center;
}

.banner-content {
	position: absolute;
	z-index: 2;
	max-width: 1500px;
	padding: 0 20px;
	left: 0;
	right: 0;
	top: 26%;
	bottom: 0;
	margin: auto;
	transition: opacity 0.5s ease-in-out, transform 0.7s ease-in-out;
	transition-delay: 2s;
}


.banner-top {
	display: inline-block;
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
	color: #1a6b68;
	padding-bottom: 20px;
	margin-bottom: 10px;
	padding-right: 10px;
	position: relative;
	overflow: hidden;
}

.banner-top:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 0%;
	background: #FECA40;
	bottom: 0;
	left: 0;
	transition: width 0.5s ease-in-out;
	transition-delay: 3.5s;
}

.active_banner .banner-top:after {
	width: 100%;
}

.banner-content h1,.banner-content h2 {
	font-size: 40px !important;
	line-height: 50px;
	margin-bottom: 10px;
	color: #232323;
}

.banner-content p {
	font-size: 17px;
	line-height: 28px;
	color: #232323;
	max-width: 400px;
}

/* Pagination */
.banner-swiper .swiper-pagination {
	bottom: 50px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.banner-swiper .swiper-pagination-bullet {
	width: 17px !important;
	height: 17px !important;
	background: #ffffff82 !important;
	opacity: 1 !important;
	margin: 0 6px;
	border: 2px solid #0B6B6A;
}

.banner-swiper .swiper-pagination-bullet-active {
	background: #ffffff !important;
}

/* Mobile Banner Images */
@media (max-width: 768px) {
	.banner-swiper {
		height: 80vh;
	}

	.banner-content {
		padding: 0 20px;
	}

	.banner-content h2 {
		font-size: 32px !important;
	}

	.banner-content p {
		font-size: 16px;
	}
}

.banner_image,
.banner_image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.home-banner {
	transition: all 1s;
}
@media (min-width:767px) {
	.home-banner {
		transition: all 1s;
		transform: translateY(150px);
		transform-origin: bottom;
	}

	.home-banner .banner-swiper {
		transition: all 1s;
		transform: scale3d(1, 1, 1);
		transform-origin: bottom;
	}

	.home-banner .banner-swiper .swiper-slide {
		scale: 0.4;
		transition: all 1s;
	}
	.home-banner .banner-swiper:after {
		position: absolute;
		content: '';
		width: 101%;
		height: 101%;
		background-color: #fff;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transition: transform 2s;
		z-index: 2;
	}

	.home-banner.active_banner .banner-swiper:after {
		transform: translateY(-100%);
		transition: transform 2s;
	}

	.home-banner.active_banner {
		transition: all 1.5s;
		transform: translateY(0px);
		transform-origin: bottom;
	}

	.home-banner.active_banner .banner-swiper {
		transition: all 1s;
		transform: scale3d(1, 1, 1);
		transform-origin: bottom;
		transition-delay: 1s;
		position: relative;
	}

	.home-banner.active_banner .banner-swiper .swiper-slide {
		scale: 1;
		transition: scale 1s;
		transition-delay: 1.5s;
	}
	
	.banner-content .banner-top,
	.banner-content h1,
	.banner-content h2,
	.banner-content p {
		transform: translateY(60px);
		opacity: 0;
	}

	.home-banner.active_banner .banner-content p,
	.home-banner.active_banner .banner-content h1,
	.home-banner.active_banner .banner-content h2,
	.home-banner.active_banner .banner-content .banner-top {
		transform: translateY(0);
		opacity: 1;
	}

	.home-banner.active_banner .banner-content .banner-top {
		transition: opacity 0.5s ease-in-out, transform 0.7s ease-in-out;
		transition-delay: 2.3s;
	}

	.home-banner.active_banner .banner-content h1,
	.home-banner.active_banner .banner-content h2 {
		transition: opacity 0.5s ease-in-out, transform 0.7s ease-in-out;
		transition-delay: 2.6s;
	}

	.home-banner.active_banner .banner-content p {
		transition: opacity 0.5s ease-in-out, transform 0.7s ease-in-out;
		transition-delay: 2.9s;
	}

}


/** Banner section end **/

/** Career section start **/
.spacer {
	width: 100%;
	height: 100vh;
	background-color: green;
}

.section_career {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
}

.left-section_career,
.right-section_career {
	width: 50%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.right-career {
	width: 100%;
	padding-top: 10vh;
	padding-bottom: 40px;
	/* border: 1px solid cyan; */
}

.right-slide {
	width: 100%;
	height: auto;
	/* border: 1px solid red; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.left-section_career {
	display: flex;
	justify-content: center;
	align-items: end;
}

.left-career {
	width: 100%;
	height: 100%;
	margin-left: 40px;
	max-height: 420px;
	position: relative;
	overflow: hidden;
}

.left-career img {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	margin: 0 auto;
	bottom: 0;
	max-height: 420px;
}

@media(min-width: 1680px) {
	.left-career {
		max-height: 470px;
	}

	.left-career img {
		max-height: inherit;
	}
}

.left-career img:first-child {
	opacity: 1;
}

.section_career_cover_images {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.bg_career_image {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
}

.bg_career_image:first-child {
	opacity: 1;
}

.career-box {
	min-height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.career-card {
	background: #ffffff;
	max-width: 760px;
	width: 100%;
	padding: 36px 40px 40px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	border-radius: 30px 0px;
}

.career-card-header {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #006a6966;
}

.career-card-header h2 {
	color: #006A69;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 33px;
	margin: 0;
}

.career-card-header .icon {
	line-height: 0;
}

hr {
	border: none;
	height: 1px;
	background-color: #b8d6d3;
	margin: 16px 0 18px;
}

.career-intro,
.career-list li {
	color: #212422;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 16px;
	letter-spacing: 0.15px;
}

.career-list {
	list-style: none;
	padding-left: 0;
}

.career-list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 14px;
	color: #212422;
}

.career-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #006A69;
	font-size: 20px;
	line-height: 1.4;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	top: 7px;
}

.career-box hr {
	height: 2px;
	background-color: #006a6938;
	margin: 20px 0;
}

.career_sec_intro {
	position: absolute;
	z-index: 1;
	max-width: 1500px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 160px;
	padding: 0 20px;
}

.career_sec_intro h2 {
	color: #006A69;
	font-size: 42px;
	line-height: 50px;
	margin: 0;
}

.career_sec_intro p {
	color: #000000;
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0;
	max-width: 450px;
}

/** Career section End **/

/** Vision Mission Value **/
.guiding_principles {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

h2.heading_section {
	text-align: center;
	position: absolute;
	z-index: 5;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 40%;
	font-size: 42px !important;
	font-size: 100px;
	color: #006A69;
	transition: all 0.6s ease-in-out;
}

.circle-bg {
	z-index: 3;
	justify-content: center;
	align-items: center;
	width: 40vw;
	height: 40vw;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -70px;
	transition: all 0.6s ease-in-out;
}

.circle-bg-border {
	z-index: 5;
	border: 1px solid #fff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	inset: 0%
}

.circle-bg-border.is-2nd {
	inset: 15%
}

.circle-bg-border.is-3nd {
	inset: 30%;
}

.dot-position {
	z-index: 5;
	justify-content: center;
	align-items: center;
	width: 1rem;
	height: 1rem;
	display: flex;
	position: absolute;
	top: -.5rem;
	overflow: visible
}

.dot-position.is-2nd {
	top: auto;
	right: -.5rem;
	transform: scale(.7)
}

.dot-position.is-3rd {
	inset: auto auto -.5rem;
	transform: scale(.8)
}

.dot-position.is-4th {
	inset: auto auto auto -.5rem;
	transform: scale(1.2)
}

.dot-position.is-3rd-icon {
	inset: auto auto -.5rem
}

.dot-position.is-4th-icon {
	inset: auto auto auto -.5rem;
	transform: scale(.8)
}

.dot-position.is-2nd-icon {
	top: auto;
	right: -.5rem;
	transform: scale(.8)
}

.circle-icon {
	z-index: 10;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	flex: none;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	position: relative
}

.circle-icon-dot {
	background-color: #fff;
	border-radius: 50%;
	width: .3rem;
	height: .3rem
}

.circle_wrap {
	position: relative;
	height: 75vh;
	border-radius: 0px 20px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.vision_mission_section p strong {
	color: #006A69;
}

.vis_mis_val_content>.elementor-element {
	position: relative;
}

.vis_mis_val_content .vision_left {
	transform: translateX(-20vh);
	opacity: 0;
	transition: transform 0.8s ease, opacity 0.4s ease;
}

.vis_mis_val_content .vision_right {
	transform: translateX(20vh);
	opacity: 0;
	transition: transform 0.8s ease, opacity 0.4s ease;
}

.vis_mis_val_content.active .vision_left,
.vis_mis_val_content.active .vision_right {
	transform: translateX(0vh);
	opacity: 1;
}

/** Vision Mission End **/

/** Medical Specialities **/

.medical_speciality_slider {
	overflow: visible;
}

.medical_speciality_slider .swiper {
	width: 100%;
	padding: 40px 0;
}

.medical_speciality_slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	transition: transform 0.3s ease;
	opacity: 0.5;
}

.medical_speciality_slider .swiper-slide img {
	width: 100%;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

/* Highlight center slide */
.medical_speciality_slider .swiper-slide-active {
	transition: transform 0.3s ease;
	opacity: 1;
}

.medical_speciality_slider .medical_img_box {
	line-height: 0;
	position: relative;
	overflow: hidden;
	border-top-left-radius: 30px;
	width: 100%;
}

.medical_speciality_slider .medical_img_box span {
	font-size: 18px;
	line-height: 27px;
	display: block;
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	/* min-height: 70px; */
	color: #fff;
	z-index: 1;
	letter-spacing: 0.22px;
	padding: 0 10px;
}

.medical_speciality_slider .swiper-slide-active span {
	font-size: 22px;
}

.medical_speciality_slider .medical_img_box:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 200px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0B6B6A;
	background: linear-gradient(180deg, rgba(11, 107, 106, 0) 0%, rgba(11, 107, 106, 0.21) 38%, rgb(11 107 106) 100%);
	border-bottom-right-radius: 30px;
}

.medical_speciality_slider .swiper-slide p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 0.15px;
	text-align: center;
	margin: 30px 0 0;
	opacity: 0;
	transition: all 0.5s ease;
	color: #212422;
	width: 480px;
}

.medical_speciality_slider .swiper-slide-active p {
	opacity: 1;
	transition: all 1s ease;
}

.medical_speciality_slider .swiper-button-next svg,
.medical_speciality_slider .swiper-button-prev svg {
	display: none;
}

.medical_speciality_slider .swiper-button-next:after,
.medical_speciality_slider .swiper-button-prev:after {
	font-size: 0;
	position: relative;
}

.medical_speciality_slider .swiper-button-next,
.medical_speciality_slider .swiper-button-prev {
	bottom: 40px;
	top: auto;
	border: 1px solid #21242266;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #fff;
}

.medical_speciality_slider .swiper-button-prev:after,
.medical_speciality_slider .swiper-button-next:after {
	position: absolute;
	background-image: url(../../uploads/2026/02/next-icon.svg);
	width: 16px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center;
}

.medical_speciality_slider .swiper-button-prev:hover,
.medical_speciality_slider .swiper-button-next:hover {
	background-color: #0B6B6A;
}

.medical_speciality_slider .swiper-button-prev:hover:after,
.medical_speciality_slider .swiper-button-next:hover:after {
	filter: brightness(0) invert(1);
}

.medical_speciality_slider .swiper-button-prev {
	left: 46%;
	margin-left: -260px;
	transform: rotate(180deg);
}

.medical_speciality_slider .swiper-button-next {
	right: 46%;
	margin-right: -260px;
}

/** Medical Specialities End **/

.pdmh_features_container.counter-svg svg {
	right: -28%;
	position: absolute;
}

.counter-svg.animated path,
.animated .counter-svg path {
	stroke-dasharray: 3478;
	stroke-dashoffset: 3478;
	animation: dash 6s ease-out forwards;
	animation-delay: 1s;
}

#about_us .animated.fadeIn .counter-svg path {
	stroke-dasharray: 3478;
	stroke-dashoffset: 3478;
	animation: dash 6s ease-out forwards;
	animation-delay: 1s;
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

section.why_choose_pdmh_sec {
	margin: 0 0 130px;
}

.vis_mis_val_content .elementor-widget-heading {
	border: 0 !important;
}

.vis_mis_val_content .elementor-icon-box-wrapper {
	position: relative;
	padding-bottom: 8px;
}

.vis_mis_val_content .elementor-widget-heading h2:after,
.vis_mis_val_content .elementor-icon-box-wrapper:after {
	content: '';
	height: 2px;
	width: 0%;
	background: #FFC428;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: all 0.5s ease-in-out;
	transition-delay: 0.5s;
}

.vis_mis_val_content.active .elementor-widget-heading h2:after,
.vis_mis_val_content .elementor-icon-box-wrapper:after {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

/* ==============================
BASE RESET
================================*/
.pdmh_features * {
	box-sizing: border-box;
}

/* ==============================
LAYOUT
================================*/
.pdmh_features {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.pdmh_features_list {
	width: 30%;
}

.pdmh_features_container {
	width: 63%;
	position: relative;
}

/* ==============================
LEFT LIST
================================*/
.pdmh_features_list ul {
	padding: 0;
	display: flex;
	flex-direction: column;
}

.pdmh_features_list ul li {
	margin-bottom: 17px;
	cursor: pointer;
	color: #0000009e;
	font-size: 17px;
	line-height: 26px;
	position: relative;
}

.pdmh_features .activelink {
	color: #000000;
}

/* ==============================
HEAD
================================*/
.feature_head h2 {
	color: #006A69;
	font-size: 42px;
	line-height: 52px;
}

.feature_head p {
	color: #000000;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 25px;
}

/* ==============================
LIST STACKING (TEXT NORMAL)
================================*/
.pdmh_features .list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
}

.pdmh_features .list.active {
	pointer-events: auto;
}

/* ==============================
CONTENT BOX
================================*/
.features_content_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

/* ==============================
IMAGE OVERLAP STACK
================================*/
.features_content_img {
	width: 44%;
	position: relative;
	overflow: hidden;
}


/* Layer control */
.pdmh_features .list {
	z-index: 1;
}

.pdmh_features .list.hide {
	z-index: 2;
	transition: opacity 0s;
}

.pdmh_features .list.hide {
	opacity: 0;
	transition: opacity 0s;
	transition-delay: 1s;
}


.pdmh_features .list.active {
	z-index: 3;
}

.features_content_img img {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 120px 0px 120px 0 !important;
}

/* ==============================
TEXT (NO OVERLAP)
================================*/
.features_content_text {
	width: 50%;
	opacity: 0;
	position: relative;
	z-index: 5;
	height: 100%;
	top: 30px;
}

.features_content_text h3 {
	color: #006A69;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 10px;
}

.features_content_text p {
	color: #212422;
	font-size: 15px;
	line-height: 28px;
}



/* ==============================
APPLY ANIMATION
================================*/
.pdmh_features .list .features_content_img {
	animation: revealTopRight 0.9s ease-in-out forwards;
	overflow: hidden;
	border-radius: 120px 0px 120px 0;

}

.pdmh_features .list.active .features_content_text {
	animation: textFadeUp 0.6s ease-out 0.4s forwards;
}

/* ==============================
RESET (REPLAY SAFE)
================================*/
.pdmh_features .list.hide .features_content_img {
	animation: none;
}

.pdmh_features .list.hide .features_content_text {
	opacity: 0;
	animation: none;
}

/* ==============================
PERFORMANCE SMOOTHING
================================*/
.features_content_img,
.features_content_text {
	will-change: transform, clip-path, opacity;
}

/* ==============================
ANIMATION KEYFRAMES
================================*/

@media (min-width:768px) {
	@keyframes revealTopRight {
		from {
			opacity: 0;
			clip-path: polygon(100% 0,
				100% 0,
				100% 0,
				100% 0);
			transform: translate(0px, 0px);
		}

		to {
			opacity: 1;
			clip-path: polygon(0 0,
				100% 0,
				100% 100%,
				0 100%);
			transform: translate(0, 0);
		}
	}

	@keyframes textFadeUp {
		from {
			opacity: 0;
			transform: translateY(15px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
}



.pdmh_features_list ul li:before {
	position: absolute;
	content: '';
	width: 0%;
	background-color: #FFC221;
	height: 2px;
	left: -133%;
	top: 12px;
	transition: all 0.5s;
}

.pdmh_features_list .activelink:before {
	width: 130%;
	transition: all 0.5s;
}

.facilities_slider .swiper-slide_inner h3 {
	opacity: 0;
	width: 100%;
	font-size: 26px;
	line-height: 36px;
	color: #0B6B6A;
	margin: 12px 0 0;
	text-align: center;
	padding: 0 15px;
	transform: translateY(20px);
}

.facilities_slider .swiper-slide-active h3 {
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.5s ease-in-out;
}

.facilities_slider .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.facilities_slider .swiper-slide_inner {
	overflow: hidden;
	display: flex;
	align-items: end;
	flex-direction: column;

}

.facilities_slider .swiper-wrapper {
	align-items: baseline;
}



.facilities_slider .swiper-button-next:after,
.facilities_slider .swiper-button-prev:after {
	display: none;
}


.facilities_slider .swiper-button-next,
.facilities_slider .swiper-button-prev {
	bottom: 140px;
	top: auto;
	background-image: url(../../uploads/2026/02/arrow-dummy.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #212422;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.facilities_slider .swiper-button-prev {
	transform: rotate(180deg);
}

.home-banner .swiper-pagination {
	opacity: 0;
}

.home-banner.active_banner .swiper-pagination {
	opacity: 1;
	transition-delay: 3s;
}

.uploadcheck {
	position: relative;
}

.uploadcheck .remove_up_file {
	position: absolute;
	top: 7px;
	right: 15px;
	background-color: #cc0505;
	width: 30px;
	height: 30px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 100%;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	z-index: 1;
}

.footer-container .footer-contact p span {
	line-height: 0;
}

@media(min-width:1560px) {
	h2.heading_section {
		margin: 30px 0 0 0;
	}
}

@media(min-width:1179px) {
	.swiper-container.facilities_slider {
		margin-left: 0px !important;
	}

	.facilities_slider .swiper-slide_inner h3 {
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0;
	}

	.facilities_slider .swiper-slide-active h3 {
		opacity: 1;
	}

	.facilities_slider.swiper-container>.swiper-slide__content {
		position: absolute;
		top: 0;
	}

	.facilities_slider .swiper-slide {
		width: 190px;
	}

	.facilities_slider .swiper-slide_inner {
		width: 100%;
		height: 100%;

	}

	.facilities_slider .swiper-slide_inner img {
		width: 160px;
	}

	.facilities_slider .swiper-slide-active .swiper-slide_inner img {
		width: 100%;
		scale: 0.65;
		transition: transform 0.5s ease-in-out;
		transition-delay: 0.2s;
		transform: scale(1.5);
	}

	.facilities_slider.swiper-container {
		width: 100%;
	}

	.facilities_slider .swiper-slide-active {
		width: 520px !important;
	}

	.facilities_slider .swiper-slide-active .swiper-slide_inner {
		position: relative;
		overflow: visible;
		top: -50px;
	}

	.facilities_slider .swiper-slide__content {
		height: 300px;
	}

	.body_main_class_facility {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		width: 100vw;
	}

	#facilities_section {
		margin: 0 0 -160px 0;
	}

	.facilities_slider .swiper-button-prev {
		right: 160px;
		left: auto;
		transform: rotate(180deg);
	}

	.facilities_slider .swiper-button-next {
		right: 100px;
		margin-right: 0;
	}
}

@media(max-width:1179px) {
	body .swiper-container.facilities_slider {
		margin-left: 0px !important;
	}

	.body_main_class_facility {
		max-width: 450px;
		width: 50%;
		float: right;
	}

	.body_main_class_facility .facilities_slider {
		overflow: hidden;
	}
}

@media (min-width: 999px) and (max-width: 1179px) {
	.facilities_content {
		margin-bottom: -230px !important;
	}

	.facilities_slider .swiper-button-next {
		left: 70px;
	}

	#facilities {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.enquiry .cust-form .uploadcheck p {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
}

.uploadFile {
	width: 100%;
	overflow: hidden;
	position: relative;
	resize: none;
	display: block;
	background: #fff url(../../uploads/2026/02/upload.svg) no-repeat right center;
	cursor: pointer;
	background-size: 23px 20px;
	background-position: top 11px right 15px;
	border: 1px solid #E2E2E2;
	padding: 10px 20px;
	border-radius: 5px;
}

.uploadFile [type=file] {
	cursor: pointer !important;
	display: block;
	font-size: 999px;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 0px;
	z-index: 1;
	line-height: 0 !important;
}

.uploadFile span.wpcf7-form-control-wrap {
	position: static;
}

.enquiry .cust-form .uploadcheck span.filename {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 19px;
	color: #212422aa;
	font-family: "Sora", Sans-serif;
	font-weight: 500;
}

span#fileError {
	margin-top: 4px;
	display: inline-block;
	margin-bottom: 10px;
}

.enquiry .cust-form .consent {
	width: 100%;
}

.enquiry .cust-form .qualification {
	width: 65.5%;
}

.enquiry .cust-form .consent span.wpcf7-list-item {
	margin: 0;
}

.enquiry .cust-form .consent span.wpcf7-list-item span.wpcf7-list-item-label {
	padding-left: 45px;
	color: #212422;
}

.career-card_img_mobile {
	display: none;
}

span.divider {
	margin: -5px -17px 0;
	font-size: 20px;
	display: inline-block;
}

.counter-svg.team_svg {
	margin: 0 0 0 50px;
}

.career-card-header img.sign_images {
	display: none;
}

.main-menu .contact_btn:before {
	border: 1px solid #FFC221;
	background-color: #FFC221;
}

.pdmh_features .mobile-click {
	display: none;
}


@media (max-width: 1670px) {}

@media (max-width: 1440px) {
	.swiper-container.facilities_slider {
		margin-left: 100px;
	}

	.vision_mission_section {
		padding: 10px 30px 20px;
	}

	.vision_mission_section .vision_right,
	.vision_mission_section .vision_left {
		padding: 10px 20px;
	}

	.vision_mission_section h2 {
		font-size: 23px !important;
		margin-bottom: -3px;
	}

	.vision_mission_section h2.heading_section {
		font-size: 42px !important;
	}

	.vis_mis_val_content p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.vis_mis_val_content p br {
		display: none;
	}

	.vis_mis_val_content strong {
		width: 100%;
		display: block;
	}

	.left-career img {
		max-width: 77% !important;
	}

	.left-section_career {
		width: 48%;
	}
}

@media (max-width: 1280px) {
	.inner-header {
		padding: 0 20px;
		gap: 20px;
	}

	.home-banner .banner-content {
		padding: 0 20px 30px !important;
	}

	.cust-container,
	.footer-inner {
		padding: 0 0px;
	}

	.swiper-container.facilities_slider {
		margin-left: 40px;
	}

	.left-career img {
		max-width: 90% !important;
	}
}

@media (max-width: 1130px) {
	.main-menu li a {
		padding: 10px 10px;
	}
}

@media (max-width: 1024px) {
	.left-career {
		margin-left: 20px;
	}

	.left-career img {
		max-width: 100% !important;
	}

	.career-box {
		padding: 20px 0px 20px 20px;
	}

	.career_sec_intro p br {
		display: none;
	}

	.career_sec_intro p {
		width: 50%;
	}

	.vision_mission_section h2.heading_section {
		font-size: 35px !important;
	}

	.vis_mis_val_content.active {
		margin-top: 7vh !important;
	}
}

@media (max-width: 999px) {
	.main-nav {
		display: none;
	}

	.hambergermenu {
		display: block !important;
		cursor: pointer;
		z-index: 1001;
		top: -8px;
	}

	.hambergermenu span,
	.closebutton span {
		width: 30px;
		height: 3px;
		background: #0B6B6A;
		display: block;
		position: relative;
		transition: all 0.4s ease;
	}

	.hambergermenu span::before,
	.hambergermenu span::after {
		content: "";
		width: 30px;
		height: 3px;
		background: #0B6B6A;
		position: absolute;
		left: 0;
		transition: all 0.4s ease;
	}

	.hambergermenu span::before {
		top: -8px;
	}

	.hambergermenu span::after {
		top: 8px;
	}

	body.menu-open .hambergermenu span {
		background: transparent;
	}

	body.menu-open .hambergermenu span::before {
		transform: rotate(45deg);
		top: 0;
	}

	body.menu-open .hambergermenu span::after {
		transform: rotate(-45deg);
		top: 0;
	}

	.closebutton {
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
	}

	.mobile-menu {
		list-style: none;
		padding: 80px 25px;
		margin: 0;
	}

	.mobile-menu li a {
		font-size: 18px;
		color: #212422;
		text-decoration: none;
		display: block;
	}

	body.menu-open {
		overflow: hidden;
	}

	.mobile-menu {
		list-style: none;
		padding: 0 30px;
		margin: 0;
	}

	.mobile-menu li {
		position: relative;
	}

	.mobile-menu li a {
		font-family: "Montserrat", Sans-serif;
		font-size: 30px;
		line-height: 50px;
		font-weight: 600;
		color: #006A69;
		text-decoration: none;
		display: inline-block;
		position: relative;
		transition: all 0.35s ease;
	}

	.mobile-menu .menu-description {
		font-family: "Montserrat", Sans-serif;
		font-size: 15px;
		line-height: 26px;
		font-weight: 500;
		color: #006A69;
		opacity: 0.8;
	}

	.facilities_content .elementor-widget {
		width: 100% !important;
		max-width: 100% !important;
	}

	.facilities_content {
		margin-bottom: 30px !important;
	}

	.facilities_content h2.elementor-heading-title {
		text-align: center;
	}

	.facilities_content p {
		text-align: center;
	}

	.facilities_slider .swiper-slide {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.facilities_slider .swiper-button-next,
	.facilities_slider .swiper-button-prev {
		top: 30%;
	}

	.body_main_class_facility {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.body_main_class_facility {
		max-width: 550px;
		width: 100%;
		float: none;
	}

	.facilities_content p {
		margin-bottom: -20px;
	}

}

@media (max-width: 820px) {

	.left-section_career,
	.right-section_career {
		width: 100%;
		height: auto;
	}

	.section_career {
		flex-direction: column;
	}

	.left-section_career {
		display: none;
	}

	.section_career {
		height: auto;
	}

	.career_sec_intro {
		position: static;
		width: 100%;
		padding: 30px 20px 20px;
	}

	.right-career {
		padding: 0;
	}

	.right-section_career {
		padding-bottom: 20px;
	}

	.section_career_cover_images:after {
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		background: #d3efd8;
		opacity: 0.7;
	}

	.section_career_cover_images {
		display: none;
	}

	.career-card_img_mobile {
		display: block;
		padding-bottom: 0;
		margin-bottom: 20px;
		border-bottom: 0px solid #006a6966;
		border-radius: 0 25px;
		overflow: hidden;
	}

	.career-card_img_mobile img {
		display: block;
	}

	.career-card-header {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.career-card {
		padding: 0;
		background: transparent;
		box-shadow: 0 0 0 transparent;
		max-width: 100%;
	}

	.right-section_career {
		padding: 0 20px 10px;
	}

	.career_sec_intro p {
		max-width: 100%;
		width: 100%;
	}

	.circle-bg {
		width: 80vw;
		height: 80vw;
	}

	.career-box {
		padding: 20px 0 10px;
		border-bottom: 1px solid #006a695e;
		width: 100%;
	}

	.right-section_career .right-slide:last-child .career-box {
		border-bottom: 0;
	}

	.career-card_img_slide {
		display: none;
	}

	.activeaccordian .career-card_img_slide {
		display: block;
		/* padding-top: 50px; */
	}


	.career-card-header img.sign_images {
		display: block;
		position: absolute;
		right: 0;
		transition: all 0.5s ease-in-out;
	}

	.right-slide.activeaccordian img.sign_images {
		transform: rotate(45deg);
	}

	.career-card-header {
		position: relative;
	}

	.career-card-header .icon {
		float: left;
	}

	.career-card-header h2 {
		float: left;
		width: 86%;
		padding: 0 0 0 15px;
	}
}

@media (max-width: 767px) {
	.right-section_career {
		padding: 0 20px 10px;
	}

	.vision_mission_section h2.heading_section {
		font-size: 29px !important;
		line-height: 38px;
	}


	/* Hide left side tab list */
	.pdmh_features_list ul {
		display: none;
	}

	/* Make accordion titles visible inside content area */
	.pdmh_features_container .clickme {
		display: block;
		font-weight: 600;
		padding: 15px;
		border-bottom: 1px solid #eee;
		cursor: pointer;
		background: #fff;
	}

	.pdmh_features_container .list {
		display: none;
		padding: 15px 0;
	}

	.pdmh_features_container .list.active,
	.pdmh_features .mobile-click,
	.pdmh_features .pdmh_features_container {
		display: block;
	}

	.pdmh_features .mobile-click {
		background-color: #F6EFDA;
		position: relative;
		margin-bottom: 25px;
		padding-right: 40px;
		font-size: 17px;
		display: flex;
		align-items: center;

	}

	.pdmh_features .mobile-click:after {
		position: absolute;
		content: '';
		width: 24px;
		height: 24px;
		background-image: url(https://www.pdmhglobal.com/wp-content/uploads/2026/02/plus_sign.svg);
		right: 20px;
		background-repeat: no-repeat;
		background-size: 100%;
		transition: all 0.3s;
	}

	.pdmh_features .mobile-click.activelink:after {
		transform: rotate(45deg);
		transition: all 0.3s;
	}

	.pdmh_features .list.active {
		margin-top: -40px;
	}

	.pdmh_features .list.active .features_content_box {
		padding: 10px 15px 0;
		background-color: #f5efdb;
	}

	.pdmh_features_container.counter-svg .features_content_text h3 {
		display: none;
	}
}

@media (max-width: 560px) {
	.circle-icon {
		width: 15px;
		height: 15px;
	}

	.medical_speciality_slider .swiper-slide p {
		margin: 15px 0 0;
	}

	.career-card-header .icon img {
		min-width: 25px;
	}
}

@media (max-width: 420px) {
	.vis_mis_val_content.active {
		margin-top: 13vh !important;
	}

	.career-card-header h2 {
		float: left;
		width: 85%;
		font-size: 23px !important;
		line-height: 26px;
	}
}

@media (max-width: 350px) {

	.enquiry .cust-form .submtbtn .themebtn input,
	.themebtn {
		font-size: 14px;
		line-height: 20px;
		padding: 7px 30px;
		height: auto;
		width: auto;
	}

	.ftr-bottom p {
		font-size: 12px;
		font-weight: 400;
	}

	.counter-card .elementor-widget-counter {
		padding: 10px 0 10px 13px !important;
		margin: 0 0px;
	}

	body .counter-sec .counter-card {
		min-height: 139px !important;
		max-width: 130px !important;
		height: 154px !important;
		background-image: url(https://www.pdmhglobal.com/wp-content/uploads/2026/02/mobile_bg_image.png) !important;
		background-size: 188px 205px !important;
		background-position: center !important;
	}

	.counter-card .elementor-counter-number-wrapper {
		font-size: 22px !important;
		line-height: 40px !important;
	}

	.counter-card .elementor-widget-image img {
		width: 25px;
		height: 25px;
		top: 15px !important;
		right: 15px !important;
	}

}