/* START custom CSS block */

/* Disable dropdown menu for mobile */
#mobileMenu .elementor-nav-menu--dropdown {
	display: none !important
}

/* END custom CSS block */

.cardItem {
  width: 421px;
  height: 480px;
  position: absolute;
  backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.cardItem:nth-child(1),
.cardItem:nth-child(3) {
  z-index: 1;
}

.cardItem:nth-child(1):hover,
.cardItem:nth-child(3):hover {
  transform: translateY(-108px);
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.cardItem:nth-child(2) {
  z-index: 2;
  left: calc(50% - 210.5px);
}

.cardItem:nth-child(1) {
  left: 80px;
}

.cardItem:nth-child(3) {
  right: 80px;
}

.hovered {
  transform: translateY(177px);  	 background-color: rgba(215, 206, 198, 0.6) !important;
}

.highlightText,
.highlightText2 {
  background-color: #dfdad3;
  padding: 0 8px;
  border-radius: 50px;
}

.highlightText2 {
  background-color: #d1c4b9;
}

.minWidth310 {
  min-width: 310px;
}

#phoneBlock .elementor-testimonial__footer {
  margin-top: unset !important;
}

#phoneBlock .swiper-slide {
  padding: unset !important;
}

@media (min-width: 1024px) {
  .maxWidth400 {
    max-width: 400px;
  }
	
	.maxWidth327 {
    max-width: 327px;
  }
	
	.maxWidth430 {
    max-width: 430px;
  }
}

@media (min-width: 1440px) {
  .HeroSectionMaxHeight {
    max-height: 80vh;
  }
	
  .employeeHeroItem {
    max-height: 80vh;
    max-width: 1440px !important;
    width: 100%;
    height: auto;
		margin-right:auto;
		margin-left:auto;
  }
}

.mixBlendMode {
	mix-blend-mode: difference;
}

.testimonialDesktopBlock .swiper-wrapper {
  align-items: center !important;
}

.sliderCard {
  max-height: 560px;
}

@media (max-width: 767px) {
  .sliderCard {
		height: 458px;
    max-height: 458px;
  }
}

.sliderImg img {
  max-height: 560px;
}

@media (max-width: 767px) {
  .sliderImg img {
    max-height: 432px;
  }
}

* {
  font-style: normal;
}

.faqTitleContainer .elementor-tab-title {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.faqTitleContainer .elementor-tab-content p {
	max-width: 700px;
}

.headerConteiner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.headerConteiner .elementor-nav-menu__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.headerConteiner .elementor-nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.headerConteiner .elementor-nav-menu li {
    margin: 0;
    padding: 0;
    flex-grow: 1;
    text-align: center;
}

.headerConteiner .elementor-nav-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: inherit;
}

.headerConteiner #mobileMenu .elementor-nav-menu {
	gap: 8px;
	padding: 8px;
}

@media (min-width: 1024px) {
  .footerContactsConteiner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footerContactsItem {
    flex: 0 0 auto !important;
    width: unset !important;
    margin-right: 10px;
  }
}

