/**
* Theme Name: Aesthetica Child
* Description: This is a child theme of Aesthetica.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: aesthetica
* Version: 1.2.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: aesthetica-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/


/* === Accordion Wrapper === */
/* .elementor-accordion {
  border-top: 1px solid #121B2433;
  border-bottom: 1px solid #121B2433;
  max-width: 760px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
} */

/* === Each Item === */
.elementor-accordion-item {
  border-bottom: 1px solid #121B2433;
  padding: 0;
  margin: 0;
}

/* === Accordion Title (Question) === */
.elementor-accordion-item summary {
  cursor: pointer;
  display: flex;
/*   justify-content: space-between; */
	gap: 9px;
  align-items: center;
  padding: 20px 0;
  list-style: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #121B24;
  outline: none;
}

.elementor-accordion-item summary::-webkit-details-marker {
  display: none;
}

/* === Icons (+ / −) === */
.elementor-accordion-item .e-n-accordion-item-title-icon {
  font-size: 22px;
  line-height: 22px;
  color: #121B24;
  transition: transform 0.2s ease;
}

.elementor-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
  display: none;
}

.elementor-accordion-item:not([open]) .e-n-accordion-item-title-icon .e-closed {
  display: none;
}

/* Rotate icon for smooth open */
.elementor-accordion-item[open] .e-n-accordion-item-title-icon {
  transform: rotate(-90deg);
}

/* === Accordion Content (Answer) === */
.elementor-tab-content {
  padding: 0 0 20px 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #6B6668;
}

/* Optional: Subtle fade animation for content */
.elementor-accordion-item[open] .elementor-tab-content {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}


@media(max-width: 767px){
		.services-post-slider #cmsmasters-slider-6a1d067{
			--cmsmasters-columns: 1.4 !important;
		}
}
