/*
Theme Name:     ProHair Child
Theme URI:      http://prohair.ancorathemes.com/
Description:    Make your modifications to ProHair in this child theme.
Author:         AncoraThemes
Author URI:     http://ancorathemes.com
Version:        1.0
Template:       prohair
*/
.footer_widgets_wrap.widget_area.sc_layouts_row.sc_layouts_row_type_normal {
  border-bottom: 1px solid #ffffff21;
}

.scheme_default footer .footer_widgets_wrap {
  background: radial-gradient(
      1200px 600px at 20% 0%,
      rgba(185, 188, 223, 0.25),
      transparent 60%
    ),
    linear-gradient(180deg, #1f2a4c 0%, #232f58 100%);
}

.scheme_dark .footer_copyright_inner {
  background-color: #232e57;
}

.copyright_text {
  font-size: 12px;
}

a.trx_addons_scroll_to_top.trx_addons_icon-up.inited.sc_button_hover_slide_right.show {
  border: 1px solid #ffffff21;
}

.contacts_description {
  color: #ffffff;
}

.scheme_default body {
  background-color: #fffbf5;
}

.accordion-header {
  margin-top: 0;
}

.accordion-body {
  padding-left: 0px;
  padding-right: 0px;
}

.accordion-button {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 300;
}

.prices-header {
  padding: 25px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #b9bcdf !important;
}

.content_wrap,
.content_container {
  width: 1170px;
  margin: 0 auto;
}

.scheme_default button.accordion-button {
  color: #212427 !important;
  background: none !important;
}

.scheme_default button.accordion-button:hover {
  color: #212427 !important;
}

.prices-header .name,
.prices-header .quantity,
.prices-header .price {
  font-size: 0.9rem;
  font-weight: 500;
  padding-bottom: 1em;
  padding-top: 1em;
  display: flex;
}

.accordion .row,
.accordion .columns_wrap {
  margin: 0;
}

.row.price-row {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}

.sticky-bottom,
.sticky-top {
  position: sticky;
  z-index: 1020;
}

.sticky-top {
  top: 0;
}
.cool-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(
      1200px 600px at 20% -10%,
      rgba(15, 23, 42, 0.06),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at 100% 0%,
      rgba(59, 130, 246, 0.06),
      transparent 55%
    ),
    #fff;
}

.brand-values {
  padding: 20px 16px;
}

.brand-values__eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: #1e293b;
  opacity: 0.75;
  margin: 0 0 10px;
}

.brand-values__title {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  margin: 0 0 10px;
  color: #0f172a;
}

.brand-values__lead {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.6;
}

.brand-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 26px;
}

.paralax {
  height: 150px;
}

.value-card {
  border: 1px solid #202a4c0d;
  background: #b9bcdf14;
  backdrop-filter: blur(6px);
  border-radius: 18px;
  padding: 25px;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.value-card:hover {
  transform: translateY(-2px);
}

.value-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #0f172a;
  background: linear-gradient(to left, #2c3961 50%, #1f2a4c 50%) no-repeat
    scroll left bottom / 210% 100% #1f2a4c;
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin-bottom: 12px;
}

.value-card__icon svg {
  width: 22px;
  height: 22px;
}

.value-card__title {
  margin: 0 0 8px;
  font-size: 16px;
  color: #0f172a;
  line-height: 1.25;
}

.value-card__desc {
  margin: 0;
  color: #334155;
  font-size: 14.5px;
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 980px) {
  .brand-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .brand-values__grid {
    grid-template-columns: 1fr;
  }
  .value-card {
    padding: 16px;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .value-card {
    transition: none;
  }
  .value-card:hover {
    transform: none;
  }
}

.contacts_address {
  max-width: 220px;
}

.trx_addons_scroll_to_top.show {
  bottom: 6em;
}

.row > * {
  padding-left: unset;
  padding-right: unset;
}

.team_member_avatar {
  border: none !important;
}

.team_member_page .team_member_featured {
  float: right;
  width: 50%;
  padding: 0 0 0.75em 2.5em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.scheme_default .sc_item_subtitle {
  color: #b9bcdf;
}

.top_panel .sc_layouts_row_fixed_on {
  background-color: transparent;
  box-shadow: none;
}

.top_panel .logo_image {
  filter: invert(1) brightness(2);
}

.top_panel:before {
  content: "";
  width: 100%;
  height: 14rem;
  position: fixed;
  z-index: 100;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(31, 42, 76, 0.95) 0%,
    rgba(31, 42, 76, 0.7) 25%,
    rgba(31, 42, 76, 0.35) 45%,
    rgba(31, 42, 76, 0.15) 60%,
    rgba(31, 42, 76, 0.05) 75%,
    rgba(31, 42, 76, 0) 100%
  );
}

.top_panel .menu-item span {
  color: #fff;
}

.top_panel .sc_layouts_row_fixed {
  background-color: transparent;
  box-shadow: none;
  top: auto;
  position: fixed;
  z-index: 100002;
  top: 0px;
  left: -15px;
  right: -15px;
  margin: 0px !important;
}

.top_panel .sc_layouts_row_fixed:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 20%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0.1) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 20%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0.1) 75%,
    rgba(0, 0, 0, 0) 100%
  );
}