.elementor-field-type-acceptance {
  display: flex;
  align-items: center;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option {
  display: flex;
  align-items: center;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input[type="checkbox"] {
  appearance: none;
  width: 23px;
	min-width: 23px;
  height: 20px;
  background-color: #FFD700;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background-image 0.3s ease, background-color 0.3s ease;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input[type="checkbox"]:checked {
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg id="Group 480964930"%3E%3Crect id="Bg" y="0.320312" width="20" height="20" rx="6" fill="%23FFD700"/%3E%3Cpath id="Chekmark" d="M15.2141 7.53443L8.14305 14.6055L4.92893 11.3914" stroke="%23181816" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
  color: var(--Text-text-primary, #171C17);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.28px;
  margin-left: 16px; /* Щоб відступити текст від чекбоксу */
  transition: color 0.3s ease; /* Плавний перехід кольору тексту */
}



@media (min-width: 1024px) {
  .testimonialDesktopBlock .elementor-swiper-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .testimonialDesktopBlock .elementor-swiper-button:hover {
    background: var(--Primary, #DDD);
  }
}


@media (min-width: 1440px) {
.testimonialDesktopBlock  .elementor-swiper-button-next {
		right: 15% !important;
	}
	
	.testimonialDesktopBlock  .elementor-swiper-button-prev {
		left: 15% !important;
	}
}


@media (min-width: 1024px) {
.elementor-toggle  .elementor-tab-content p {
		width: 70%;
	}
}


@media (min-width: 0px) {
  .sliderDesktopBlockPhones .elementor-swiper-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .sliderDesktopBlockPhones .elementor-swiper-button:hover {
    background: var(--Primary, #DDD);
  }
}


@media (min-width: 1440px) {
.sliderDesktopBlockPhones  .elementor-swiper-button-next {
		right: 10% !important;
	}
	
	.sliderDesktopBlockPhones  .elementor-swiper-button-prev {
		left: 10% !important;
	}
}


@media (min-width: 1024px) {
	.contactsConteiner {
		flex: 1;
		min-width: 0;
	}

	.formConteiner {
		flex: 1;
		min-width: 0;
	}	
}

@media (min-width: 1440px) {
	.contactsConteiner {
		flex: 1;
		min-width: 0;
	}

	.formConteiner {
		min-width: 618px;
	}	
}

#headerLoginButton {
	cursor: pointer;
}

.textContent {
  display: -webkit-box;
  -webkit-line-clamp: 7; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 11em;
  transition: max-height 0.5s ease;
	
	overflow: hidden;

    * {
        display: inline;
    }
}

.textContent.expanded {
  -webkit-line-clamp: unset;
  max-height: 100em;
}

.readMoreBtn {
  cursor: pointer;
  margin-top: 16px;
	color: var(--Text-text-primary, #171C17);

color: var(--e-global-color-text);
    font-family: var(--e-global-typography-df99809-font-family), Sans-serif;
    font-size: var(--e-global-typography-df99809-font-size);
    font-weight: var(--e-global-typography-df99809-font-weight);
    line-height: var(--e-global-typography-df99809-line-height);
    letter-spacing: var(--e-global-typography-df99809-letter-spacing);
}

#mobileMenuToogle .elementor-tab-title {
	display: flex;
    flex-direction: row-reverse;
    gap: 8px;
		padding: 0;
	align-items: center;
	 
	& p {
		margin-block-end: 0;
	}
}

#mobileMenuToogle .elementor-tab-content {
	margin-top: 24px;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    display: flex;
    justify-content: center; 
}

.mobileMenuDialog {
	height: 100dvh !important;
}

/* BLOG STYLES */
.blog-template .elementor-widget-theme-post-content p {
    color: var(--Text-text-primary, #171C17);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.blog-template .elementor-widget-theme-post-content .wp-block-heading {
    color: #171C17;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.40px;
    word-wrap: break-word;
}

.blog-template .elementor-widget-theme-post-content p.highlighted-text-block {
    width: 100%;
    height: 100%;
    padding: 40px;
    background: #DDDAD5;
    border-radius: 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    display: flex;
    color: #171C17;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .blog-template .elementor-widget-theme-post-content p.highlighted-text-block {
        padding: 40px 24px;
    }
}

.blog-template .elementor-widget-theme-post-content .highlighted-text-block {
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
    width: unset;
}

.highlighted-to-sum-up-container {
    width: 100%;
    height: 100%;
    padding: 40px;
    background: #DDDAD5;
    border-radius: 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    display: flex;
		margin-top:2.5rem;
}

.highlighted-to-sum-up-container .highlighted-to-sum-up-title {
    color: #171C17;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.60px;
    word-wrap: break-word;
    margin-bottom: 30px;
}

.highlighted-to-sum-up-container p {
    color: #171C17;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.20px;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .highlighted-to-sum-up-container {
        padding: 40px 24px;
    }

    .highlighted-to-sum-up-container .highlighted-to-sum-up-title {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .highlighted-to-sum-up-container p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .blog-template .elementor-widget-theme-post-content .wp-block-heading {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .blog-template .elementor-widget-theme-post-content p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
}

.elementor-element.elementor-element-7dacf1f .elementor-icon-list-text {
    text-align: start;
}
