/* ------- Elementor Pop up video close button --------- */
.dialog-type-lightbox.elementor-lightbox{
	background-color: rgba(0, 0, 0, .9) !important;
}
.elementor-lightbox .dialog-lightbox-close-button{
	color: rgba(238, 238, 238, 0.9) !important;
	font-size: 40px !important;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.elementor-lightbox .dialog-lightbox-close-button:hover{
	text-decoration: none !important;
	transform: scale(1.1);
}

@media only screen and (max-width: 1350px) {	
	.elementor-lightbox .dialog-lightbox-close-button {
		font-size: 30px !important;
		right: 5px !important;
		margin-top: 5px !important;
	}
}


/*  Elementor popup video */  
	.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, 
	.elementor-lightbox .elementor-video-container .elementor-video-landscape video { border: none !important; }
	.elementor-lightbox .elementor-video-container{position: absolute;top: 50%;left: 50%; -webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform:translate(-50%, -50%); }


	.elementor-lightbox .elementor-video-container .elementor-video-square iframe, 
    .elementor-lightbox .elementor-video-container .elementor-video-square video, 
    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, 
    .elementor-lightbox .elementor-video-container .elementor-video-landscape video, 
    .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe, 
    .elementor-lightbox .elementor-video-container .elementor-video-portrait video { max-height: 90vh; aspect-ratio: 1.77777 / 1; }


	@media only screen and (min-width: 1600px) {	
	.elementor-video-container iframe{
		width: 1280px !important;
		height: 720px !important;
		max-width: unset !important;
		/*max-width: 80% !important;*/
		}
	}

	@media only screen and (min-width: 1024px) and (max-width: 1599px)	{
	.elementor-video-container iframe{
		width: 960px !important;
		height: 540px !important;
		max-width: unset !important;
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 1023px)	{
	.elementor-video-container iframe{
		width: 620px !important;
		height: 350px !important;
		max-width: unset !important;
		}
	}

	@media only screen and (min-width: 575px) and (max-width: 767px)	{
	.elementor-video-container iframe{
		width: 500px !important;
		height: 280px !important;
		max-width: unset !important;
		}
	}

	@media only screen and (max-width: 574px) {
		.elementor-lightbox .elementor-video-container{width: 100%;}
		.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, .elementor-lightbox .elementor-video-container .elementor-video-landscape video {
			width: calc(100% - 20px);
			min-height: 235px !important;
		}
	}


/*Start https://www.cloudapper.ai/ai-in-hr/ page slider css*/

.relationships-slide .swiper-pagination{
	padding:10px 0;
	max-width: 700px;
    left: 50% !important;
    transform: translateX(-50%);
	}
.relationships-slide .swiper-pagination-bullet{
	width:130px; 
	height:36px; 
	border-radius:4px; 
	background-color:transparent;
	background-size:cover; 
	}
.relationships-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
	filter: grayscale(0) !important;
	opacity: 1 !important;
	}
.relationships-slide .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: rgb(15, 114, 239);
	border-bottom: 2px solid rgb(15, 114, 239);
	animation: load 5s normal forwards;
	-webkit-animation: load 5s normal forwards;
	}
.relationships-slide .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active::before {
	bottom: -24px;
	}	
@keyframes load {
	0% { width: 0; }
	100% { width: 100%; }
	}
@-webkit-keyframes load { /* Safari specific */
	0% { width: 0; }
	100% { width: 100%; }
	}
.relationships-slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 20px;
	position: relative;
	}
