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

/***********/
/* General */
/***********/
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

a {
	transition: color .3s ease;
}

a.word-break {
	word-break: break-word;
}

/* list */
.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li {
	margin-bottom: 0.9rem;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	margin-bottom: 0.9rem;
}

/* center list */
.center-list div ul {
	list-style-position: inside;
	padding-left: 0;
}

.center-list div ul li span {
	margin-left: -10px;
}

/*
a svg {
	transition: opacity .2s ease!important;
}

a svg:hover {
	opacity: 0.7;
}*/

/* Icon fix */
.elementor-icon-wrapper,
.elementor-icon-wrapper .elementor-icon {
	line-height: 0!important;
}

.icon-image .elementor-icon svg {
    width: 100%!important;
	height: auto!important;
}

.elementor-icon svg {
	transition: fill .3s ease;
}

/* Icon List Fix */
.elementor-icon-list-item a {
	align-items: center!important;
}

.elementor-icon-list-item .elementor-icon-list-icon svg {
	transition: fill 0.2s ease;
}

.elementor-icon-list-item .elementor-icon-list-text {
	transition: color 0.2s ease;
}

.elementor-icon-list-icon {
	line-height: 0!important;
}

/* Icon Button Fix */
.elementor-button-content-wrapper .elementor-button-icon {
    display: flex;
    align-items: center;
}

/* Elementor Icon normalize */
.icon-normal .elementor-icon-wrapper .elementor-icon svg {
	height: auto!important;
}

/* responsive icons */
.icon-rspn .elementor-icon-wrapper .elementor-icon svg {
	display: block;
	max-width: 100%!important;
	height: auto!important;
}

/* Icon hover transition */
a.elementor-icon i {
	transition: color 0.3s ease;
}

/* Webkit shear x fix */
#Search::-webkit-search-cancel-button {
    color: var( --e-global-color-primary );
}

/* remove button outline 
[type=submit], 
[type=submit]:focus,
button,
button:focus {
    outline: none!important;
	border: none;
}*/

/* Remove field focus-visible 
:focus-visible {
    outline: none;
}*/

/* remove safari form styling */
input[type=text], input[type=email], input[type=tel], textarea, input[type=button] {   
    -webkit-appearance: none;
    -moz-appearance: none;
	-webkit-border-radius: 0;
    appearance: none;
}

/* Visually Hidden */
.visually-hidden {
	font-size: 0!important;
	width: 1px!important;
	height: 1px!important;
	display: inline-block!important;
	overflow: hidden;
	position: absolute!important;
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	clip: rect(1px,1px,1px,1px);
}

.elementor-editor-active .visually-hidden {
font-size: inherit!important;
	width: inherit!important;
	height: inherit!important;
	display: inherit!important;
	overflow: inherit!important;
	position: inherit!important;
	border: inherit!important;
	padding: inherit!important;
	margin: inherit!important;
}

/* popup close button */
.dialog-close-button svg {
	transition: fill 0.3s ease;
}

/* anchor offset */
body:not(.elementor-editor-active) .elementor-menu-anchor {
	display: block;
	position: relative;
	top: -130px;
	visibility: hidden;
	pointer-events: none;
}

@media (max-width: 1024px) {
	body:not(.elementor-editor-active) .elementor-menu-anchor {
		top: -130px;
	}
}

@media (max-width: 767px) {
	body:not(.elementor-editor-active) .elementor-menu-anchor {
		top: -110px;
	}
}

/* Hidden Yoast Breadcrumbs */
.hidden-breadcrumbs {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* instagrm feed fix */
#sb_instagram #sbi_images {
	padding: 0;
}

/************/
/* Specific */
/************/
/* typography */
body,
body button {
  font-feature-settings: "ss05" on; /* Turns on the alternative double-story 'a' */
}

:root {
	--e-global-typography-90ea14b-font-weight: 700; /* h1 */
	--e-global-typography-7bd88a7-font-weight: 600; /* h2 */
}

