.elementor-90 .elementor-element.elementor-element-a229e4f{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-90 .elementor-element.elementor-element-a229e4f:not(.elementor-motion-effects-element-type-background), .elementor-90 .elementor-element.elementor-element-a229e4f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-b1c2168 *//* ======================================
   CONTACT PAGE – FINAL CLEAN VERSION
   Transparent BG + Safe White Text
   ====================================== */

.jtg-contact{
  background: transparent !important;
  padding: clamp(90px, 9vw, 140px) 16px;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #ffffff;
}

.jtg-contact__wrap{
  max-width: 1200px;
  margin: 0 auto;
}

/* ================= HEADER ================= */

.jtg-contact__head{
  text-align: center;
  max-width: 900px;
  margin: 0 auto 34px;
}

.jtg-contact__kicker{
  display: inline-block;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffd58a;
  margin-bottom: 10px;
}

.jtg-contact__title{
  margin: 0 0 12px;
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.15;
  color:#ffffff;
}

.jtg-contact__title span{ color: #ffd58a; }

.jtg-contact__desc{
  line-height: 1.85;
  font-size: 15.5px;
  color: rgba(255,255,255,.88);
}

/* ================= GRID ================= */

.jtg-contact__grid{
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 980px){
  .jtg-contact__grid{
    grid-template-columns: .95fr 1.05fr;
    align-items: start;
  }
}

/* ================= CARDS ================= */

.jtg-contact__card,
.jtg-contact__formCard{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  padding: 22px;
}

.jtg-contact__cardTitle,
.jtg-contact__formTitle{
  font-weight: 900;
  font-size: 16.5px;
  margin-bottom: 10px;
  color:#ffffff;
}

.jtg-contact__muted{
  color: rgba(255,255,255,.82);
  font-size: 14.5px;
  line-height: 1.75;
}

/* ================= WHATSAPP GOLD BUTTON ================= */

.jtg-contact__wa{
  margin-top: 14px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd58a, #c9a04a);
  color: #141414;
  font-weight: 900;
  text-decoration: none;
}

.jtg-contact__wa *{
  color: #141414;
}

/* ================= INFO BLOCKS ================= */

.jtg-contact__block{ margin-top: 12px; }

.jtg-contact__label{
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(255,255,255,.72);
  margin-bottom: 6px;
}

.jtg-contact__text{
  font-size: 14.5px;
  line-height: 1.75;
  color: rgba(255,255,255,.90);
}

.jtg-contact__hr{
  height: 1px;
  background: rgba(255,255,255,.14);
  margin: 14px 0;
}

.jtg-contact__link{
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,213,138,.55);
  color: #ffd58a;
}

/* ================= FORM ================= */

.jtg-contact__form{
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.jtg-contact__row{
  display: grid;
  gap: 12px;
}

@media (min-width: 620px){
  .jtg-contact__row{
    grid-template-columns: 1fr 1fr;
  }
}

.jtg-contact__field span{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-bottom: 6px;
  display:block;
}

.jtg-contact__field input,
.jtg-contact__field select,
.jtg-contact__field textarea{
  width: 100%;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(0,0,0,.22);
  color: #ffffff;
  outline: none;
}

.jtg-contact__field input::placeholder,
.jtg-contact__field textarea::placeholder{
  color: rgba(255,255,255,.55);
}

/* ================= ACTION BUTTONS ================= */

.jtg-contact__actions{
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

@media (min-width: 620px){
  .jtg-contact__actions{
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.jtg-contact__submit{
  padding: 12px 18px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(255,213,138,.55);
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.jtg-contact__alt{
  padding: 12px 18px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,.25);
  color: #ffffff;
  font-weight: 900;
}

/* ================= NOTE ================= */

.jtg-contact__note{
  font-size: 12.8px;
  line-height: 1.7;
  color: rgba(255,255,255,.70);
}/* End custom CSS */