/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.2
 Text Domain:  bricks
*/

body {
    font-family: "proxima-nova", sans-serif;
}

#header {
    position: relative;
}

#header:before {
    border: 200px;
    backdrop-filter: blur(15px);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}

.trp-language-switcher-container {
    z-index: 500 !important;
}

:target:not(.no-scroll-margin) {
    scroll-margin-top: 140px;
}

.popup-education-select .checked-icon {
    display: none;
}

.popup-education-select {
    color: #262523;
    border: 1px solid #262523;
}

.popup-education-select.active {
    color: #987451;
    border: 1px solid #987451;
}

.popup-education-select.active .checked-icon {
    display: block;
}

.popup-education-select.active .unchecked-icon {
    display: none;
}





.review-card-wrapper > .review-card-effect {
    --rotation-diff: 5deg;
    --translate-diff: 120px;
    --init-transition: 1.5;
    animation: review-card calc(1s * var(--init-transition)) ease-in-out;
    transform-origin: 50% 100%;
    cursor: pointer;
    will-change: opacity, filter;
    width: 240px;
    display: flex;
    position: absolute;
    min-height: 320px;
    padding: 0;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform .4s;
}

.review-card-wrapper > .review-card-effect:nth-child(1) {
    --index: -2;
    transform: rotate(calc(var(--index) * var(--rotation-diff))) translate(calc(var(--translate-diff) * var(--index)), 0);
}

.review-card-wrapper > .review-card-effect:nth-child(2) {
    --index: -1;
    transform: rotate(calc(var(--index) * var(--rotation-diff))) translate(calc(var(--translate-diff) * var(--index)), 0);
}

.review-card-wrapper > .review-card-effect:nth-child(3) {
    --index: 0;
    transform: rotate(calc(var(--index) * var(--rotation-diff))) translate(calc(var(--translate-diff) * var(--index)), 0);
}

.review-card-wrapper > .review-card-effect:nth-child(4) {
    --index: 1;
    transform: rotate(calc(var(--index) * var(--rotation-diff))) translate(calc(var(--translate-diff) * var(--index)), 0);
}

.review-card-wrapper > .review-card-effect:nth-child(5) {
    --index: 2;
    transform: rotate(calc(var(--index) * var(--rotation-diff))) translate(calc(var(--translate-diff) * var(--index)), 0);
}

@keyframes review-card {
    0% {
        transform: none;
        opacity: 0;
        filter: blur(20px) saturate(0%);
    }
    100% {
        transform: rotate(calc(var(--index) * var(--rotation-diff))) translate(calc(var(--translate-diff) * var(--index)), 0);
    }
}

.review-card-effect:hover {
	translate: 0 -40px;
}

.treatmani-reviews-slider .splide__pagination {
	width: 100%;
}

form#contact-us select, form#tretmani-forma select {
    color: #987451;
}

.custom-bullet {
  position: relative;
  padding-left: 12px;
}

.custom-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #987451;
  border-radius: 50%;
  transform: translateY(-50%);
}

.custom-bullet.yellow::before  {
	background-color: #FFEC73;
}

.font-ivory {
	font-family: "ivyora-text";	
	font-style: italic;
	font-weight: 300;
}

.ivory-light {
	font-family: "ivyora-text";	
}

.italic {
	font-style: italic;
}

.light {
	font-weight: 300;
}

@media only screen and (max-width: 768px) {
	.hidden-mobile {
		display: none;
	}
}

.radio--style input[type="radio"] {
  accent-color: #000000; 
	width: 20px;
	height: 20px!important;
	display: flex;
    align-items: center;
    gap: 16px;
}


.radio--style .options-wrapper {
	display: flex;
    flex-direction: column;
    gap: 16px;
}

.radio--style .options-wrapper li {
    background: #00000014;
    padding: 16px;
	display: flex;
	align-items: center;
	gap: 16px;
	cursor: pointer;
}

.radio--style .options-wrapper li.active {
    background: #9874513D;
}

.radio--style .options-wrapper label {
	font-size: 19.2px;
}

.min-h-full-screen #brx-content {
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.font-64 {
	font-size: 64px;
}

@media only screen and (max-width: 768px) {
	.md-font-32{
		font-size: 32px;
	}
}

.font-white-transaprent {
	color: #FFFFFF8A;
}

.font-black-transaprent {
	color: #0707078A;
}

/*
 * Slide in animation (run only on frontend)
 */

.bricks-is-frontend .slide-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.bricks-is-frontend .slide-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Optional stagger support */
.bricks-is-frontend .slide-in[data-order] {
  transition-delay: calc(var(--order) * 120ms);
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .bricks-is-frontend .slide-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
