/*!
File: home-style.css
Description: Custom styles for Home Page only.
Author: TxLabz
*/
* {
	font-family: Sofia Pro;
}

/* Desktop Menu Active State */
.et-menu .current-menu-item>a,
.et-menu .current_page_item>a {
	background-color: #000000 !important;
	color: #919191 !important;
}

.paaq-nav a.active-link li {
	color: #919191 !important;
}


.et-menu .current-menu-item>a img {
	filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(90%) contrast(90%);
}

.time-box {
	margin-bottom: 20px;
	padding: 10px 15px;
	display: inline-block;
	background-color: black;
	border-radius: 50px;
}

.time-box span {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #919191;
	font-size: 16px;
}

.time-box img {
	width: 25px;
}

.main-container {
	background-color: #F2F0EC;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.page-template-HomeV2 footer>div>div {
	background-color: #F2F0EC;
}

.see-news {
	display: flex;
	justify-content: center;
}

.inner-container {
	width: 1209px;
	margin-top: 48px;
	/* padding: 100px 70px; */
	background-color: #1e1e1e;
	border-radius: 80px;
	padding-top: 100px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
}

.main-section {
	display: flex;
	flex-direction: column;
	gap: 120px;
}

.news-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.news-text {
	flex: 1;
	max-width: 44%;
	padding-right: 50px;
	margin: 0 30px;
}

.time-box {
	/* background: #333;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px; */
	margin-bottom: 30px;
}

.news-text h2 {
	font-size: 32px;
	/* margin-bottom: 15px; */
	font-weight: 700;
	color: white;
}

.news-text p {
	font-size: 18px;
	line-height: 26px;
	color: #919191;
	margin-bottom: 40px;
	font-weight: 400;
}

.read-more-btn {
	background: linear-gradient(90deg, rgb(0, 181, 180) 0%, rgb(66, 147, 197) 100%);
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 40px;
	font-weight: bold;
	transition: 0.3s ease;
	width: 185px;
	display: flex;
	justify-content: center;
	border: 1px solid transparent;
	height: 60px;
	font-size: 16px;
	line-height: 26px;
	align-items: center;
}

.read-more-btn:hover {
	background:
		linear-gradient(#1d1d1d, #1d1d1d) padding-box,
		linear-gradient(90deg, rgb(0, 181, 180), rgb(66, 147, 197)) border-box;
	border: 1px solid transparent;
	border-radius: 30px;
	color: #00b5b4;
}

/* Right card */
.news-card {
	width: 50%;
	max-width: 460px;
}

.card-image img {
	border-radius: 40px;
	height: 438px;
	object-fit: cover;
}




/* News Latter */


.subscribe-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F2F0EC;
	padding: 40px 60px;
	border-radius: 40px;
	/* max-width: 1000px; */
	margin: 0px 40px;
	gap: 30px;
}

.text-section h2 {
	font-size: 50px;
	font-weight: 700;
	color: #000;
	/* margin-bottom: 10px; */
	line-height: 75px;
	margin: 0;
	padding: 0;
}

.text-section {
	width: 60%;
	margin-left: 20px;
}

.image-section {
	width: 40%;
}

.text-section h2 span {
	color: #a4a4a4;
	font-weight: 700;
}

.text-section p {
	color: #8e8e8e;
	font-size: 22px;
	margin-bottom: 25px;
	font-weight: 500;
	line-height: 33px;
}

.email-box {
	display: flex;
	background: #fff;
	border-radius: 60px;
	padding: 10px 10px 10px 20px;
	width: 100%;
	max-width: 97%;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); */
	border: 2px solid #ccc;
}

.email-box input[type="email"] {
	flex: 1;
	border: none;
	padding: 14px 18px;
	border-radius: 40px;
	outline: none;
	font-size: 16px;
	color: #333;
	border: unset !important;
}

.email-box input::placeholder {
	color: #a6a5a5;
}

.email-box button[type='submit'] {
	background: linear-gradient(90deg, #00b5b4, #4293c5);
	color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 40px;
	font-size: 16px;
	cursor: pointer;
	font-weight: 500;
	transition: 0.3s;
	width: 130px;
	height: 60px;
	font-weight: 400;
}

/* 
.email-box input[type='submit'] {
	background: linear-gradient(90deg, #00a3a3, #3679b0);
} */

.image-section img {
	width: 420px;
	height: 400px;
	display: block;
	object-fit: contain;
}

/* CSs For Slider */
.marquee-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 58px 0 90px 0;
}

