.elementor-23 .elementor-element.elementor-element-cfb3a9b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-791b449{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-0ccb687{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-39c2d7f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-86adb67{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-f15f4df{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-16c230f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-2f287e1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-e5ff735{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-d8368db{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-23:not(.elementor-motion-effects-element-type-background), body.elementor-page-23 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-secondary ) 100%);}@media(min-width:768px){.elementor-23 .elementor-element.elementor-element-cfb3a9b{--content-width:1600px;}.elementor-23 .elementor-element.elementor-element-791b449{--content-width:1600px;}.elementor-23 .elementor-element.elementor-element-0ccb687{--content-width:1600px;}.elementor-23 .elementor-element.elementor-element-39c2d7f{--content-width:1600px;}.elementor-23 .elementor-element.elementor-element-86adb67{--content-width:1600px;}.elementor-23 .elementor-element.elementor-element-f15f4df{--content-width:1600px;}.elementor-23 .elementor-element.elementor-element-16c230f{--content-width:1600px;}.elementor-23 .elementor-element.elementor-element-2f287e1{--content-width:1600px;}.elementor-23 .elementor-element.elementor-element-e5ff735{--content-width:1600px;}.elementor-23 .elementor-element.elementor-element-d8368db{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-13835b4 */.hj-salon-hero {
  position: relative;
  min-height: 100vh;
  background: #1A1A1A;
  color: #ffffff;
  padding: 100px 6%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hj-salon-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(212,175,55,0.22), transparent 30%),
    radial-gradient(circle at 80% 50%, rgba(112,96,144,0.25), transparent 35%),
    linear-gradient(135deg, #1A1A1A 0%, #080808 100%);
}

.hj-salon-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.hj-salon-badge {
  display: inline-block;
  color: #D4AF37;
  border: 1px solid rgba(212,175,55,0.35);
  background: rgba(212,175,55,0.08);
  padding: 10px 18px;
  border-radius: 999px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  margin-bottom: 24px;
}

.hj-salon-hero h1 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 1.02;
  margin: 0 0 24px;
}

.hj-salon-hero p {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.7;
  max-width: 650px;
  margin: 0 0 34px;
}

.hj-salon-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hj-salon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 30px;
  border-radius: 999px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.3s ease;
}

.hj-salon-btn.primary {
  background: #D4AF37;
  color: #111111 !important;
  box-shadow: 0 0 35px rgba(212,175,55,0.28);
}

.hj-salon-btn.secondary {
  border: 1px solid rgba(212,175,55,0.6);
  color: #D4AF37 !important;
  background: transparent;
}

.hj-salon-btn:hover {
  transform: translateY(-3px);
}

.hj-salon-btn.primary:hover {
  box-shadow: 0 0 55px rgba(212,175,55,0.45);
}

.hj-salon-btn.secondary:hover {
  background: #D4AF37;
  color: #111111 !important;
}

.hj-salon-visual {
  display: flex;
  justify-content: center;
}

.hj-salon-dashboard {
  width: 100%;
  max-width: 520px;
  padding: 30px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.11);
  box-shadow:
    0 45px 110px rgba(0,0,0,0.55),
    0 0 80px rgba(212,175,55,0.12);
  transform: perspective(900px) rotateY(-8deg);
}

.hj-salon-dashboard-top {
  padding: 26px;
  border-radius: 26px;
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.25);
  margin-bottom: 20px;
}

.hj-salon-dashboard-top span {
  display: block;
  color: #D4AF37;
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hj-salon-dashboard-top h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin: 0;
}

.hj-salon-booking-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 14px;
}

.hj-salon-booking-row > span {
  color: #D4AF37;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 13px;
}

.hj-salon-booking-row strong {
  display: block;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
}

.hj-salon-booking-row small {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.hj-salon-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.hj-salon-stats div {
  padding: 20px 12px;
  border-radius: 20px;
  background: #D4AF37;
  text-align: center;
  color: #111111;
}

.hj-salon-stats strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1;
}

.hj-salon-stats small {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 12px;
  margin-top: 7px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .hj-salon-hero {
    padding: 90px 5% 70px;
  }

  .hj-salon-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hj-salon-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hj-salon-buttons {
    justify-content: center;
  }

  .hj-salon-dashboard {
    transform: none;
  }
}

