.step {
  
  position: relative;
}



@media (max-width: 768px) {
  .step::before,
  .step::after {
    display: none;
  }

.step 
{
text-align: center;
}
	
	.ce-testimonial-carousel-controls 
	{
		
		display: none;
	}
}

.flex 
{
    
    display: flex;
}

.flex-col 
{
    
    flex-direction: column;
}

.flex-row 
{
    
    flex-direction: row;
}

.flex-center 
{
    justify-content: center;
    align-items: center;
}

.pad-horizontal-2r
{
 padding-left: 2rem;
 padding-right: 2rem;
}

.pad-horizontal-3r
{
 padding-left: 3rem;
 padding-right: 3rem;
}

.pad-vertical-100p
{
 padding-top: 100px;
 padding-bottom: 100px;
}

.pad-vertical-15p
{
 padding-top: 15px;
 padding-bottom: 15px;
}

.grey-background 
{
    background: var(--codeless-p-header-bg-color);
}

.gradient-background 
{
    
      background-image: linear-gradient(0deg, #E9E9F9 0.76%, #E1E2FF00 100%);
}

.glow-background 
{
    
    background-image: url("https://automate-x.ai/wp-content/uploads/2023/02/bg-pattern-image-min.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.spikey-background 
{
    background-image: url("https://automate-x.ai/wp-content/uploads/2023/02/business-bg-1.png");
  background-position: 50px 50px;
  background-repeat: no-repeat;
  background-size: auto;
    
}

.wavey-background 
{
    
    background-color: #F8FAFC;
  background-image: url("https://automate-x.ai/wp-content/uploads/2023/02/bg-pattern-1.png");
  background-repeat: no-repeat;
}

.elementor-divier
{
    min-height: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.elementor-divider-separator 
{
    border-bottom: 1px solid #E7E7E7;
    min-height: 1px;
      display: flex;
      width: 100%;
      height: 1px;
}

.case-study-testimonial 
{
    position: relative;
}

.case-study-testimonial h2
{
    font-size: 1.6rem !important;
    font-weight: normal !important;
}

.case-study-testimonial.blockquote::before 
{
    content: " ";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.221 34.19C1.475 31.271 0 28 0 22.695 0 13.363 6.552 4.997 16.08.861l2.381 3.675C9.568 9.346 7.83 15.589 7.136 19.526c1.432-.742 3.307-1 5.144-.83 4.81.445 8.603 4.395 8.603 9.304a9.333 9.333 0 0 1-9.334 9.333c-2.861 0-5.597-1.306-7.328-3.144Zm26.667 0c-2.747-2.918-4.221-6.19-4.221-11.494 0-9.333 6.552-17.699 16.08-21.835l2.381 3.675c-8.893 4.81-10.632 11.053-11.325 14.99 1.432-.742 3.306-1 5.144-.83 4.81.445 8.6 4.395 8.6 9.304a9.333 9.333 0 0 1-9.334 9.333c-2.861 0-5.597-1.306-7.328-3.144h.003Z' fill='%23048fa2'/%3E%3C/svg%3E");
    position: absolute;
  left: 0;
  top: -3rem;
  width: 48px;
  height: 38px;
}

.font-weight-normal 
{
    
    font-weight: normal !important;
}

.separator-left 
{
    border-left: 1px solid #e8eaf0;
}




/* Base Flickity styles */
.main-carousel {
  position: relative;
  overflow: visible; /* Allow visibility of partially hidden items */
  perspective: 1000px; /* 3D perspective */
  height: 450px; /* Set a fixed height for the carousel */
  max-height: 70vh;
}

.carousel-cell {
  width: 50%; /* Set the base width for the carousel items */
  height: 100%; /* Make sure the cell takes the full height of the carousel */
  margin: 0 10px; /* Add some space between the items */
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.6; /* Initial opacity for the items */
  transform: scale(0.9); /* Initial scale for the items */
  position: relative; /* Ensure pseudo-elements are positioned correctly */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: fill; /* Ensure the image covers the entire cell */
  border-radius: 10px;
  display: block;
}

/* Highlight the selected carousel item */
.carousel-cell.is-selected {
  transform: scale(1);
  opacity: 1;
  z-index: 2; /* Bring the selected item to the front */
}

/* Apply perspective and transform for the next and previous items */
.carousel-cell:not(.is-selected) {
  transform: scale(0.9);
}



/* Style the Flickity navigation buttons */
.flickity-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.flickity-button-icon {
  fill: #333; /* Color of the navigation arrows */
  width: 50px;
  height: 50px;
}

/* Hide the default Flickity paging dots */
.flickity-page-dots {
  display: none;
}4

.text-center 
{
    
    text-align: center;
}

.font-bold
{
    
    font-weight: bold !important;
}



/* CALENDAR */
.mpa-input-container 
{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width:100%;
	
}

.flatpickr-calendar 
{
	
	width: 100% !important;
}

.flatpickr-rContainer 
{
	
	width: 100%;
}

.appointment-form-shortcode .mpa-booking-step-period .flatpickr-day, .appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-day 
{
	max-width: 14.2857143% !important;
	width: 14.2857143%;
	padding: 3.5%;
}

.flatpickr-day, .flatpickr-day.today
{
    height: auto !important;
    line-height: unset !important;
    border: none !important;
    background-color: transparent;
    
}

.flatpickr-day {
	color: #fff !important;
}

.flatpickr-day.today 
{
	font-weight: 600 !important;
	color: var(--codeless-primary-color) !important;
}

.flatpickr-day:focus 
{
	background: none !important;
}

.mpa-booking-step.mpa-booking-step-period.mpa-loaded {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.mpa-actions 
{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.button.button-primary {
  padding: 0.5rem 2rem;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  border: 1px solid #fff;
}

.elementor-button, .elementor-button:visited
{
	border-radius: 10px !important;
	background-color: var(--codeless-primary-color);
	padding: 10px;
	color: #fff !important;
}

.elementor-button, .elementor-button-text 
{
	font-weight: 400 !important;
}

.mpa-input-wrapper
{
    padding: 0px !important;
}

.calendar-container
{
    /*height: 740px;
    overflow-y: scroll;*/
}

.contactform-calendar
{
    height: 100%;
}

.flatpickr-day.selected, .flatpickr-day:hover {
  position: relative;
  z-index: 1;
  background: transparent !important;
  border: none !important;
}

.flatpickr-day:focus {
  
  background-color: transparent;
}

.flatpickr-day:hover::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  
  border-radius: 10px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}


.flatpickr-day.selected::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--codeless-primary-color);
  border-radius: 10px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

span.flatpickr-weekday
{
	background-color: transparent !important;
    color: #fff !important;
}

.mpa-shortcode-title 
{
    display: none;
}

.mpa-time-wrapper 
{
	/*height: 160px;
	margin-top: 10px;*/
}

.mpa-time-period 
{
	border-radius: 10px;
	border: 1px solid hsla(0, 0%, 100%, 0.11) !important;
  background-color: #000;
  color: #fff;
	transition: background 0.2s ease-in-out;
}

.mpa-time-period:hover
{
  background: rgba(255, 255, 255, 0.1);
}

.mpa-time-period-selected
{
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
}

/*.mpa-times-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 100%);
  pointer-events: none;
  display: block;
  z-index: 10;
}*/

.mpa-times-container.at-bottom:after {
  display: none;
}

.mpa-times-container
{
	overflow-y: auto;
}



.no-pointer-events 
{
	pointer-events: none;
}

.flatpickr-months, .flatpickr-month, .flatpickr-weekdays, .flatpickr-weekdaycontainer, .flatpickr-prev-month, .flatpickr-next-month, .flatpickr-current-month
{
	background-color: transparent !important;
}

.flatpickr-disabled 
{
	color: #484848 !important;
}
.flatpickr-day.flatpickr-disabled:hover::before
{
	background: none !important;
	background-color: transparent !important;
	border: none !important;
	color: #484848 !important;
}
/*
.ce-nav-menu > *:last-child a
{
	padding: 10px 20px !important;
	
}*/
/*
.ce-nav-menu > *:last-child
{
	margin: auto 0px !important;
	margin-left: 20px !important;
}

.ce-dropdown .ce-nav-menu > *:last-child 
{
    margin-left: 0px !important;
}
*/
@keyframes slow-blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.cl-slow-blink {
    animation: slow-blink 7s infinite;
}

.no-cursor, .no-cursor:hover
{
    pointer-events: none !important;
}

.all-cursor-events 
{
    pointer-events: all !important;
}

.main-menu-style 
{
	border: 1px solid hsla(0, 0%, 100%, 0.11);
	border-radius: 10px;
	
	border-radius: 10px !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	background: rgba(255, 255, 255, 0.03) !important;
	
	/* Glass Effect */
	background: rgba(255, 255, 255, 0.04) !important;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transition: right 0.3s ease;
    z-index: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	overflow: visible;
}
/*
.main-menu-style::before
{
	background-color: red;
	position: absolute;
	width: 100%;
	height: 100%;
	
}
*/
@media (max-width: 767px) {
    /* COL-MD AND BELOW ONLY */
    
	.main-menu-style 
{
	border: none;
	border-radius: 5px;
}
	/*
    .mpa-times-container:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 25px;
      background: transparent;
      pointer-events: none;
      display: block;
      z-index: 10;
    }
    */
	.calendar-container 
	{
		position: relative !important;
		display: flex !important;
		width: 100%;
	}
	
    .no-border-on-md 
    {
        border: none;
    }
    
    .flickity-button
    {
        
        display: none;
    }
    
    .carousel-cell 
    {
        
        width: 100%;
        height: auto;
    }
    
    .carousel-cell img
    {
        
        object-fit: contain;
        border-radius: 10px;
    }
}

.solution-box 
{
	background-color: #000;
	border-radius: 30px;
	padding-left: 25px;
}

.solution-box:hover {
  filter: brightness(120%);
}

.elementor-2640 .elementor-element.elementor-element-c3a2b6f .menu-item.current-menu-item a.ce-menu-item
{
	/*color: #fff;
	font-weight: 500;*/
}

.button-outline 
{
	border: 1px solid hsla(0, 0%, 100%, 0.11);
	border-radius: 10px !important;
	transition: box-shadow 0.1s ease-in-out;
}

.button-outline:hover 
{
	
	box-shadow: 0px 0px 15px hsla(0, 0%, 100%, 0.06) inset;
}

.text-dark .elementor-button, .text-dark .elementor-button.text-dark:visited 
{
	color: #000 !important;
}

.ce-testimonial-item .inner-box, .dark-card 
{
	border-radius: 20px !important;
	background-color: #000 !important;
	color: #fff !important;
	border: 1px solid hsla(0, 0%, 100%, 0.11) !important;
	
}

.ce-testimonial-item .inner-box .text, .ce-testimonial-item .inner-box h4
{
	color: #fff !important;
}

.flatpickr-days 
{
	border: none !important;
}

.flatpickr-innerContainer 
{
	border: none !important;
}

.grey-card 
{
	padding: 32px !important;
	border-radius: 15px !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	background: rgba(255, 255, 255, 0.03) !important;

}

.light-grey-card 
{
	padding: 32px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.1) !important;

}

.flatpickr-innerContainer 
{
	background: none !important;
	background-color: transparent !important;
}

.appointment-form-shortcode .mpa-booking-step-period .mpa-time-wrapper .mpa-times 
{
	position: relative !important;
}

.glass-button {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

ce-active-menu.ce-active-menu-full-width + .ce-nav-menu__layout-horizontal, .ce-active-menu.ce-active-menu-full-width + .ce-nav-menu__layout-vertical {
  position: relative !important;
}