.marquee-heading {
	margin: 0;
	text-align: center;
	font-size: 30px;
	padding-bottom: 64px;
	color: #919191;
	font-weight: 500;
}

.marquee-container::before,
.marquee-container::after {
	content: '';
	position: absolute;
	top: 0;
	width: 80px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.marquee-container::before {
	left: 0;
	background: linear-gradient(to right, #f8f8f8 0%, transparent 100%);
}

.marquee-container::after {
	right: 0;
	background: linear-gradient(to left, #f8f8f8 0%, transparent 100%);
}

.marquee-track {
	display: flex;
	width: max-content;
	animation: scroll 40s linear infinite;
}

.marquee-track a {
	display: inline-block;
	margin: 0 32px;
}

.marquee-track img {
	height: 120px;
	width: auto;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/*CSs For Slider  */

/*============================ POP UP Styling Start ==========================*/
.paaq-modal {
	padding-top: 10vh;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	overflow: scroll;
}

.popup-scan {
	color: #919191;
	font-size: 20px;
}

.paaq-modal-content-v2 {
	background: black;
	color: #fff;
	width: 1209px;
	padding: 59px 72px 0;
	border-radius: 60px;
	position: relative;
	margin-bottom: 92px;
}

.paaq-modal-content-v2::-webkit-scrollbar {
	display: none;
}

/* Close icon */
.paaq-close {
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 28px;
	cursor: pointer;
	color: #ccc;
}

.paaq-close img {
	width: 42px;
}

.paaq-modal-content-v2 p:empty {
	display: none;
}

.paaq-popup-inner-v2 {
	background-color: #252525;
	border-top-left-radius: 56px;
	border-top-right-radius: 56px;
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin: 0px;
}

.paaq-popup-top-v2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 24px;
}

.paaq-popup-top-v2 h1 {
	font-size: 60px;
	font-weight: 600;
	line-height: 90px;
	color: #919191;
	text-align: center;
}

.paaq-popup-top-v2 .popup-heading {
	color: #fff !important;
}

.paaq-popup-top-v2 p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #919191;
	text-align: center;
	margin: 0px;
}

.popup-content {
	display: flex;
	justify-content: space-between;
	padding: 0 24px;
}

.popup-content .left {
	width: 240px !important;
	background-color: #121212;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.left img {
	width: 185px;
}

.left ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.popup-content .left ul {
	margin: 0px;
}

.popup-content .left ul li {
	list-style-type: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #919191;
}

.left span.popup-text {
	color: #d9dede;
}

.popup-content .left p {
	display: none;
}

.popup-image {
	width: 440px;
}

.popup-content .right {
	width: calc(100% - 290px);
}

@media (min-width: 1450px) {
	.popup-content .left {
		width: 304px !important;
	}

	.left img {
		width: 245px;
	}
}

.right-images {
	display: flex;
	justify-content: end;
	position: relative;
}

.app_icon {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-right: 20px;
}

.right-images br {
	display: none;
}

#paaq-close-btn {
	background-color: #fff;
	width: 290px;
	height: 84px;
	border-radius: 200px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0px;
}

#paaq-popup>div>div>p {
	display: none;
}

#paaq-popup>div>p:nth-child(4) {
	display: none;
}