@media (max-width: 480px) {
  .hj-salon-hero {
    padding: 75px 20px 60px;
  }

  .hj-salon-hero h1 {
    font-size: 42px;
  }

  .hj-salon-hero p {
    font-size: 16px;
  }

  .hj-salon-btn {
    width: 100%;
  }

  .hj-salon-dashboard {
    padding: 22px;
  }

  .hj-salon-booking-row {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .hj-salon-stats {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6e0537 */.hj-salon-why {
  background: #0F0F0F;
  padding: 120px 6%;
  color: #ffffff;
}

.hj-salon-why-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.hj-salon-why-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.hj-salon-why-head h2 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  margin: 20px 0;
}

.hj-salon-why-head p {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.hj-salon-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hj-salon-why-card {
  padding: 40px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.1);
  transition: .35s ease;
}

.hj-salon-why-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212,175,55,.45);
  box-shadow: 0 35px 90px rgba(0,0,0,.35);
}

.hj-salon-why-card > span {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(212,175,55,.12);
  border: 1px solid rgba(212,175,55,.35);
  color: #D4AF37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter,sans-serif;
  font-weight: 900;
  margin-bottom: 24px;
}

.hj-salon-why-card h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin: 0 0 14px;
}

.hj-salon-why-card p {
  color: #B8B8B8;
  font-family: Inter,sans-serif;
  line-height: 1.8;
  margin: 0;
}

@media(max-width:991px){
  .hj-salon-why-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:767px){
  .hj-salon-why {
    padding: 75px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72b6915 */.hj-salon-problems {
  background: #1A1A1A;
  color: #ffffff;
  padding: 120px 6%;
}

.hj-salon-problems-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.hj-salon-problems-content {
  max-width: 900px;
  margin-bottom: 70px;
}

.hj-salon-problems-content h2 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  margin: 20px 0 24px;
}

.hj-salon-problems-content p {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.85;
  max-width: 760px;
}

.hj-salon-problems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hj-salon-problem-card {
  padding: 40px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.1);
  transition: .35s ease;
}

.hj-salon-problem-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212,175,55,.45);
  box-shadow: 0 35px 90px rgba(0,0,0,.35);
}

.hj-salon-problem-card > span {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(212,175,55,.12);
  border: 1px solid rgba(212,175,55,.35);
  color: #D4AF37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter,sans-serif;
  font-weight: 900;
  margin-bottom: 24px;
}

.hj-salon-problem-card h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin: 0 0 14px;
}

.hj-salon-problem-card p {
  color: #B8B8B8;
  font-family: Inter,sans-serif;
  line-height: 1.8;
  margin: 0;
}

@media(max-width:991px){
  .hj-salon-problems {
    padding: 90px 5%;
  }

  .hj-salon-problems-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:767px){
  .hj-salon-problems {
    padding: 75px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-128c8b3 */.hj-salon-benefits {
  background: #0F0F0F;
  color: #ffffff;
  padding: 120px 6%;
}

.hj-salon-benefits-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.hj-salon-benefits-left h2 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  margin: 20px 0 24px;
}

.hj-salon-benefits-left p {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 35px;
}

.hj-salon-benefit-list {
  display: grid;
  gap: 16px;
}

.hj-salon-benefit-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.hj-salon-benefit-list span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #D4AF37;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex-shrink: 0;
}

.hj-salon-benefits-right {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 22px;
}

.hj-benefit-stat-card {
  padding: 35px;
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.07),
    rgba(255,255,255,.025)
  );
  border: 1px solid rgba(255,255,255,.1);
  transition: .35s ease;
}

.hj-benefit-stat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212,175,55,.45);
  box-shadow: 0 35px 90px rgba(0,0,0,.35);
}

.hj-benefit-stat-card strong {
  display: block;
  color: #D4AF37;
  font-family: "Playfair Display", serif;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 12px;
}

