/*
Theme Name: Hello Elementor Child
Description: Tema filho para o Hello Elementor.
Author: Willian Carvalho
Author URI: https://wicarvalho.dev/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Swiper navigation buttons custom style */
.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: #000 !important;
  font-weight: bold;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
}
.swiper-title {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 20px 0 5px;
}