/* Media Queries */
@media (min-width: 1025px) and (max-width: 1200px) {
	.paaq-modal {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 99999;
		display: flex;
		flex-direction: column;
		align-items: center;
		background: rgba(0, 0, 0, 0.7);
	}

	/* .paaq-modal-content-v2 {
		/* background: #f1f0ec; 
		color: #fff;
		width: 90%;
		height: 50vh;
		margin: 50px auto;
		padding: 0px 72px;
		padding-top: 20px;
		border-radius: 40px;
		position: relative;
		overflow: scroll;
		overflow: hidden;
	} */

	.paaq-popup-inner-v2 {
		background-color: #252525;
		border-top-left-radius: 56px;
		border-top-right-radius: 56px;
		display: flex;
		flex-direction: column;
		gap: 40px;
		margin: 0px;
		height: 400px;
		padding-top: 20px;
	}

	.paaq-popup-top-v2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
	}

	.popup-btns {
		display: block !important;
		margin-top: 30px;
	}

	.popup-btn-mob {
		width: 172px !important;
	}

	.popup-content {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.header-left .et_pb_image_wrap img {
		height: 57px;
		width: auto;
	}

	.last-paragraph {
		padding-bottom: 80px !important;
	}

	.custom-pagination ul {
		padding: 20px !important;
	}

	.header-inner {
		padding: 0px !important;
	}

	/* .paaq-modal-content-v2 {
		background: #f1f0ec;
		color: #fff;
		width: 84%;
		margin: 50px auto;
		padding: 0px 72px;
		padding-top: 20px;
		border-radius: 40px;
		position: relative;
		overflow: hidden;
	} */

	.paaq-popup-inner-v2 {
		background-color: #252525;
		border-top-left-radius: 56px;
		border-top-right-radius: 56px;
		display: flex;
		flex-direction: column;
		gap: 40px;
		margin: 0px;
		padding-top: 20px;
	}

	.paaq-popup-top-v2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
		flex-wrap: wrap;
		padding: 10px;
	}

	.paaq-popup-top-v2 p {
		display: none;
	}

	.popup-btns {
		display: block !important;
		/* margin-top: 10px; */
	}

	.popup-btn-mob {
		width: 172px !important;
	}

	.paaq-popup-top-v2 h1 {
		font-size: 40px;
		line-height: 60px;
		font-weight: 700;
	}

	#paaq-close-btn {
		width: 200px !important;
		height: 70px !important;
	}

	.popup-content {
		display: none;
	}

	/* CSS For Header  */
	.header-center {
		display: none;
	}

	.header-right-icon {
		display: block !important;
		margin: 0 !important;
	}

	.header-right {
		width: 88% !important;
		justify-content: end;
		z-index: 0;
	}

	/*   .open-custom-menu .header-inner {
    padding-left: 0 !important;
} */
}

@media (max-width: 767px) {
	.paaq-popup-top-v2 h1 {
		font-size: 30px !important;
	}

	.subscribe-container {
		padding: 20px !important;
	}

	.popup-btns {
		display: block !important;
		margin-top: 10px;
	}

	.popup-btn-mob {
		width: 172px !important;
	}

	.paaq-popup-top-v2 h1 {
		font-size: 24px;
		line-height: 36px;
		font-weight: 700;
	}

	.paaq-close {
		position: absolute;
		right: 15px;
		top: 15px;
		font-size: 28px;
		cursor: pointer;
		color: #ccc;
	}

	.popup-content {
		display: none;
	}

	#paaq-close-btn {
		width: 180px !important;
		height: 60px !important;
	}

	.header-left {
		width: 40% !important;
	}

	.header-right {
		width: 55% !important;
		justify-content: end;
	}

	.header-inner {
		padding: 0 !important;
	}

	/* 
	.paaq-modal-content-v2 {
		background: #f1f0ec;
		color: #fff;
		width: 90%;
		/* margin: 50px auto; 
		padding: 0px;
		padding-top: 20px;
		border-radius: 40px;
		position: relative;
		overflow: scroll;
		overflow: hidden;
	} */

	.paaq-popup-inner-v2 {
		background-color: #252525;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		display: flex;
		flex-direction: column;
		gap: 40px;
		margin: 0px;
		padding: 20px 0;
	}

	.paaq-popup-top-v2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
		flex-wrap: wrap;
		padding: 10px;
	}

	.paaq-popup-top-v2 p {
		display: none;
	}

	.paaq-close img {
		width: 24px;
	}

	.header-left .et_pb_image_wrap img {
		height: 50px;
		width: auto;
	}

	.nav-active-paaq ul {
		max-width: 100%;
		padding: 16px;
	}

	.nav-active-paaq ul li {
		height: 50px;
		margin: 12px 0px;
	}

	.nav-active-paaq ul a {
		font-size: 16px;
	}

	.nav-wrapper .nav-header {
		padding: 12px 16px;
	}

	.header-left span {
		margin: 15px !important;
	}

	.open-custom-menu .header-inner {
		padding-left: 0 !important;
	}

	.et_pb_section_0_tb_footer.et_pb_section {
		padding-top: 100px;
		padding-bottom: 0px;
		margin-top: 0px;
	}
}

/*============================ POP UP Styling End ==========================*/


/* Media Querry */

@media (min-width: 1536px) {

	.inner-container,
	.paaq-modal-content-v2 {
		width: 1440px;
	}
}

@media (min-width: 1536px) and (max-width: 1636px) {

	.inner-container,
	.paaq-modal-content-v2 {
		width: 85%;
	}
}

@media (max-width: 1024px) {
	.inner-container {
		width: 95%;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 70px;
	}

	.news-text {
		padding: 0;
		margin: 0;
	}

	.text-section br {
		display: none;
	}

	.subscribe-container {
		margin: 0;
	}

	.text-section h2 {
		font-size: 46px;
	}

	.paaq-modal-content-v2 {
		width: 95%;

	}

	.paaq-popup-top-v2 h1 {
		font-size: 60px;
	}

	.paaq-popup-top-v2 .popup-scan {
		padding-bottom: 48px;
	}

	.paaq-popup-top-v2 .popup-btns {
		display: flex !important;
		flex-direction: column;
		gap: 16px;
	}

	.paaq-popup-top-v2 {
		padding-bottom: 24px;
	}
}

@media (max-width: 768px) {
	.text-section h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.inner-container {
		width: 95%;
		border-radius: 40px;
	}

	.text-section br {
		display: none;
	}

	.image-section {
		display: none;
	}

	.text-section {
		width: 100%;
		margin: 0;
	}

	.paaq-popup-top-v2 h1 {
		font-size: 40px;
	}

	.paaq-popup-top-v2 .popup-scan {
		display: none;
	}

	.paaq-modal-content-v2 {
		border-radius: 40px;
		padding-top: 24px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.paaq-popup-inner-v2 {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
}





@media (max-width: 768px) {
	.news-container {
		flex-direction: column;
		width: 100%;
	}

	.news-text,
	.news-card {
		max-width: 100%;
	}

	/* Reorder the elements */
	.news-text {
		order: 1;
		/* This will contain h2, p, button */
		/* display: flex;
		flex-direction: column; */
	}

	.news-card {
		order: 2;
		/* This will be the image */
		/* margin: 15px 0; */
	}

	/* Specific ordering inside news-text */
	.news-text h2 {
		order: 1;
	}

	.news-text p {
		order: 2;
	}

	.read-more-btn {
		order: 3;
	}

	/* Move the image between h2 and p */
	.news-text h2 {
		order: 1;
	}

	.news-card {
		order: 2;
	}

	.news-text p {
		order: 3;
	}

	.read-more-btn {
		order: 4;
	}
}

/* Hide mobile image on desktop */
.mobile-image {
	display: none;
}

@media (max-width: 768px) {
	.desktop-image {
		display: none;
	}

	.mobile-image {
		display: block;
		order: 2;
		/* Between h2 (order:1) and p (order:3) */
		margin: 15px 0;
	}

	.news-content {
		display: flex;
		flex-direction: column;
	}

	/* h2 { order: 1; } */
	.mobile-image {
		order: 2;
	}

	/* p { order: 3; } */
	.read-more-btn {
		order: 4;
	}
}

@media (max-width: 767px) {
	.email-box {
		flex-direction: column;
		background: unset;
		border: unset;
		gap: 10px;
	}

	.email-box input[type="email"] {
		border: 2px solid #ccc !important;
	}

	.email-box button[type='submit'] {
		width: 100%;
		height: 49px;
	}

	.main-section {
		gap: 40px;
	}
}

/* CSS For Archive Page  */
#pt-cv-view-020da56bhf .pt-cv-thumbnail:not(.pt-cv-thumbnailsm) {
	height: 350px;
	border-radius: 40px;
}

.et_pb_section_4_tb_body {
	display: none !important;
}

/* CSS for emial */

.notify {
	position: fixed;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	color: #333;
	padding: 10px 20px;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: sans-serif;
	font-size: 14px;
	transition: top 0.3s ease;
	z-index: 9999;
}

.notify.show {
	top: 20px;
}

.notify.success {
	border-left: 4px solid #4caf50;
}

.notify.error {
	border-left: 4px solid #f44336;
}



/* header and footer */

/* * {
	font-family: 'Sofia Pro', sans-serif !important;
} */
.company a:hover {
	background-image: linear-gradient(102deg, #00B5B4 18%, #4293C5 78%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.et-l--header {
	position: sticky;
	top: 0;
	z-index: 99;
}

.popmake-close {
	display: none !important;
}

.header-left .et_pb_image_wrap img {
	height: 90px;
	width: 60px;
	object-fit: contain;
}

.header-left {
	width: 10% !important;
	margin-right: 20px !important;
	margin-bottom: 0px !important;
}

.header-right {
	width: 15% !important;
	justify-content: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	z-index: unset !important;
}

.header-right-icon {
	background-color: black;
	border-radius: 10px;
	padding: 8px;
	padding-bottom: 0px !important;
	margin: 0 !important;
}

.header-center {
	width: 70% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px !important;
}

.header-container .header-center a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px !important;
	line-height: 18px !important;
	font-weight: 500 !important;
	gap: 8px;
	padding: 8px 16px;
	background-color: #fff;
	width: 160px;
	height: 60px;
	border-radius: 999px;
	color: black;
}

.header-container {
	padding: 0px !important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* .header-container .header-center li:nth-child(4) a {
  background-color: black;
  color: #919191;
}
.header-container .header-center li:nth-child(4) a img {
  filter: invert(57%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%)
    contrast(90%);
} */
.et-menu a:hover {
	opacity: unset !important;
}

@media (min-width: 1536px) {
	.header-container .header-inner {
		width: 1172px;
		max-width: unset;
		display: flex;
		padding: 0 !important;
	}
}

@media (max-width: 1535px) {
	.header-container .header-inner {
		width: 100%;
		display: flex;
		padding: 0px !important;
	}

	.header-left .et_pb_image_wrap img {
		height: 60px;
		width: 60px;
		object-fit: contain;
	}
}

/*=============== Header Styling start ================================*/
/* .open-custom-menu .header-container {
  padding: 15px 0 !important;
} */
.nav-wrapper {
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: #f2f1ed;
	z-index: 10;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	transform: translateX(-110%);
	transition: all ease-in-out 300ms;
}

.nav-wrapper .nav-header {
	background-color: #f7f7f7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 22px;
}

.nav-wrapper .nav-header img {
	width: 43px;
}

.nav-wrapper .nav-header .cross-x-paaq {
	background-color: #fff;
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	cursor: pointer;
}

.nav-active-paaq {
	padding: 16px 16px;
}

.nav-active-paaq ul {
	background-color: #fbfbfb;
	max-width: 450px;
	width: 100%;
	border-radius: 24px;
	padding: 24px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0px;
}

.nav-active-paaq ul li {
	background-color: #ffffff;
	height: 60px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 16px 0px;
	gap: 10px;
	border: 1px solid #d9dede;
	width: 85%;
}

.nav-active-paaq ul a {
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	color: #5f6064;
	display: flex;
	justify-content: center;
}

.nav-active-paaq ul li.donwload-btn-paaq {
	background-image: linear-gradient(to left, #4293c5, #00b5b4);
}

.nav-active-paaq a li.donwload-btn-paaq {
	color: #fff;
}

.nav-active-paaq ul a li.donwload-btn-paaq img {
	filter: invert(1);
}

.mobile-home img {
	filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(600%) hue-rotate(130deg) brightness(95%) contrast(95%);
}

.mobile-home li {
	/* background-color: black !important; */
	color: #00b5b4;
}

.open-custom-menu .nav-wrapper {
	transform: translateX(0);
}

/* Media Queries */
@media (max-width: 767px) {

	.card-1,
	.card-2 {
		width: 214px !important;
	}

	.paaq-modal-content {
		width: 88% !important;
		padding: 40px 30px 0 !important;
	}

	#paaq-close-btn {
		font-size: 22px !important;
	}

	.card-image img {
		height: auto;
	}




	/* .et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header {
        padding: 8px 16px 8px 33px !important;
    } */

}

@media (min-width: 1025px) {

	.header-right-icon,
	.header-mobile {
		display: none;
	}

	.header-container {
		padding: 24px 0 !important;
	}
}

/*============================ POP UP Styling Start ==========================*/
.paaq-modal {
	padding-top: 10vh;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	overflow: scroll;
}

.paaq-modal-content {
	background: #f1f0ec;
	color: #fff;
	width: 84%;
	margin: 50px auto;
	padding: 59px 72px 0;
	border-radius: 60px;
	position: relative;
	margin-top: 0;
}

.paaq-modal-content::-webkit-scrollbar {
	display: none;
}

/* Close icon */
.paaq-close {
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 28px;
	cursor: pointer;
	color: #ccc;
}

.paaq-close img {
	width: 42px;
}

.paaq-modal-content p:empty {
	display: none;
}

.paaq-popup-inner {
	background-color: #252525;
	border-top-left-radius: 56px;
	border-top-right-radius: 56px;
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin: 0px;
}

.paaq-popup-top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 24px;
}

.paaq-popup-top h1 {
	font-size: 60px;
	font-weight: 600;
	line-height: 90px;
	color: #919191;
	text-align: center;
}

.paaq-popup-top .popup-heading {
	color: #fff !important;
}

.paaq-popup-top p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #919191;
	text-align: center;
	margin: 0px;
}

