/*
Theme Name: Hello Elementor Child
Theme URI: https://yourdomain.com/
Description: A child theme for Hello Elementor
Author: Sai
Author URI: https://cpamedicalbilling.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Custom styles below */

/* Center align Swiper slide content */
.elementor-3309 .swiper-slide {
  align-content: center;
}

/* Remove bottom margin on last paragraph inside text editor */
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

/* Responsive typography for mobile */
@media (max-width: 767px) {
  
  /* Paragraph text */
  p {
    font-size: 18px !important;
  }

  /* List items */
  li {
    font-size: 18px !important;
    line-height: 1.3em !important;
  }

  /* h2 elements except those with .event-title-mob class */
  h2:not(.event-title-mob) {
    font-size: 26px !important;
    line-height: 1.3em !important;
  }

  /* Directly target h2 > a links except inside .event-title-mob */
  h2:not(.event-title-mob) > a {
    font-size: 26px !important;
    line-height: 1.3em !important;
  }

  /* Specific style for .event-title-mob */
  .event-title-mob {
    font-size: 18px !important;
  }
}
.home-page-ser-box{
  background-color: #F9FBFF;
}

.home-page-ser-box:hover {
  box-shadow: 3px 3px 6px 0px rgba(170, 170, 170, 0.84); /* adjust rgba for desired color */
  transition: box-shadow 0.3s ease;
}

.elementor-3309 .elementor-element.elementor-element-2c1e988a .elementor-testimonial__text{
  font-family: 'Mulish', sans-serif !important;
}