.scheme_default.sidebar .sidebar_inner {
  background-color: #babcdf00;
  padding-bottom: 30px;
  color: #212427;
  background-color: #babcdf;
  color: #fffbf5;
}

.scheme_default.sidebar .sidebar_inner .menu-item {
  transition: transform 0.3s ease;
}

.scheme_default.sidebar .sidebar_inner .menu-item a {
  color: #212427;
  font-size: 1.2rem;
}

.scheme_default.sidebar .sidebar_inner .menu-item:hover {
  transform: translateX(1rem);
}

.scheme_default.sidebar .sidebar_inner .menu-item::before {
  content: none;
}

.scheme_default .page_wrap {
  background-color: #fffbf5;
}

h4.trx_sc_services_children__title {
  position: relative;
  font-size: 1rem;
  margin: 0;
  padding: 1rem;
  padding-right: 3rem;
  border-bottom: 1px solid #2c396138;
}

h4.trx_sc_services_children__title::after {
  content: "\E922";
  font-family: "fontello";
  font-style: normal;
  position: absolute;
  right: 1.5rem;
  transition: all 0.3s ease;
  color: #b9bcdf;
}

.trx_sc_services_children__link:hover
  h4.trx_sc_services_children__title::after {
  right: 1rem;
}

.services-image-col .vc_column-inner {
  position: sticky;
  top: 120px; /* dopasuj do wysokości headera */
  align-self: flex-start;
  height: fit-content;
}

.services-split-row {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .services-image-col .vc_column-inner {
    position: relative;
    top: auto;
    min-height: 300px;
  }
}

.services-image-col .vc_column-inner {
  border-radius: 0 0 0 40px;
  overflow: hidden;
}

.services-image-col-wrap {
  position: sticky;
  top: 150px;
  align-self: flex-start;
}

.services-split-row,
.services-split-row > .vc_column_container,
.services-split-row > .vc_column_container > .vc_column-inner,
.services-split-row .wpb_wrapper {
  overflow: visible !important;
}
.services-image-col-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .services-image-col-wrap > .vc_column-inner {
    position: relative;
    top: auto;
  }
}

.motto-block {
  background: #1f2a4c;
  color: #fffbf5;
  font-style: italic;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
}

.scheme_default .sc_slider_controls .slider_controls_wrap > a {
  background-color: #b9bcdf;
  color: #fffbf5;
}

.scheme_default .sc_slider_controls .slider_controls_wrap > a:hover {
  background-color: #989bc3;
}

.vc_icon_element.vc_icon_element-outer
  .vc_icon_element-inner.vc_icon_element-color-mulled_wine
  .vc_icon_element-icon {
  color: #fffbf5;
}

.scheme_default
  .vc_icon_element.vc_icon_element-outer
  .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
  background-color: #989bc3;
  border: none;
}

.vc_cta3-container {
  margin-bottom: 0.25rem;
}

.scheme_default
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a
  .vc_tta-controls-icon,