.popup-content {
	display: flex;
	justify-content: space-between;
	padding: 0 24px;
}

.popup-content .left {
	width: 240px !important;
	background-color: #121212;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.left img {
	width: 185px;
}

.left ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.popup-content .left ul {
	margin: 0px;
}

.popup-content .left ul li {
	list-style-type: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #919191;
}

.left span.popup-text {
	color: #d9dede;
}

.popup-content .left p {
	display: none;
}

.popup-image {
	width: 440px;
}

.popup-content .right {
	width: calc(100% - 290px);
}

@media (min-width: 1450px) {
	.popup-content .left {
		width: 304px !important;
	}

	.left img {
		width: 245px;
	}
}

.right-images {
	display: flex;
	justify-content: end;
	position: relative;
}

.app_icon {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-right: 20px;
}

.right-images br {
	display: none;
}

#paaq-close-btn {
	background-color: #fff;
	width: 290px;
	height: 84px;
	border-radius: 200px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0px;
}

#paaq-popup>div>div>p {
	display: none;
}

#paaq-popup>div>p:nth-child(4) {
	display: none;
}

/* Media Queries */
@media (min-width: 1025px) and (max-width: 1200px) {
	.paaq-modal {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 99999;
		display: flex;
		flex-direction: column;
		align-items: center;
		background: rgba(0, 0, 0, 0.7);
	}

	.paaq-modal-content {
		background: #f1f0ec;
		color: #fff;
		width: 90%;
		height: 50vh;
		margin: 50px auto;
		padding: 0px 72px;
		padding-top: 20px;
		border-radius: 40px;
		position: relative;
		overflow: scroll;
		overflow: hidden;
	}

	.paaq-popup-inner {
		background-color: #252525;
		border-top-left-radius: 56px;
		border-top-right-radius: 56px;
		display: flex;
		flex-direction: column;
		gap: 40px;
		margin: 0px;
		height: 400px;
		padding-top: 20px;
	}

	.paaq-popup-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
	}

	.popup-btns {
		display: block !important;
		margin-top: 30px;
	}

	.popup-btn-mob {
		width: 172px !important;
	}

	.popup-content {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.header-left .et_pb_image_wrap img {
		height: 57px;
		width: auto;
	}

	/* .et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header {
        padding: 8px 16px 8px 33px !important;
    } */

	.header-inner {
		padding: 0px !important;
	}

	.paaq-modal-content {
		background: #f1f0ec;
		color: #fff;
		width: 84%;
		margin: 50px auto;
		padding: 0px 72px;
		padding-top: 20px;
		border-radius: 40px;
		position: relative;
		overflow: hidden;
	}

	.paaq-popup-inner {
		background-color: #252525;
		border-top-left-radius: 56px;
		border-top-right-radius: 56px;
		display: flex;
		flex-direction: column;
		gap: 40px;
		margin: 0px;
		padding-top: 20px;
	}

	.paaq-popup-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
		flex-wrap: wrap;
		padding: 10px;
	}

	.paaq-popup-top p {
		display: none;
	}

	.popup-btns {
		display: block !important;
		/* margin-top: 10px; */
	}

	.popup-btn-mob {
		width: 172px !important;
	}

	.paaq-popup-top h1 {
		font-size: 40px;
		line-height: 60px;
		font-weight: 700;
	}

	#paaq-close-btn {
		width: 200px !important;
		height: 70px !important;
	}

	.popup-content {
		display: none;
	}

	/* CSS For Header  */
	.header-center {
		display: none;
	}

	.header-right-icon {
		display: block !important;
		margin: 0 !important;
	}

	.header-right {
		width: 88% !important;
		justify-content: end;
		z-index: 0;
	}

	/*   .open-custom-menu .header-inner {
    padding-left: 0 !important;
} */
}

