/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


/* .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul{
	width:150px !important;
} */

.cm-img-wrapper img{
    aspect-ratio: 3 / 2;
    align-content: center;
	overflow:hidden;
}

@media (max-width: 767px) {
.cm-gallery-img .elementor-image-gallery .gallery-item{
	width:50%;
}
}
.page-id-3 .cm-footer,
.page-id-4033 .cm-footer,
.page-id-1488 .cm-footer{
	display:none;
}
@media (min-width: 576px) and (max-width: 767px){
	.cm-header-new:after{
	display:none !important;
}
}
button.cm-btn-close{
	position:absolute;
	top:0;
	right:0;
	border: none;
    font-size: 24px;
    color: #fff;
}
button.cm-btn-close:hover{
	background:#333333;
}

#cm-modal {
	background-color: rgba(0, 0, 0, 0.75);
}

#cm-modal .cm-video-wrapper {
	max-height: 90vh;
    aspect-ratio: 16 / 9;
    width: auto;
	max-width: 100%;
    margin: auto;
}

#cm-modal .cm-video-wrapper .elementor-wrapper {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

#cm-modal .cm-video-wrapper .elementor-wrapper iframe {
	border-radius: 16px;
}
.cm-certificate{
   position: sticky !important;
   top: 120px !important;
   align-self: flex-start;
}
@media (max-width: 767px){
	.cm-certificate{
	position: relative !important;
	top: 0 !important;
	}
}
.cm-compliance .eael-accordion-content {
    border-radius: 0px 0px 10px 10px;
}

.cm-pagari-service .infobox-icon {
  position: relative;
  display: inline-block;
}

.cm-pagari-service .infobox-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.cm-pagari-service .infobox-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 92px; 
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
}

.cm-pagari-service .elementor-widget-eael-info-box, .cm-pagari-service .elementor-widget-eael-info-box .eael-infobox {
	height: 100%;
}

.cm-pagari-service .elementor-widget-eael-info-box .eael-infobox .infobox-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.cm-pagari-service .elementor-widget-eael-info-box .eael-infobox .infobox-content div:nth-child(2) {
	flex: 1 1 0;
}
.cm-pagari-service .eael-infobox  .infobox-content p{
	text-align:justify;
}