.hj-benefit-stat-card small {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

@media(max-width:991px){

.hj-salon-benefits{
padding:90px 5%;
}

.hj-salon-benefits-inner{
grid-template-columns:1fr;
}

}

@media(max-width:767px){

.hj-salon-benefits{
padding:75px 20px;
}

.hj-salon-benefits-right{
grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c11db3d */.hj-salon-manage {
  background: #1A1A1A;
  color: #ffffff;
  padding: 120px 6%;
  overflow: hidden;
}

.hj-salon-manage-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.hj-salon-manage-card {
  padding: 34px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  border: 1px solid rgba(212,175,55,.25);
  box-shadow: 0 45px 110px rgba(0,0,0,.45);
}

.hj-manage-top {
  padding: 28px;
  border-radius: 28px;
  background: rgba(212,175,55,.12);
  border: 1px solid rgba(212,175,55,.25);
  margin-bottom: 24px;
}

.hj-manage-top span {
  color: #D4AF37;
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hj-manage-top h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 38px;
  line-height: 1.1;
  margin: 14px 0 0;
}

.hj-manage-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}

.hj-manage-mini {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.08);
}

.hj-manage-mini strong {
  display: block;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
}

.hj-manage-mini small {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.hj-salon-manage-content h2 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  margin: 20px 0 24px;
}

.hj-salon-manage-content p {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 35px;
}

@media(max-width:991px){
  .hj-salon-manage {
    padding: 90px 5%;
  }

  .hj-salon-manage-inner {
    grid-template-columns: 1fr;
  }
}

@media(max-width:767px){
  .hj-salon-manage {
    padding: 75px 20px;
  }

  .hj-manage-grid {
    grid-template-columns: 1fr;
  }

  .hj-salon-manage-card {
    padding: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2da3522 */.hj-salon-bookings {
  background: #0F0F0F;
  color: #ffffff;
  padding: 120px 6%;
}

.hj-salon-bookings-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.hj-salon-bookings-content h2 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  margin: 20px 0 24px;
}

.hj-salon-bookings-content p {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 35px;
}

.hj-salon-bookings-list {
  display: grid;
  gap: 16px;
}

.hj-salon-bookings-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.hj-salon-bookings-list span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #D4AF37;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex-shrink: 0;
}

.hj-salon-funnel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hj-funnel-card {
  width: 100%;
  max-width: 380px;
  padding: 30px;
  text-align: center;
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.07),
    rgba(255,255,255,.025)
  );
  border: 1px solid rgba(255,255,255,.1);
}

.hj-funnel-card strong {
  display: block;
  color: #D4AF37;
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin-bottom: 10px;
}