@media (max-width: 767px) {

	.popup-btns {
		display: block !important;
		margin-top: 10px;
	}

	.popup-btn-mob {
		width: 172px !important;
	}

	.paaq-popup-top h1 {
		font-size: 24px;
		line-height: 36px;
		font-weight: 700;
	}

	.paaq-close {
		position: absolute;
		right: 15px;
		top: 15px;
		font-size: 28px;
		cursor: pointer;
		color: #ccc;
	}

	.popup-content {
		display: none;
	}

	#paaq-close-btn {
		width: 180px !important;
		height: 60px !important;
	}

	.header-left {
		width: 40% !important;
	}

	.header-right {
		width: 55% !important;
		justify-content: end;
	}

	.header-inner {
		padding: 0 !important;
	}

	.paaq-modal-content {
		background: #f1f0ec;
		color: #fff;
		width: 90%;
		/* margin: 50px auto; */
		padding: 0px;
		padding-top: 20px;
		border-radius: 40px;
		position: relative;
		overflow: scroll;
		overflow: hidden;
	}

	.paaq-popup-inner {
		background-color: #252525;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		display: flex;
		flex-direction: column;
		gap: 40px;
		margin: 0px;
		padding: 20px 0;
	}

	.paaq-popup-top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
		flex-wrap: wrap;
		padding: 10px;
	}

	.paaq-popup-top p {
		display: none;
	}

	.paaq-close img {
		width: 24px;
	}

	.header-left .et_pb_image_wrap img {
		height: 50px;
		width: auto;
	}

	.nav-active-paaq ul {
		max-width: 100%;
		padding: 16px;
	}

	.nav-active-paaq ul li {
		height: 50px;
		margin: 12px 0px;
	}

	.nav-active-paaq ul a {
		font-size: 16px;
	}

	.nav-wrapper .nav-header {
		padding: 12px 16px;
	}

	.header-left span {
		margin: 15px !important;
	}

	.open-custom-menu .header-inner {
		padding-left: 0 !important;
	}

	.et_pb_section_0_tb_footer.et_pb_section {
		padding-top: 100px;
		padding-bottom: 0px;
		margin-top: 0px;
	}

	.custom-pagination ul {
		width: 100% !important;
	}
}

