.elementor-39550 .elementor-element.elementor-element-3a3abaa0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:30px;--padding-right:30px;}.elementor-39550 .elementor-element.elementor-element-3a3abaa0:not(.elementor-motion-effects-element-type-background), .elementor-39550 .elementor-element.elementor-element-3a3abaa0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F5F5;}.elementor-39550 .elementor-element.elementor-element-4231f9e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:50px;--padding-right:0px;}.elementor-39550 .elementor-element.elementor-element-4231f9e5.e-con{--align-self:center;}.elementor-39550 .elementor-element.elementor-element-48e6b0f4, .elementor-39550 .elementor-element.elementor-element-48e6b0f4 .elementor-text-editor *{font-family:"Area Regular", Sans-serif;}@media(max-width:1024px){.elementor-39550 .elementor-element.elementor-element-4231f9e5{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-39550 .elementor-element.elementor-element-3a3abaa0{--padding-top:34px;--padding-bottom:34px;--padding-left:13px;--padding-right:13px;}}/* Start custom CSS for text-editor, class: .elementor-element-48e6b0f4 */.text-rotator {
  position: relative;
  height: 120px;
  overflow: hidden;
}

.rotating-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  animation: fadeInOut 9s infinite;
  margin: 0;
}

/* Sequential delays */
.rotating-text:nth-child(1) { animation-delay: 0s; }
.rotating-text:nth-child(2) { animation-delay: 3s; }
.rotating-text:nth-child(3) { animation-delay: 6s; }

/* First line style */
.line_1 {
  color: #000;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px; /* 100% */
  display: block;
}

/* Second line style */
.line_2 {
  color: #000;
  font-size: 43px;
  font-style: normal;
  font-weight: 100 !important;
  line-height: 44.981px; /* 104.606% */
  text-transform: lowercase;
  display: block;
}
@media (max-width: 767px) {
  .text-rotator {
    height: 80px; /* smaller container height */
  }

  .line_1 {
    font-size: 31.265px;
    line-height: 31.265px;
    font-weight: 600;
  }

  .line_2 {
    font-size: 23.179px;
    line-height: 24.247px;
    font-weight: 300;
    text-transform: lowercase;
  }
}
@keyframes fadeInOut {
  0% { opacity: 0; }
  5% { opacity: 1; }
  30% { opacity: 1; }
  35% { opacity: 0; }
  100% { opacity: 0; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4231f9e5 */.elementor-39550 .elementor-element.elementor-element-4231f9e5 {
    max-width: 1280px;
}/* End custom CSS */
/* Start custom CSS */#solution-tab ul.ue-tabs.uc_tab_nav.uc-items-wrapper.r-tabs-nav {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 15%;
    padding: 0 42px;
}

#solution-tab li.r-tabs-tab {
    width: 33.3%;
    border: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

#solution-tab .r-tabs-tab a {
    backdrop-filter: blur(10px);
}

/* Left rounded corners */
#solution-tab li.r-tabs-tab:first-child,
#solution-tab li.r-tabs-tab:first-child a {
    border-radius: 10px 0 0 10px;
}

/* No left border for middle/right tabs */
#solution-tab li.r-tabs-tab:nth-child(2),
#solution-tab li.r-tabs-tab:last-child {
    border-left: none;
}

#solution-tab li.r-tabs-tab:last-child,
#solution-tab li.r-tabs-tab:last-child a {
    border-radius: 0 10px 10px 0;
}

/* The circle under each tab */
#solution-tab .r-tabs-tab::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(30px);
    transition: background 0.3s;
    z-index: 2;
}

/* Fill the circle on active tab */
#solution-tab li.r-tabs-tab.r-tabs-state-active::after {
    background: #fff;
}

/* Solution for MOB accordion title hide */
#sol-mob-accord .e-n-accordion-item[open] > .e-n-accordion-item-title {
    display: none;
}

#sol-mob-accord .e-n-accordion-item-title-header {
    flex: 1;
}

#sol-mob-accord .e-n-accordion-item-title-text {
    width: 100%;
    text-align: center;
}

#sol-mob-accord .e-n-accordion-item-title-icon {
    position: absolute;
    right: 15px;
}

.tab-in-ul ul {
    margin-left: 26px;
}

/* Mobile circular accent above title */
#solu-mob-title-cercle .elementor-widget-container {
    backdrop-filter: blur(10px);
}

#solu-mob-title-cercle .elementor-widget-container:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fff;
    backdrop-filter: blur(30px);
    transition: background 0.3s;
    z-index: 2;
}
/* Initially hide close button */
#popmake-36891.pum-container:not(.pum-active) .pum-close {
  display: none;
}

/* Show close button when popup active */
#popmake-36891.pum-container.pum-active .pum-close {
  display: block; /* or inline-block depending on your design */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease;
}

/* Swiper pagination position for small screens */
@media (max-width: 468px) {
    #more-exp-loop .swiper-pagination-horizontal {
        top: 74%;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Area Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.hairclub.com/wp-content/uploads/2025/11/fonnts.com-Area_Normal_Regular.eot');
	src: url('https://www.hairclub.com/wp-content/uploads/2025/11/fonnts.com-Area_Normal_Regular.eot?#iefix') format('embedded-opentype'),
		url('https://stg-hairclub-staging.kinsta.cloud/wp-content/uploads/2025/11/fonnts.com-Area_Normal_Regular.woff2') format('woff2'),
		url('https://www.hairclub.com/wp-content/uploads/2025/11/fonnts.com-Area_Normal_Regular.woff') format('woff'),
		url('https://www.hairclub.com/wp-content/uploads/2025/11/fonnts.com-Area_Normal_Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */