.elementor-186 .elementor-element.elementor-element-f866290{--display:flex;--overlay-opacity:0.68;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-186 .elementor-element.elementor-element-f866290:not(.elementor-motion-effects-element-type-background), .elementor-186 .elementor-element.elementor-element-f866290 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://gplexsupreme.com/wp-content/uploads/2025/12/photo_2025-11-03_12-42-26.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-186 .elementor-element.elementor-element-f866290::before, .elementor-186 .elementor-element.elementor-element-f866290 > .elementor-background-video-container::before, .elementor-186 .elementor-element.elementor-element-f866290 > .e-con-inner > .elementor-background-video-container::before, .elementor-186 .elementor-element.elementor-element-f866290 > .elementor-background-slideshow::before, .elementor-186 .elementor-element.elementor-element-f866290 > .e-con-inner > .elementor-background-slideshow::before, .elementor-186 .elementor-element.elementor-element-f866290 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-186 .elementor-element.elementor-element-8835b25{--display:flex;}.elementor-186 .elementor-element.elementor-element-4983738{--display:flex;}@media(min-width:1025px){.elementor-186 .elementor-element.elementor-element-f866290:not(.elementor-motion-effects-element-type-background), .elementor-186 .elementor-element.elementor-element-f866290 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-2eb2ff6 *//* =========================
   CONTACT — HERO (DARK MODE)
   ========================= */
.gx-contact-hero {
  padding: 100px 20px;
  background: transparent; /* background kau control di Elementor */
  text-align: center;
}

/* Gold small heading */
.gx-contact-kicker {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #f5a623; /* gold */
  margin-bottom: 12px;
  font-weight: 700;
}

/* Main title white */
.gx-contact-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff; /* white */
  margin-bottom: 18px;
}

/* Highlight gold */
.gx-contact-title span {
  color: #f5a623;
}

/* Subtitle soft-white */
.gx-contact-sub {
  font-size: 16px;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.7;
  color: #e5e7eb; /* soft white */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b26fce7 *//* =========================
   CONTACT INFO
   ========================= */
.gx-contact-info {
  padding: 80px 20px;
  background: #ffffff;
}

.gx-section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 40px;
}

.gx-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 28px;
}

.gx-contact-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  transition: 0.25s ease;
}

.gx-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

.gx-contact-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111827;
}

.gx-contact-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86cf7ca *//* =========================
   CONTACT FORM (MODERN)
   ========================= */

.gx-contact-form {
  padding: 80px 20px;
  background: #f8fafc;
}

.gx-form-container {
  max-width: 700px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(15,23,42,0.08);
}

.gx-form-title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 6px;
}

.gx-form-sub {
  text-align: center;
  color: #4b5563;
  margin-bottom: 30px;
}

.gx-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.gx-form-container input,
.gx-form-container textarea {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  font-size: 15px;
  color: #1f2937;
  background: #ffffff;
}

.gx-form-container textarea {
  height: 140px;
  resize: vertical;
  margin-top: 10px;
}

.gx-form-btn {
  margin-top: 22px;
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(90deg, #f7b23b, #f5a623);
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  transition: 0.25s ease;
}

.gx-form-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(245,166,35,0.35);
}/* End custom CSS */