/*============================ POP UP Styling End ==========================*/
@media (min-width: 1024px) and (max-width: 1024px) {
	.paaq-modal-content {
		padding-top: 60px;
	}

	.paaq-popup-top p {
		display: block !important;
	}
}

/* footer  */
.Footer-container,
.footer-inner {
	padding-bottom: 0px !important;
}

.footer-container-2 {
	padding-top: 0px !important;
}

.Footer-container .footer-inner {
	display: flex;
}

.Footer-container .footer-left {
	width: 20% !important;
	z-index: 99;
}

.Footer-container .footer-right {
	width: 80% !important;
}

.et_pb_image_0_tb_footer .et_pb_image_wrap {
	overflow: unset !important;
}

.Footer-container .footer-inner,
.footer-container-2 .footer-inner-2 {
	max-width: 1209px !important;
	width: unset;
}

.Footer-container .footer-left img {
	max-width: 505px;
	position: absolute;
	top: -200px;
}

@media (min-width: 1550px) {

	.Footer-container .footer-inner,
	.footer-container-2 .footer-inner-2 {
		max-width: 1440px !important;
	}

	.Footer-container .footer-left img {
		max-width: 583px;
	}

	.Footer-container .footer-left img {
		position: absolute;
		top: -275px;
	}
}

.footer-inner-2 .footer_inner_1 {
	width: 15%;
}

.footer-inner-2 .footer_inner_2 {
	width: 20%;
}

.footer-inner-2 .footer_inner_3 {
	width: 23%;
}

.footer-inner-2 .footer_inner_4 {
	width: 23%;
}

.footer-last .footer-last-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 30px;
	padding-top: 0 !important;
}

.footer-last-1 {
	width: 100% !important;
	margin-right: 0 !important;
	/* justify-content:center; */
	/* display: flex; */
	/* text-align: center; */
}

.footer-last-2 {
	width: 50% !important;
	margin-right: 0 !important;
	background-image: unset !important;
}

.footer-last-3 {
	width: 50% !important;
}

.et_pb_column_7_tb_footer {
	background-image: unset !important;
}

@media (max-width: 1024px) {

	.Footer-container,
	.footer-container-2 {
		display: none;
	}

	.accordion-content-footer ul {
		padding: 0 !important;
	}

	.footer-top .footer-top-inner {
		width: 90%;
	}

	.header-left span {
		margin: 24px 0 24px 24px;
	}

	.header-right {
		padding-right: 20px;
	}

	.et_pb_button_0_tb_header_wrapper .header-btn {
		padding: 13px 30px 13px 45px;
	}
}

@media (min-width: 1300px) {
	.et_pb_section_0_tb_footer.et_pb_section {
		margin-top: 0px;
		padding-top: 50px;
	}
}

.card-1 p:nth-child(2) {
	padding-bottom: 16px !important;
}


/* header button  */