.scheme_default
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-title
  > a:hover
  .vc_tta-controls-icon {
  background-color: #b9bcdf;
  color: #fffbf5;
}

.scheme_default
  .vc_tta.vc_tta-accordion
  .vc_tta-panel-heading
  .vc_tta-controls-icon {
  color: #b9bcdf;
}

.scheme_default
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  background-color: #fffbf5;
}

.partners-section .partners-section__item.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.75rem;
  padding: 1.25rem;
}

.partners-section__image {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.partners-section__image:hover {
  opacity: 1;
  filter: none;
}

.partners-section__image img {
  max-height: 8.75rem;
}

.footer_wrap .menu-item::before {
  content: none;
}

.footer_wrap .menu-item {
  content: none;
  margin-bottom: 1rem;
}

.footer_wrap .menu-item a:hover {
  color: #999bc3;
}

.iac-section {
  padding: clamp(18px, 3vw, 36px) 0;
}

.iac-section .iac-col--one-col {
  width: 50%;
  margin: auto;
}

.iac-col-img div,
.iac-col-img figure {
  height: 100%;
}

.iac-col-img img {
  height: 100%q;
  object-fit: cover;
}

.iac-section .iac-col > .vc_column-inner {
  height: 100%;
}

.iac-section .iac-col > .vc_column-inner > .wpb_wrapper {
  background: #fffbf5;
  border: 1px solid #b9bcdf;
  border-radius: 18px;
  padding: clamp(18px, 2.4vw, 28px);
  box-shadow: 0 10px 30px rgba(31, 42, 76, 0.08);
}

.iac-section .sc_title .sc_item_title {
  color: #1f2a4c;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(185, 188, 223, 0.7);
}

.iac-section ul,
.iac-section li,
.iac-section li span {
  font-weight: 400 !important;
}

.iac-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.iac-section li {
  position: relative;
  padding: 12px 14px 12px 46px;
  border-radius: 14px;
  background: rgba(185, 188, 223, 0.22); /* Lavender tint */
  color: #1f2a4c;
  line-height: 1.35;
  border: 1px solid rgba(185, 188, 223, 0.55);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.iac-section li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 14px;
}

.iac-section .iac-col:nth-child(1) li::before {
  font-family: "fontello";
  content: "";
  color: #1f2a4c; /* Navy */
  /* background: rgba(185, 188, 223, 0.55);
  border: 1px solid rgba(31, 42, 76, 0.12); */
}

.iac-section .iac-col:nth-child(2) li {
  background: rgba(185, 188, 223, 0.22); /* Lavender tint */
}
.iac-section .iac-col:nth-child(2) li::before {
  font-family: "fontello";
  content: "";
  color: #1f2a4c; /* Navy */
  /* background: rgba(31, 42, 76, 0.1);
  border: 1px solid rgba(31, 42, 76, 0.14); */
}

/* Make two cards same height nicely */
.iac-section .vc_row {
  align-items: stretch;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .iac-section .iac-col .wpb_wrapper {
    border-radius: 16px;
  }
  .iac-section li {
    padding: 12px 12px 12px 44px;
  }
}

.vc_cta3-icons:hover {
}

.wp-block-group:nth-of-type(even)::before {
  content: "";
  position: absolute;
  width: 300%;
  height: 120%;
  top: -10%;
  z-index: 0;
  background: #babcdf;
  left: -100%;
}

.wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  position: relative;
}

.sc_team_item_info {
  background-color: #fffbf5;
}

.sc_team_item_content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sc_team_item img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.scheme_dark .widget_nav_menu ul li.current-menu-item > a {
  color: #babcdf;
}

.team_member_content.entry-content {
  text-align: justify;
}

.scheme_default
  .sc_layouts_row_type_compact
  .sc_layouts_item
  a:not(.sc_button):not(.button):hover {
  border-color: #babcdf;
}

.scheme_default
  .sc_layouts_row_type_compact
  .socials_wrap
  .social_item:hover
  .social_icon {
  color: #babcdf;
}

.sidebar_left .sidebar {
  float: left;
  position: sticky;
  top: 130px;
}
