.elementor-302 .elementor-element.elementor-element-05ad423{--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-302 .elementor-element.elementor-element-0bd1cfc{--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-302 .elementor-element.elementor-element-324ed6c{--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-302 .elementor-element.elementor-element-974a53b{--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-302 .elementor-element.elementor-element-4d42c77{--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-302 .elementor-element.elementor-element-cafb5ec{--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-302:not(.elementor-motion-effects-element-type-background), body.elementor-page-302 > .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-302 .elementor-element.elementor-element-05ad423{--content-width:1600px;}.elementor-302 .elementor-element.elementor-element-0bd1cfc{--content-width:1600px;}.elementor-302 .elementor-element.elementor-element-324ed6c{--content-width:1600px;}.elementor-302 .elementor-element.elementor-element-974a53b{--content-width:1600px;}.elementor-302 .elementor-element.elementor-element-4d42c77{--content-width:1600px;}.elementor-302 .elementor-element.elementor-element-cafb5ec{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-b559905 */.hj-faq-hero {
  position: relative;
  min-height: 70vh;
  background: #1A1A1A;
  color: #ffffff;
  padding: 120px 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hj-faq-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-faq-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

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

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

@media(max-width:767px) {
  .hj-faq-hero {
    min-height: auto;
    padding: 90px 20px 75px;
  }

  .hj-faq-hero p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-103db30 */.hj-cust-faq {
  background: #0F0F0F;
  color: #ffffff;
  padding: 120px 6%;
}

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

.hj-cust-faq-head {
  text-align: center;
  margin-bottom: 60px;
}

.hj-cust-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-cust-faq-head h2 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.06;
  margin: 20px 0;
}

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

.hj-cust-faq-list {
  display: grid;
  gap: 18px;
}

.hj-cust-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,.10);
  overflow: hidden;
  transition: all .35s ease;
  box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

.hj-cust-faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(212,175,55,.35);
}

.hj-cust-faq-item.active {
  border-color: #D4AF37;
  background: linear-gradient(
    135deg,
    rgba(212,175,55,.12),
    rgba(212,175,55,.03)
  );
  box-shadow: 0 20px 60px rgba(212,175,55,.12);
}

.hj-cust-faq-question {
  width: 100%;
  padding: 28px 30px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  line-height: 1.3;
}

.hj-cust-faq-question span {
  color: #ffffff !important;
  padding-right: 20px;
}

.hj-cust-faq-question b {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: rgba(212,175,55,.12);
  border: 1px solid rgba(212,175,55,.35);
  color: #D4AF37 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 1;
  transition: .3s ease;
}

.hj-cust-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

.hj-cust-faq-answer p {
  padding: 0 30px 30px;
  margin: 0;
  color: #B8B8B8;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.9;
}

.hj-cust-faq-item.active .hj-cust-faq-answer {
  max-height: 300px;
}

.hj-cust-faq-item.active .hj-cust-faq-question b {
  transform: rotate(45deg);
  background: #D4AF37;
  color: #111111 !important;
}

@media (max-width: 480px) {
  .hj-cust-faq {
    padding: 75px 20px;
  }

  .hj-cust-faq-question {
    font-size: 21px;
    padding: 22px;
  }

  .hj-cust-faq-question b {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 24px;
  }

  .hj-cust-faq-answer p {
    padding: 0 22px 22px;
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a75323 */.hj-faq-final {
  background:
    radial-gradient(circle at center, rgba(212,175,55,.16), transparent 45%),
    #1A1A1A;
  padding: 140px 6%;
  text-align: center;
}

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

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

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

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

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

.hj-faq-final-btn.primary {
  background: #D4AF37;
  color: #111111 !important;
}

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

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

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

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

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