/* === Default wrapper background === */
.et_pb_button_0_tb_header_wrapper {
	background: linear-gradient(90deg, #00B5B4 0%, #4293C5 100%) !important;
	border-radius: 40px !important;
	display: inline-block !important;
	/* padding: 14px 32px !important; */
}

/* === Button base style === */

/* .et_pb_button_0_tb_header_wrapper .header-btn {
    
} */

.et_pb_button_0_tb_header_wrapper .header-btn {
	font-size: 16px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	color: #ffffff !important;
	background: none !important;
	-webkit-text-fill-color: #ffffff !important;
	-webkit-background-clip: border-box !important;
	/* padding: 15px 35px 15px 50px !important; */
}

/* === Icon base style === */
.et_pb_button_0_tb_header_wrapper .header-btn .icon {
	font-size: 22px !important;
	color: #ffffff !important;
}

/* === Hover: change wrapper background to black === */
.et_pb_button_0_tb_header_wrapper:hover {
	background: black !important;
}

/* === Hover: gradient fill on text === */
.et_pb_button_0_tb_header_wrapper:hover .header-btn {
	color: transparent !important;
	background-image: linear-gradient(102deg, #00B5B4 18%, #4293C5 78%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

/* === Hover: gradient fill on icon === */
.et_pb_button_0_tb_header_wrapper:hover .header-btn .icon {
	color: transparent !important;
	background-image: linear-gradient(102deg, #00B5B4 18%, #4293C5 78%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

/* Apply gradient on :before when button is hovered */
body #page-container .et_pb_section .et_pb_button_0_tb_header_wrapper:hover .et_pb_button_0_tb_header:before,
body .pum-container .et_pb_section .et_pb_button_0_tb_header_wrapper:hover .et_pb_button_0_tb_header:before {
	background-image: linear-gradient(102deg, #00B5B4 18%, #4293C5 78%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	color: transparent !important;
	content: attr(data-icon) !important;
	/* If needed */
}


/* home page pagnation */

/* Pagination Container */
.custom-pagination {
	display: flex;
	justify-content: center;
	/* margin: 40px 0; */
}

.custom-pagination ul {
	display: flex;
	align-items: center;
	background: #000;
	padding: 28px 35px;
	border-radius: 100px;
	list-style: none;
	gap: 30px;
	width: 100%;
	max-width: 670px;
	justify-content: space-between;
}

/* Pagination Items */
.custom-pagination ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
}

/* Numbers */
.custom-pagination ul li a,
.custom-pagination ul li span {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
}

/* Active Number */
.custom-pagination ul li span.current {
	background: rgba(0, 181, 180, 1);
	/* teal color */
	color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

/* Prev / Next Arrows */
.custom-pagination ul li a.prev,
.custom-pagination ul li a.next {
	background: rgba(30, 30, 30, 1);
	border-radius: 50%;
	width: 60px !important;
	height: 60px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	transition: background 0.3s;
}

.custom-pagination ul li a.prev:hover,
.custom-pagination ul li a.next:hover {
	background: #444;
}

.custom-pagination li:has(.prev),
.custom-pagination li:has(.next) {
	width: unset;
	height: unset;
}

.custom-pagination ul li .disabled {
	/* color: #ccc; */
	/* pointer-events: none; */
	/* cursor: not-allowed; */
	background: rgba(30, 30, 30, 1);
	border-radius: 50px;
	opacity: 0.5;
}

@media (max-width: 500px) {

	/* by default sab numbers hide */
	.custom-pagination ul li {
		display: none;
		height: 45px !important;
		width: 45px !important;
	}

	.custom-pagination ul {
		gap: 10px;
		padding: 15px;
	}

	/* prev aur next arrows hamesha visible */
	.custom-pagination ul li:has(.prev),
	.custom-pagination ul li:has(.next) {
		display: inline-block;
	}

	/* current page visible */
	.custom-pagination ul li:has(.current) {
		display: inline-block;
	}

	.custom-pagination ul li:has(.current)+li {
		display: inline-block;
	}

	/* .custom-pagination ul li a.prev,
	.custom-pagination ul li a.next,
	.custom-pagination ul li span.current,
	.custom-pagination ul li a,
	.custom-pagination ul li span {
		height: 45px !important;
		width: 45px !important;
	} */

	.custom-pagination ul li a,
	.custom-pagination ul li span,
	.custom-pagination ul li span.current,
	.custom-pagination ul li a.prev,
	.custom-pagination ul li a.next {
		height: 100% !important;
		width: 100% !important;
	}

	/* .custom-pagination ul li span.current{
			padding-top: 5px;
	} */

}