.wgt-600 h1,
.wgt-600 h2,
.wgt-600 h3,
.wgt-600 h4,
.wgt-600 h5,
.wgt-600 h6,
.wgt-600 h3 {
	font-weight: 600!important;
}

.wgt-600,
.elementor-button .elementor-button-content-wrapper .elementor-button-text {
	font-weight: 600;
}

.nav-btn .elementor-button .elementor-button-content-wrapper .elementor-button-text {
	font-weight: 600;
}

.wgt-400 {
	font-weight: 400!important;
}

.wgt-500 {
	font-weight: 500!important;
}

.orange {
	color: var(--e-global-color-primary);
}

.pink {
	color: var(--e-global-color-accent);
}

/*testimonial Slider */
.elementor-widget-testimonial-carousel .elementor-testimonial__text {
	font-weight: 400;
	font-style: normal;
}

.elementor-widget-testimonial-carousel .elementor-testimonial__footer {
	font-weight: 500;
}

/* Accessible Accordions */
.acc-accordion {
    
}

.acc-accordion-item {
    border-bottom: 1px solid var(--e-global-color-497d100);
}
  
.acc-accordion-header {
    margin: 0;
}
  
.acc-accordion-header .acc-accordion-toggle {
    padding: 1.25rem 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	border: none;
	border-radius: 0;
    font-family: var(--e-global-typography-5e73b94-font-family), Sans-serif;
    font-size: var(--e-global-typography-5e73b94-font-size);
	font-weight: 600;
    line-height: var(--e-global-typography-5e73b94-line-height);
    letter-spacing: var(--e-global-typography-5e73b94-letter-spacing);
	color: var(--e-global-color-text);
	text-transform: none;
	text-align: left;
	background-color: transparent;
	white-space: normal;
   	overflow-wrap: break-word; /* Additional compatibility for breaking long words */
	transition: color 0.3s ease;
}

.acc-accordion-header .acc-accordion-toggle .acc-label {
	min-width: 0;
	word-break: break-word;
}

.acc-accordion-header .acc-accordion-toggle svg {
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	fill: var(--e-global-color-text);
	transition: fill 0.3s ease;
}

.acc-accordion-header .acc-accordion-toggle:hover svg, 
.acc-accordion-header .acc-accordion-toggle:focus svg {
	fill: var(--e-global-color-text);
}

.acc-accordion-header .acc-accordion-toggle:hover, 
.acc-accordion-header .acc-accordion-toggle:focus {
	color: var(--e-global-color-text);
	background-color: var(--e-global-color-33a8c39);
	border: none;
	border-radius: 0;
}

.icon-plus_1 {
	transition: transform 0.3s ease;
	transform-origin: center;
}
  
.acc-accordion-toggle[aria-expanded="true"] .icon-plus_1 {
	transform: scaleY(0);
}
  
.acc-accordion-content {
    display: none;
    padding: 1rem 0;
    background-color: transparent;
	font-weight: 400;
}
  
.acc-accordion-content.open {
    display: block;
}
  
.acc-accordion-content p:last-child {
    margin-bottom: 0;
}
  
@media (prefers-reduced-motion: reduce) {
    .acc-accordion-content {
        transition: none;
    }
}

/* team accordion */
.acc-accordion--team .acc-accordion-header .acc-accordion-toggle .acc-label .acc-title {
	font-family: var(--e-global-typography-73e5568-font-family), Sans-serif;
    font-size: var(--e-global-typography-73e5568-font-size);
	font-weight: 500;
    line-height: var(--e-global-typography-73e5568-line-height);
    letter-spacing: var(--e-global-typography-73e5568-letter-spacing);
	color: var(--e-global-color-912bb1d);
}

