.elementor-211 .elementor-element.elementor-element-a99b302{--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-211 .elementor-element.elementor-element-c3f88d4{--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-211 .elementor-element.elementor-element-e0fd425{--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-211 .elementor-element.elementor-element-59374d6{--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-211 .elementor-element.elementor-element-a613be7{--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-211 .elementor-element.elementor-element-8bdca29{--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-211 .elementor-element.elementor-element-d5ed835{--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-211 .elementor-element.elementor-element-d51ee2f{--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-211 .elementor-element.elementor-element-df1a8ef{--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-211:not(.elementor-motion-effects-element-type-background), body.elementor-page-211 > .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-211 .elementor-element.elementor-element-a99b302{--content-width:1600px;}.elementor-211 .elementor-element.elementor-element-c3f88d4{--content-width:1600px;}.elementor-211 .elementor-element.elementor-element-e0fd425{--content-width:1600px;}.elementor-211 .elementor-element.elementor-element-59374d6{--content-width:1600px;}.elementor-211 .elementor-element.elementor-element-a613be7{--content-width:1600px;}.elementor-211 .elementor-element.elementor-element-8bdca29{--content-width:1600px;}.elementor-211 .elementor-element.elementor-element-d5ed835{--content-width:1600px;}.elementor-211 .elementor-element.elementor-element-d51ee2f{--content-width:1600px;}.elementor-211 .elementor-element.elementor-element-df1a8ef{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-34c2b64 */.hj-work-hero {
  position: relative;
  min-height: 100vh;
  background: #1A1A1A;
  color: #ffffff;
  padding: 110px 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

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

.hj-work-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
}

.hj-work-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-work-hero h1 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 1.02;
  margin: 0 0 26px;
}

.hj-work-hero p {
  max-width: 820px;
  margin: 0 auto 38px;
  font-family: Inter, sans-serif;
  color: #B8B8B8;
  font-size: 20px;
  line-height: 1.8;
}

.hj-work-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

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

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

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

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

.hj-work-flow {
  display: grid;
  grid-template-columns: 1fr 60px 1.2fr 60px 1fr;
  gap: 14px;
  align-items: center;
}

.hj-work-flow-card {
  padding: 30px 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.1);
}

.hj-work-flow-card.center {
  border-color: rgba(212,175,55,.45);
  background: linear-gradient(135deg, rgba(212,175,55,.13), rgba(255,255,255,.03));
}

.hj-work-flow-card strong {
  display: block;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  margin-bottom: 8px;
}

.hj-work-flow-card small {
  color: #B8B8B8;
  font-family: Inter, sans-serif;
}

.hj-work-arrow {
  color: #D4AF37;
  font-size: 36px;
}

@media(max-width:991px){
  .hj-work-hero {
    padding: 100px 5% 80px;
  }

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

  .hj-work-arrow {
    transform: rotate(90deg);
  }
}

@media(max-width:767px){
  .hj-work-hero {
    padding: 85px 20px 70px;
  }

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

  .hj-work-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf35e2b */.hj-eco {
  background: #0F0F0F;
  color: #ffffff;
  padding: 120px 6%;
}

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

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

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

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

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

.hj-eco-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-eco-card.center {
  border-color: rgba(212,175,55,.45);
  background: linear-gradient(135deg, rgba(212,175,55,.13), rgba(255,255,255,.03));
}

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

.hj-eco-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-eco-card h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  margin: 0 0 14px;
}

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

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

@media(max-width:767px){
  .hj-eco {
    padding: 75px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-720f9d2 */.hj-customer-journey {
  background: #1A1A1A;
  color: #ffffff;
  padding: 120px 6%;
}

.hj-customer-journey-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.hj-customer-journey-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 80px;
}

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

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

.hj-customer-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 18px;
}

.hj-customer-timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: rgba(212,175,55,.25);
}

.hj-timeline-item {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hj-timeline-number {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #D4AF37;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter,sans-serif;
  font-weight: 900;
}

.hj-timeline-item h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.hj-timeline-item p {
  color: #B8B8B8;
  font-family: Inter,sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

@media(max-width:1200px){

.hj-customer-timeline{
grid-template-columns:repeat(2,1fr);
}

.hj-customer-timeline::before{
display:none;
}

}

@media(max-width:767px){

.hj-customer-journey{
padding:75px 20px;
}

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

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0622398 */.hj-salon-journey {
  background: #0F0F0F;
  color: #ffffff;
  padding: 120px 6%;
}

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

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

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

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

.hj-salon-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 18px;
}

.hj-salon-timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: rgba(212,175,55,.25);
}

.hj-salon-timeline-item {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hj-salon-timeline-number {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #D4AF37;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter,sans-serif;
  font-weight: 900;
}

.hj-salon-timeline-item h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.hj-salon-timeline-item p {
  color: #B8B8B8;
  font-family: Inter,sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

@media(max-width:1200px){
  .hj-salon-timeline {
    grid-template-columns: repeat(2,1fr);
  }

  .hj-salon-timeline::before {
    display: none;
  }
}

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

  .hj-salon-timeline {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c20349f */.hj-customer-benefits {
  background: #1A1A1A;
  color: #ffffff;
  padding: 120px 6%;
}

.hj-customer-benefits-inner {
  max-width: 1320px;
  margin: 0 auto;
}

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

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

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

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

.hj-customer-benefit-card {
  padding: 36px;
  border-radius: 30px;
  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-customer-benefit-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212,175,55,.45);
  box-shadow: 0 35px 90px rgba(0,0,0,.35);
}

.hj-customer-benefit-card span {
  width: 54px;
  height: 54px;
  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: 22px;
}

.hj-customer-benefit-card h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  margin-bottom: 12px;
}

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

@media(max-width:991px){
  .hj-customer-benefits-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

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

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

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

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

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

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

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

.hj-salon-benefit-work-card {
  padding: 36px;
  border-radius: 30px;
  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-benefit-work-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212,175,55,.45);
  box-shadow: 0 35px 90px rgba(0,0,0,.35);
}

.hj-salon-benefit-work-card span {
  width: 54px;
  height: 54px;
  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: 22px;
}

.hj-salon-benefit-work-card h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  margin-bottom: 12px;
}

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

@media(max-width:991px){
  .hj-salon-benefits-work-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

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

  .hj-salon-benefits-work-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59de4d8 */.hj-different {
  background: #1A1A1A;
  color: #ffffff;
  padding: 120px 6%;
}

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

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

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

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

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

.hj-different-card {
  padding: 40px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.1);
}

.hj-different-card.highlighted {
  border-color: rgba(212,175,55,.45);
  background: linear-gradient(135deg, rgba(212,175,55,.13), rgba(255,255,255,.03));
}

.hj-different-card span {
  display: inline-block;
  color: #D4AF37;
  font-family: Inter,sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.hj-different-card h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  margin: 0 0 26px;
}

.hj-different-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.hj-different-card li {
  color: #B8B8B8;
  font-family: Inter,sans-serif;
  line-height: 1.6;
  position: relative;
  padding-left: 28px;
}

.hj-different-card li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #777;
  font-weight: 900;
}

.hj-different-card.highlighted li::before {
  content: "✓";
  color: #D4AF37;
}

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

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

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

.hj-future-head {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 80px;
}

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

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

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

.hj-future-card {
  padding: 38px;
  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-future-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212,175,55,.45);
}

.hj-future-card.featured {
  border-color: rgba(212,175,55,.45);
  background: linear-gradient(
    135deg,
    rgba(212,175,55,.14),
    rgba(255,255,255,.03)
  );
}

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

.hj-future-card h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  margin-bottom: 14px;
}

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

@media(max-width:991px){
  .hj-future-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

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

  .hj-future-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dddc02 */.hj-work-final {
  background:
    radial-gradient(circle at center, rgba(212,175,55,.16), transparent 45%),
    #1A1A1A;
  padding: 140px 6%;
  text-align: center;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

@media(max-width:767px) {
  .hj-work-final {
    padding: 90px 20px;
  }

  .hj-work-final-btn {
    width: 100%;
  }
}/* End custom CSS */