.relationships-slide .swiper-pagination-bullet:first-child {
	background-image: url(https://www.cloudapper.ai/wp-content/uploads/2023/07/Providence-Health.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.6;
	filter: grayscale(100%);
	}	
.relationships-slide .swiper-pagination-bullet:nth-child(2) {
	background-image: url(https://www.cloudapper.ai/wp-content/uploads/2023/07/Prime-Communication.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.6;
	height:30px;
	filter: grayscale(100%);
	margin-left:0 !important;
	margin-bottom: 6px !important;
	}
.relationships-slide .swiper-pagination-bullet:nth-child(3) {
	background-image: url(https://www.cloudapper.ai/wp-content/uploads/2023/07/City-National-Bank.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.6;
	filter: grayscale(100%);
	}
.relationships-slide .swiper-pagination-bullet:nth-child(4) {
	background-image: url(https://www.cloudapper.ai/wp-content/uploads/2023/07/Applegreen.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.6;
	filter: grayscale(100%);
	}
.relationships-slide .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: -50px;
	}
.relationships-slide .swiper-slide .industry {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 12px 0px;
	cursor: pointer;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	padding: 16px;
	z-index: 2;
	opacity: 0.4;
	}
.relationships-slide .swiper-slide.swiper-slide-next .industry{
	opacity: 1 !important;
	}
.relationships-slide .logo-content {
	margin-right: 16px;
	}
.relationships-slide .text-content{
	text-align: left;
	font-style: normal;
	}
.relationships-slide .img-wraper img {
    width: 100%;
    aspect-ratio: 10 / 4;
    object-fit: contain;
	}
.relationships-slide .heading {
	font-size: 13px;
	line-height: 26px;
	display: block;
	font-weight: 400;
	color: rgb(84, 82, 85);
	}
.relationships-slide .company {
	font-size: 16px;
	line-height: 1.3;
	display: block;
	font-weight: 500;
	}
.relationships-slide .divider {
	width: 150px;
	margin: 6px 0px;
	height: 1px;
	border: 1px solid rgb(230, 230, 231);
	}
.relationships-slide .swiper-pagination{
	border-bottom: 1px solid rgb(178, 180, 184);
	}
.relationships-slide .elementor-swiper-button.elementor-swiper-button-prev{
	display: none;
	}
.relationships-slide .elementor-swiper-button.elementor-swiper-button-next{
	display: none;
	}
.relationships-slide .swiper-slide.swiper-slide-next .company{
	color:#000;
	opacity:1;
	}

@media only screen and (min-width: 1024px) {
.relationships-slide .img-wraper {
	/*background: rgb(18, 121, 253,.8);*/
	background: #cde3ffb3;
	border-radius: 8px;
	width: 136px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 6px;
	}
}
	
	
@media screen and (min-width: 1025px) and (max-width: 1200px) {
.relationships-slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
	}
.elementor-widget-testimonial-carousel .swiper-slide {
	padding-left: 10px;
	padding-right: 10px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
.relationships-slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;}	
.elementor-widget-testimonial-carousel .swiper-slide {padding: 5px;}
.key-relation{padding-bottom:80px !important;}
.relationships-slide .divider {width: 120px;}
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
.relationships-slide .swiper-slide.swiper-slide-next .industry{
	opacity: 1 !important;
	}
.relationships-slide .swiper-pagination-bullet{
	display:none;
	}
}

@media only screen and (max-width: 1023px) {
.relationships-slide .industry {
    flex-direction: column !important;
    gap: 10px;
    flex-wrap: wrap;
    align-items: stretch !important;
	}
.relationships-slide .company{
	color:#000;
	}	
.relationships-slide .logo-content {
	margin-right: 0;
	}
.relationships-slide .text-content {
	text-align: center;
	}
.relationships-slide .divider {
	width: 100%;
	}	
.relationships-slide .img-wraper {
	/*background: rgb(18, 121, 253,.8);*/
	background: #cde3ffb3;
	border-radius: 8px;
    padding-top: 36px;
    padding-bottom: 36px;
}	
.relationships-slide .img-wraper img {
	width: 140px;
	height: auto;
	}
.relationships-slide .swiper-slide.swiper-slide-next .industry{
	opacity: 0.4;
	}
.relationships-slide .swiper-slide.swiper-slide-active .industry{
	opacity: 1;
	}
.relationships-slide .swiper-pagination {
	display: none;
	}
.relationships-slide .elementor-swiper-button.elementor-swiper-button-prev{
	display: inline-flex;
	}
.relationships-slide .elementor-swiper-button.elementor-swiper-button-next{
	display: inline-flex;
	}
}

/*End https://www.cloudapper.ai/ai-in-hr/ page slider css*/




/* add_iframe_desktop_only_css */
.desktop-only-iframe { 
	display: block; 
	margin: 1.5rem 0 0; 
	position: relative;
	min-height: 650px;
}
.desktop-only-iframe iframe, 
.iframe-placeholder, 
.iframe-placeholder-image { 
	width: 100% !important; 
	height: 650px !important; 
	border: 0 !important; 
	min-width: 800px !important;
}

/* Responsive styles */
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.desktop-only-iframe iframe, 
	.iframe-placeholder, 
	.iframe-placeholder-image {
		min-width: unset !important; 
		height: 650px !important;
		width: 100% !important;
	}
	.desktop-only-iframe { min-height: 650px; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.desktop-only-iframe iframe, 
	.iframe-placeholder, 
	.iframe-placeholder-image {
		min-width: unset !important; 
		height: 560px !important;
		width: 100% !important;
	}
	.desktop-only-iframe { min-height: 560px; }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	.desktop-only-iframe iframe, 
	.iframe-placeholder, 
	.iframe-placeholder-image {
		min-width: unset !important; 
		height: 460px !important;
		width: 100% !important;
	}
	.desktop-only-iframe { min-height: 460px; }
}
@media screen and (max-width: 480px) {
	.desktop-only-iframe iframe, 
	.iframe-placeholder, 
	.iframe-placeholder-image {
		min-width: unset !important; 
		height: 360px !important;
		width: 100% !important;
	}
	.desktop-only-iframe { min-height: 360px; }
}

.iframe-placeholder {
	position: relative;
	background: #f5f5f5;
}


.ca-red-animate-btn-area{
	display: inline-block;
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	width: auto !important;
	pointer-events: none !important;
}
.ca-red-animate-btn-area .red-animate-btn-inner{
	position: relative;
	display: inline-block;	
}
.ca-red-animate-btn-area .red-animate-video-but .fa-play:before {
	content: "\f04b";
	color: #fff;
	font-size: 30px;
}
.ca-red-animate-btn-area .red-animate-video-but {
	height: 80px;
	width: 80px;
	line-height: 90px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	display: inline-block;
	background: #e8592a;
	text-decoration: none !important;
	z-index: 999;	
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.ca-red-animate-btn-area .waves {
	position: absolute;
	width:250px;
	height: 250px;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	right: 50%;
	bottom: 50%;
	margin-bottom: -125px;
	margin-right: -125px;
	z-index: -1;
	-webkit-animation: waves 5s ease-in-out infinite;
	animation: waves 5s ease-in-out infinite;
	}

.ca-red-animate-btn-area .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.ca-red-animate-btn-area .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.ca-red-animate-btn-area .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
} 

/* Show mega menu on hover for desktop */
#navbarToggleExternalContent {
	display: none;
}

/* When hovering the menu item, show the mega menu */
header:has(#menu-item-91969:hover) #navbarToggleExternalContent {
	display: block;
}

/* Optional: keep open when hovering mega menu itself */
header:has(.custom-mega-nav:hover) #navbarToggleExternalContent {
	display: block;
}

/* Show platform mega menu on hover for desktop */
.custom-mega-collapse-platform{
	display: none;
}
/* When hovering the menu item, show the mega menu */
header:has(#menu-item-134389:hover) .custom-mega-collapse-platform {
	display: block;
}

/* Optional: keep open when hovering mega menu itself */
header:has(.custom-platform-mega-nav:hover) .custom-mega-collapse-platform {
	display: block;
}