/* How accordion */
.acc-accordion--how {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.acc-accordion--how .acc-accordion-item {
	position: relative;
    border: none;
	border-radius: 10px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.acc-accordion--how .acc-accordion-item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(20, 20, 20, 0.6); /* change overlay color + opacity */
	pointer-events: none;           /* ensures overlay doesn't block clicks */
	z-index: 0;                    /* puts overlay behind the content */
	border-radius: 10px;
}

.acc-accordion--how .acc-accordion-item:nth-child(1) {
	background-image: url(/wp-content/uploads/2025/12/woman-receiving-laser-tattoo-removal-1.webp);
}
.acc-accordion--how .acc-accordion-item:nth-child(2) {
	background-image: url(/wp-content/uploads/2025/12/woman-receiving-laser-tattoo-removal-2.webp);
}
.acc-accordion--how .acc-accordion-item:nth-child(3) {
	background-image: url(/wp-content/uploads/2025/12/woman-reeceiving-laser-tattoo-removal-3.webp);
}
.acc-accordion--how .acc-accordion-item:nth-child(4) {
	background-image: url(/wp-content/uploads/2025/12/woman-reeceiving-laser-tattoo-removal-4.webp);
}
.acc-accordion--how .acc-accordion-item:nth-child(5) {
	background-image: url(/wp-content/uploads/2025/12/woman-reeceiving-laser-tattoo-removal-5.webp);
}

.acc-accordion--how .acc-accordion-header .acc-accordion-toggle {
    padding: 1.25rem;
    font-family: var(--e-global-typography-f094205-font-family), Sans-serif;
    font-size: var(--e-global-typography-f094205-font-size);
	font-weight: 600;
    line-height: var(--e-global-typography-f094205-line-height);
    letter-spacing: var(--e-global-typography-f094205-letter-spacing);
}

.acc-accordion--how .acc-accordion-header .acc-accordion-toggle:hover, 
.acc-accordion--how .acc-accordion-header .acc-accordion-toggle:focus {
	color: var(--e-global-color-text);
	background-color: transparent;
}

.acc-accordion--how .acc-accordion-content {
    display: none;
    padding: 1.25rem;
    background-color: transparent;
	font-weight: 400;
}

.acc-accordion--how .acc-accordion-header,
.acc-accordion--how .acc-accordion-content, 
.acc-accordion--how .acc-accordion-header .acc-accordion-toggle svg{
  position: relative;
  z-index: 1;
}

/*****
 * Embla Carousel
 * *****/
/* ---------- Base Embla layout ---------- */

.embla {
	position: relative;
}

.embla__viewport {
	overflow: hidden;
	width: 100%;
}

.embla__container {
	display: flex;
	gap: 1.5rem; /* adjust spacing between slides */
}

/* Generic slide base */
.embla__slide {
	min-width: 0;
}

/* Dots */
.embla__dots {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.embla__dots .embla__dot {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 999px;
	border: 0;
	background: var(--e-global-color-497d100);
	cursor: pointer;
	padding: 0;
}

.embla__dots .embla__dot.is-selected {
	background: #fff;
}

/* Arrows */
.embla__arrows {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.embla__arrow {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.embla__arrows .embla__button {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	line-height: 0;
}

.embla__arrows .embla__button:hover,
.embla__arrows .embla__button:focus {
	background-color: transparent;
}

.embla__arrows .embla__button svg {
	fill: var(--e-global-color-497d100);
	transition: fill 0.3s ease;
}

.embla__arrows .embla__button:not([disabled]):hover svg {
	fill: #fff;
}

.embla__arrows .embla__button[disabled] {
	fill: var(--e-global-color-497d100)!important;
	opacity: 0.3;
	cursor: default;
}

.embla__arrows .embla__button--prev {
	transform: rotate(180deg);
}

.embla__arrows .embla__button--next {

}

.embla__arrows p {
	margin-block-end: 0;
	font-family: var(--e-global-typography-73e5568-font-family), Sans-serif;
    font-size: var(--e-global-typography-73e5568-font-size);
	font-weight: 600;
    line-height: var(--e-global-typography-73e5568-line-height);
    letter-spacing: var(--e-global-typography-73e5568-letter-spacing);
	color: var(--e-global-color-912bb1d);
	text-align: right;
	padding-left: 20px;
}

/* Arrow responsiveness */
@media (max-width: 1024px) {
	.embla__arrows {
		padding: 0 40px;
	}
}
@media (max-width: 768px) {
	.embla__arrows {
		padding: 0 20px;
	}
}

/* General responsiveness */
@media (max-width: 768px) {
	.embla__dots .embla__dot {
		width: 1rem;
		height: 1rem;
	}
}

/* ---------- Gallery variant ---------- */

.embla--gallery .embla__container {
	padding: 0 2rem; /* so edge slides don't hit screen edge */
}

.embla-gallery__slide {
	flex: 0 0 22%; /* ~4 slides visible on desktop with gap */
}

.embla-gallery__item {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 0.625rem;
	aspect-ratio: 3 / 4; /* vertical cards */
	background: #141414;
}

.embla-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Play overlay for video slides */
.embla-gallery__item--video::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.2),
		rgba(0, 0, 0, 0.4)
	);
}

.embla-gallery__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	color: #ffffff;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

/* Fix video lightbox aspect ratio for shorts */
.elementor-lightbox .elementor-video-wrapper {
	--video-aspect-ratio: 0.6 !important; /* ~9:16 */
	max-width: 100vw;
	max-height: 90vh;
}

/* Gallery responsiveness */
@media (max-width: 1024px) {
	.embla-gallery__slide {
		flex: 0 0 32%; /* ~3 per view */
	}
}
@media (max-width: 768px) {
	.embla-gallery__slide {
		flex: 0 0 70%; /* large centered slide on mobile */
	}
}

/* ---------- Pricing variant ---------- */

.embla--pricing .embla__container {
	padding: 0; /* leave room for arrows outside cards */
}

.embla--pricing .embla__viewport {
	padding-bottom: 40px;
}

.pricing-card {
	flex: 0 0 26%; /* ~3 cards visible on desktop */
	background: #191919;
	border-radius: 0.625rem;
	min-width: 280px;
	padding: 3rem 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #ffffff;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.pricing-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(20, 20, 20, 0.6);
	pointer-events: none;           
	z-index: 0;                   
	border-radius: 10px;
}

.pricing-card:nth-child(1) {
	background-image: url(/wp-content/uploads/2025/12/pricing-bg-1.webp);
}
.pricing-card:nth-child(2) {
	background-image: url(/wp-content/uploads/2025/12/pricing-bg-2.webp);
}
.pricing-card:nth-child(3) {
	background-image: url(/wp-content/uploads/2025/12/pricing-bg-3.webp);
}
.pricing-card:nth-child(4) {
	background-image: url(/wp-content/uploads/2025/12/pricing-bg-4.webp);
}
.pricing-card:nth-child(5) {
	background-image: url(/wp-content/uploads/2025/12/pricing-bg-5.webp);
}
.pricing-card:nth-child(6) {
	background-image: url(/wp-content/uploads/2025/12/pricing-bg-6.webp);
}

.pricing-card__eyebrow {
	font-family: var(--e-global-typography-879556f-font-family), Sans-serif;
    font-size: var(--e-global-typography-879556f-font-size);
	font-weight: 600;
    text-transform: var(--e-global-typography-879556f-text-transform);
    line-height: var(--e-global-typography-879556f-line-height);
    letter-spacing: var(--e-global-typography-879556f-letter-spacing);
	color: var(--e-global-color-primary);
	margin: 0 0 0.25rem;
	z-index: 1;
	position: relative;
}

.pricing-card__title {
	font-family: var(--e-global-typography-7bd88a7-font-family), Sans-serif;
    font-size: var(--e-global-typography-7bd88a7-font-size);
    font-weight: 600;
    line-height: var(--e-global-typography-7bd88a7-line-height);
    letter-spacing: var(--e-global-typography-7bd88a7-letter-spacing);
    word-spacing: var(--e-global-typography-7bd88a7-word-spacing);
	margin: 0;
	z-index: 1;
	position: relative;
}

.pricing-card__divider {
	width: 140px;
	max-width: 140px;
	margin: 20px 0;
	border-top: 2px solid var(--e-global-color-primary);
	z-index: 1;
	position: relative;
}

.pricing-card__body {
	z-index: 1;
	position: relative;
}

.pricing-card__price-main {
	font-family: var(--e-global-typography-90ea14b-font-family), Sans-serif;
    font-size: var(--e-global-typography-90ea14b-font-size);
    font-weight: var(--e-global-typography-90ea14b-font-weight);
    line-height: var(--e-global-typography-90ea14b-line-height);
    letter-spacing: var(--e-global-typography-90ea14b-letter-spacing);align-content
	margin: 0;
}

.pricing-card__price-label {
	font-family: var(--e-global-typography-879556f-font-family), Sans-serif;
    font-size: var(--e-global-typography-879556f-font-size);
	font-weight: 600;
    text-transform: var(--e-global-typography-879556f-text-transform);
    line-height: var(--e-global-typography-879556f-line-height);
    letter-spacing: var(--e-global-typography-879556f-letter-spacing);
	margin: 0.2rem 0 1rem;
}

.pricing-card__price-secondary {
	font-family: var(--e-global-typography-7bd88a7-font-family), Sans-serif;
    font-size: var(--e-global-typography-7bd88a7-font-size);
    font-weight: 600;
    line-height: var(--e-global-typography-7bd88a7-line-height);
    letter-spacing: var(--e-global-typography-7bd88a7-letter-spacing);
    word-spacing: var(--e-global-typography-7bd88a7-word-spacing);
	margin: 0;
	margin: 0;
}

.pricing-card__price-secondary-label {
	font-family: var(--e-global-typography-879556f-font-family), Sans-serif;
    font-size: var(--e-global-typography-879556f-font-size);
	font-weight: 600;
    text-transform: var(--e-global-typography-879556f-text-transform);
    line-height: var(--e-global-typography-879556f-line-height);
    letter-spacing: var(--e-global-typography-879556f-letter-spacing);
	margin: 0.2rem 0 0;
}

.pricing-card__footer {
	margin-top: auto;
	padding-top: 2.6rem;
	z-index: 1;
	position: relative;
}

.pricing-card__button {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	border-radius: 999px;
	background: var(--e-global-color-primary);
	color: #fff;
	font-family: var(--e-global-typography-494aa4c-font-family), Sans-serif;
    font-size: var(--e-global-typography-494aa4c-font-size);
	font-weight: 600;
    line-height: var(--e-global-typography-494aa4c-line-height);
    letter-spacing: var(--e-global-typography-494aa4c-letter-spacing);
    word-spacing: var(--e-global-typography-494aa4c-word-spacing);
	text-decoration: none;
	transition: background 0.3s ease;
}

.pricing-card__button:hover {
	background: var(--e-global-color-33a8c39);
	color: #fff;
}


/* overflow right hack */
/* Desktop: padding 100px */
.pricing-carousel-bleed {
  width: calc(100% + 100px);
  margin-right: -100px;      /* cancels the section’s right padding */
}

/* Tablet: padding 40px */
@media (max-width: 1024px) {
  .pricing-carousel-bleed {
    width: calc(100% + 40px);
    margin-right: -40px;
  }
}

/* Mobile: padding 20px */
@media (max-width: 768px) {
  .pricing-carousel-bleed {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
}

/* Above 1640px viewport: add extra bleed to reach the screen edge */
@media (min-width: 1640px) {
  .pricing-carousel-bleed {
    width: calc(100% + 100px + (100vw - 1640px) / 2);
    margin-right: calc(-100px - (100vw - 1640px) / 2);
  }
}

/* Pricing responsiveness */
@media (max-width: 1024px) {
	.pricing-card {
		flex: 0 0 40%; /* ~2 per view */
	}
}
@media (max-width: 768px) {
	.embla--pricing .embla__container {
		padding: 0 1.5rem;
	}

	.pricing-card {
		flex: 0 0 80%; /* mostly full-width cards */
	}

	.embla--pricing .embla__button--prev {
		left: 0.5rem;
	}
	.embla--pricing .embla__button--next {
		right: 0.5rem;
	}
}
