/* 
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 */

/* .accordion,
.accordion-section,
.accordion-header,
.accordion-content {
  display: flex;
}
.accordion,
.accordion-section {
  flex-direction: column;
}
.accordion {
  border-radius: 20px;
  background-color: var(--white-color);
  padding: 24px;
}
.accordion-section {
  padding: 64px 0;
  gap: 48px;
}
.accordion-header,
.accordion-content {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  gap: 32px;
}
.accordion-header {
  padding: 24px 0;
}
.icon,
.accordion-header > p {
  cursor: pointer;
}
.accordion-header > p {
  overflow-wrap: anywhere;
}
.accordion-header {
  cursor: pointer;
}
.accordion-section > h4 {
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--primary-color);
}

.accordion-content > span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--icons-color);
  overflow-wrap: anywhere;
}

.accordion-section-button {
  width: fit-content;
  color: var(--white-color);
  background-color: var(--primary-color);
  margin: 0 auto;
}

.icon {
  width: 14px;
}
.minus {
  display: none;
}

.accordion-content {
  padding: 0 0 0 48px;
  max-width: 945px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}

.accordion-display {
  padding-bottom: 24px;
} */