.hj-funnel-card small {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.hj-funnel-arrow {
  color: #D4AF37;
  font-size: 42px;
  margin: 18px 0;
}

@media(max-width:991px){

.hj-salon-bookings{
padding:90px 5%;
}

.hj-salon-bookings-inner{
grid-template-columns:1fr;
}

}

@media(max-width:767px){

.hj-salon-bookings{
padding:75px 20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f38e514 */.hj-salon-growth {
  background: #1A1A1A;
  color: #ffffff;
  padding: 120px 6%;
}

.hj-salon-growth-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.hj-salon-growth-card {
  padding: 42px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  border: 1px solid rgba(212,175,55,.25);
  box-shadow: 0 45px 110px rgba(0,0,0,.45);
}

.hj-growth-stars {
  color: #D4AF37;
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 28px;
}

.hj-salon-growth-card h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 20px;
}

.hj-salon-growth-card p {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 28px;
}

.hj-growth-review {
  padding: 24px;
  border-radius: 24px;
  background: rgba(212,175,55,.12);
  border: 1px solid rgba(212,175,55,.25);
}

.hj-growth-review strong {
  display: block;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.hj-growth-review small {
  color: #D4AF37;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.hj-salon-growth-content h2 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  margin: 20px 0 24px;
}

.hj-salon-growth-content p {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 35px;
}

@media(max-width:991px){
  .hj-salon-growth {
    padding: 90px 5%;
  }

  .hj-salon-growth-inner {
    grid-template-columns: 1fr;
  }
}

@media(max-width:767px){
  .hj-salon-growth {
    padding: 75px 20px;
  }

  .hj-salon-growth-card {
    padding: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34dab59 */.hj-salon-apply {
  background:
    radial-gradient(circle at 70% 30%, rgba(212,175,55,.14), transparent 35%),
    #0F0F0F;
  color: #ffffff;
  padding: 120px 6%;
}

.hj-salon-apply-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.hj-salon-apply-content h2 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.05;
  margin: 20px 0 24px;
}

.hj-salon-apply-content p {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.85;
  max-width: 700px;
  margin-bottom: 35px;
}

.hj-salon-apply-card {
  padding: 34px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  border: 1px solid rgba(212,175,55,.25);
  box-shadow: 0 45px 110px rgba(0,0,0,.45);
}

.hj-apply-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.08);
  margin-bottom: 16px;
}

.hj-apply-step:last-child {
  margin-bottom: 0;
}

.hj-apply-step > span {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #D4AF37;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-weight: 900;
}

.hj-apply-step strong {
  display: block;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.hj-apply-step small {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

@media(max-width:991px){
  .hj-salon-apply {
    padding: 90px 5%;
  }

  .hj-salon-apply-inner {
    grid-template-columns: 1fr;
  }
}

@media(max-width:767px){
  .hj-salon-apply {
    padding: 75px 20px;
  }

  .hj-salon-apply-card {
    padding: 24px;
  }

  .hj-apply-step {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fe0998 */.hj-faq-page {
  background: #1A1A1A;
  color: #ffffff;
  padding: 120px 6%;
}

.hj-faq-page-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.hj-faq-page-head {
  text-align: center;
  margin-bottom: 80px;
}

.hj-page-badge {
  display: inline-block;
  color: #D4AF37;
  border: 1px solid rgba(212,175,55,.35);
  background: rgba(212,175,55,.08);
  padding: 10px 18px;
  border-radius: 999px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  margin-bottom: 24px;
}

.hj-faq-page h1 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.05;
  margin: 0 0 25px;
}

.hj-faq-page-head p {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto;
}

.hj-faq-category {
  margin-bottom: 70px;
}

.hj-faq-category h2 {
  color: #D4AF37;
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin: 0 0 30px;
}

.hj-page-faq-item {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.1);
  overflow: hidden;
  margin-bottom: 16px;
}

.hj-page-faq-item.active {
  border-color: #D4AF37;
  background: linear-gradient(135deg, rgba(212,175,55,.12), rgba(212,175,55,.03));
}

.hj-page-faq-question {
  width: 100%;
  padding: 26px;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.hj-page-faq-question span {
  color: #ffffff !important;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.3;
  padding-right: 20px;
}

.hj-page-faq-question b {
  color: #D4AF37 !important;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 1;
  transition: .3s ease;
}

.hj-page-faq-answer {
  display: none;
}

.hj-page-faq-answer p {
  padding: 0 26px 26px;
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.hj-page-faq-item.active .hj-page-faq-answer {
  display: block !important;
}

.hj-page-faq-item.active .hj-page-faq-question b {
  transform: rotate(45deg);
}

@media(max-width:767px) {
  .hj-faq-page {
    padding: 80px 20px;
  }

  .hj-faq-page-head {
    margin-bottom: 60px;
  }

  .hj-faq-category h2 {
    font-size: 34px;
  }

  .hj-page-faq-question {
    padding: 22px;
  }

  .hj-page-faq-question span {
    font-size: 21px;
  }

  .hj-page-faq-answer p {
    padding: 0 22px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-128ab12 */.hj-salon-final{
    background:
    radial-gradient(
      circle at center,
      rgba(212,175,55,.16),
      transparent 45%
    ),
    #1A1A1A;

    padding:140px 6%;
    text-align:center;
    overflow:hidden;
}

.hj-salon-final-inner{
    max-width:950px;
    margin:0 auto;
}

.hj-salon-final h2{
    color:#ffffff;
    font-family:"Playfair Display",serif;
    font-size:clamp(48px,6vw,84px);
    line-height:1.05;
    margin:20px 0 25px;
}

.hj-salon-final p{
    color:#B8B8B8;
    font-family:Inter,sans-serif;
    font-size:19px;
    line-height:1.9;
    max-width:760px;
    margin:0 auto 40px;
}

.hj-salon-final-buttons{
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}

.hj-salon-final-btn{
    padding:18px 34px;
    border-radius:999px;
    text-decoration:none;
    font-family:Inter,sans-serif;
    font-weight:700;
    transition:.3s ease;
}

.hj-salon-final-btn.primary{
    background:#D4AF37;
    color:#111111;
    box-shadow:0 0 35px rgba(212,175,55,.25);
}

.hj-salon-final-btn.secondary{
    border:1px solid rgba(212,175,55,.45);
    color:#D4AF37;
}

.hj-salon-final-btn:hover{
    transform:translateY(-4px);
}

.hj-salon-final-btn.primary:hover{
    box-shadow:0 0 60px rgba(212,175,55,.4);
}

.hj-salon-final-btn.secondary:hover{
    background:#D4AF37;
    color:#111111;
}

@media(max-width:767px){

.hj-salon-final{
    padding:90px 20px;
}

.hj-salon-final-btn{
    width:100%;
}

}/* End custom CSS */