/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.icon {
	line-height: 0;
}

/* Стилі для аккордеону сервісних послуг */

@media (min-width: 1244px) {
  .servises summary {
    pointer-events: none;     /* блокує всі кліки */
    cursor: default;
  }

  .servises summary a {
    pointer-events: auto;     /* ❗ дозволяємо кліки по посиланнях */
  }
  .servises .e-n-accordion-item-title-icon {
      display: none;
  }
}

.service-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
}

.service-box .icon img {
  width: 48px;
  height: 48px;
}

.service-box .text {
  display: flex;
  flex-direction: column;
}

.service-box .link {
  font-size: 15px;
  font-weight: 400;
  color: #637A9C; /* світліший для підпису */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.service-box .link span {
  font-size: 18px;
  transform: translateY(1px);
}

.service-box .link:hover {
  color: #E53935; /* або будь-який shade червоного */
}

.servises .e-n-accordion-item {
  border-radius: 20px;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}

.servises .e-n-accordion-item[open] {
  border-radius: 20px 20px 0 0;
}

.mobile-button .elementor-button {
    text-align: left !important;
}

@media (max-width: 768px) {
  .mobile-button .elementor-button {
    background-color: transparent !important;
  }
}

