/* 
Theme Name:   PedMed theme
Theme URI:    https://www.pedmedpr.com/
Description:  A template for PedMed Pediatric Medical Group
Author:       PedMed
Author URI:   https://www.pedmedpr.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  pedmed-theme
 */
/*  HEADER */
.site-navigation {
  background-color: #2538C4;
  color: #ffffff;
}
.site-navigation a {
  color: #ffffff;
}

#site-header {
  max-width: 1140px;
}

#carousel-home-services .swiper-slide-inner {
  border: 2px solid #7d7d7d;
  border-radius: 20px;
  padding: 4rem 0;
  transition: 0.4s;
}

#carousel-home-services .swiper-slide-inner a {
  color: #585858;
}

#carousel-home-services .swiper-slide-inner:hover {
  background-color: #2872CE;
  border: 2px solid #2D2D2D;
}

#carousel-home-services .swiper-slide-inner:hover a,
#carousel-home-services .swiper-slide-inner:hover h4 {
  color: #ffffff;
}

#carousel-home-services .elementor-swiper-button {
  position: absolute;
  border-radius: 100%;
  color: #fff;
  padding: 5px;
  font-size: 1.4rem;
}

#carousel-home-services .elementor-swiper-button-prev {
  top: -30px;
  right: 60px;
  left: auto;
  background: #DF17DB;
}

#carousel-home-services .elementor-swiper-button-next {
  top: -30px;
  right: 0px;
  background: #DF17DB;
}

#btn-home-border {
  transform: 0.4s;
}

#btn-home-border::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50px;
  right: -7px;
  top: 7px;
}

#btn-home-border:hover::after {
  border: 3px solid #0b0a0a;
}

/*# sourceMappingURL=style.css.map */
