/**
 * JAMS × GACOR - site-wide theme
 * Reference: https://gtkit.rometheme.pro/gacor/
 */

:root,
body.jams-gacor-header {
  /* Profile blue system (company profile 2026) — primary accent was orange */
  --gacor-orange: #00aeef;
  --gacor-orange-hover: #0095d0;
  --gacor-cyan: #00aeef;
  --gacor-cyan-hover: #0095d0;
  --gacor-blue: #0078d7;
  --gacor-navy: #002e5d;
  --gacor-dark: #0b1220;
  --gacor-near-black: #071018;
  --gacor-white: #ffffff;
  --gacor-muted: #5f6b7a;
  --gacor-heading: #0b1220;
  --gacor-surface: #f4f8fb;
  --gacor-font: "DM Sans", "Montserrat", Arial, Helvetica, sans-serif;
  --gacor-radius: 0;
  --gacor-nav-h: 70px;
  --gacor-container: 1320px;
  --gacor-grid:
    linear-gradient(rgba(11, 18, 32, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 18, 32, 0.035) 1px, transparent 1px);
  --gacor-grid-size: 18px 18px;
  --gacor-grid-bg: var(--gacor-grid) #fff;
  --gacor-grad-brand: linear-gradient(160deg, #00aeef 0%, #0078d7 45%, #002e5d 100%);
  --gacor-grad-dark: linear-gradient(180deg, #121a28 0%, #0b1220 55%, #071018 100%);
  --gacor-grad-glow: radial-gradient(720px 340px at 90% 0%, rgba(0, 174, 239, 0.12), transparent 55%);
  --gacor-shadow-sm: 0 8px 20px rgba(11, 18, 32, 0.06);
  --gacor-shadow-md: 0 14px 32px rgba(0, 46, 93, 0.1);
  --gacor-shadow-cyan: 0 12px 28px rgba(0, 174, 239, 0.22);

  /* Aliases used by header-leads.css */
  --jams-orange: var(--gacor-orange);
  --jams-orange-hover: var(--gacor-orange-hover);
  --jams-dark: var(--gacor-dark);
  --jams-white: var(--gacor-white);
  --jams-muted: var(--gacor-muted);
  --jams-font: var(--gacor-font);
}

/* ========== Base type ========== */

body.jams-gacor-header,
body.jams-gacor-header p,
body.jams-gacor-header li,
body.jams-gacor-header input,
body.jams-gacor-header textarea,
body.jams-gacor-header button,
body.jams-gacor-header .nectar-button {
  font-family: var(--gacor-font);
}

body.jams-gacor-header {
  color: var(--gacor-muted);
}

body.jams-gacor-header h1,
body.jams-gacor-header h2,
body.jams-gacor-header h3,
body.jams-gacor-header h4,
body.jams-gacor-header h5,
body.jams-gacor-header h6,
body.jams-gacor-header .nectar-responsive-text {
  font-family: var(--gacor-font);
  font-weight: 700;
  color: var(--gacor-heading);
}

body.jams-gacor-header .light h1,
body.jams-gacor-header .light h2,
body.jams-gacor-header .light h3,
body.jams-gacor-header .light h4,
body.jams-gacor-header .light h5,
body.jams-gacor-header .light h6,
body.jams-gacor-header .span_12.light h1,
body.jams-gacor-header .span_12.light h2,
body.jams-gacor-header .span_12.light h3 {
  color: var(--gacor-white);
}

/* ========== Links ========== */

body.jams-gacor-header a {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

body.jams-gacor-header .main-content a:hover,
body.jams-gacor-header .container-wrap a:hover {
  color: var(--gacor-orange);
}

/* ========== Buttons (Salient + generic) ========== */

body.jams-gacor-header .nectar-button,
body.jams-gacor-header .nectar-button.large,
body.jams-gacor-header .nectar-button.medium,
body.jams-gacor-header .nectar-button.regular,
body.jams-gacor-header .nectar-button.small,
body.jams-gacor-header a.nectar-button,
body.jams-gacor-header .wp-block-button__link,
body.jams-gacor-header input[type="submit"],
body.jams-gacor-header button[type="submit"],
body.jams-gacor-header .wpcf7-submit {
  font-family: var(--gacor-font);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--gacor-radius);
  border: none;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.jams-gacor-header .nectar-button.regular,
body.jams-gacor-header .nectar-button.medium,
body.jams-gacor-header .nectar-button.large,
body.jams-gacor-header .nectar-button.extra_color_1,
body.jams-gacor-header .nectar-button.accent-color,
body.jams-gacor-header a.nectar-button[data-color-override="false"] {
  background-color: var(--gacor-orange);
  color: var(--gacor-white);
}

body.jams-gacor-header .nectar-button.regular:hover,
body.jams-gacor-header .nectar-button.medium:hover,
body.jams-gacor-header .nectar-button.large:hover,
body.jams-gacor-header .nectar-button.extra_color_1:hover,
body.jams-gacor-header .nectar-button.accent-color:hover,
body.jams-gacor-header a.nectar-button[data-color-override="false"]:hover {
  background-color: var(--gacor-orange-hover);
  color: var(--gacor-white);
}

body.jams-gacor-header .nectar-button.see-through,
body.jams-gacor-header .nectar-button.see-through-2 {
  background: transparent;
  border: 2px solid var(--gacor-orange);
  color: var(--gacor-orange);
}

body.jams-gacor-header .nectar-button.see-through:hover,
body.jams-gacor-header .nectar-button.see-through-2:hover {
  background-color: var(--gacor-orange);
  color: var(--gacor-white);
}

body.jams-gacor-header input[type="submit"],
body.jams-gacor-header button[type="submit"],
body.jams-gacor-header .wpcf7-submit {
  background-color: var(--gacor-orange);
  color: var(--gacor-white);
  padding: 14px 32px;
}

body.jams-gacor-header input[type="submit"]:hover,
body.jams-gacor-header button[type="submit"]:hover,
body.jams-gacor-header .wpcf7-submit:hover {
  background-color: var(--gacor-orange-hover);
}

/* ========== Fancy boxes / service tiles ========== */

body.jams-gacor-header .nectar-fancy-box {
  border-radius: var(--gacor-radius);
}

body.jams-gacor-header .nectar-fancy-box .inner:after {
  border-color: rgba(255, 255, 255, 0.35);
}

/* ========== Accents / icons ========== */

body.jams-gacor-header .nectar-color-accent-color,
body.jams-gacor-header i.accent-color,
body.jams-gacor-header .accent-color {
  color: var(--gacor-orange);
}

/* ========== Forms ========== */

body.jams-gacor-header input[type="text"],
body.jams-gacor-header input[type="email"],
body.jams-gacor-header input[type="tel"],
body.jams-gacor-header input[type="url"],
body.jams-gacor-header input[type="number"],
body.jams-gacor-header textarea,
body.jams-gacor-header select {
  font-family: var(--gacor-font);
  border-radius: var(--gacor-radius);
}

body.jams-gacor-header input:focus,
body.jams-gacor-header textarea:focus,
body.jams-gacor-header select:focus {
  border-color: var(--gacor-orange);
  outline-color: var(--gacor-orange);
}

/* ========== Footer - GACOR solid redesign ========== */

body.jams-gacor-header #footer-outer,
body.jams-gacor-header #footer-outer[data-using-bg-img="true"],
body.jams-gacor-header #footer-outer[style] {
  position: relative;
  background-color: var(--gacor-dark) !important;
  background-image: none !important;
  background-size: auto !important;
  background-position: initial !important;
  font-family: var(--gacor-font);
  padding-top: 0 !important;
  margin-top: 0;
  border-top: 3px solid var(--gacor-orange);
}

/* Remove legacy wavy separator / image overlay */
body.jams-gacor-header #footer-outer:before,
body.jams-gacor-header #footer-outer:after {
  display: none !important;
  content: none !important;
}

body.jams-gacor-header #footer-outer,
body.jams-gacor-header #footer-outer p,
body.jams-gacor-header #footer-outer li,
body.jams-gacor-header #footer-outer a,
body.jams-gacor-header #footer-outer span {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--gacor-font);
}

body.jams-gacor-header #footer-outer h1,
body.jams-gacor-header #footer-outer h2,
body.jams-gacor-header #footer-outer h3,
body.jams-gacor-header #footer-outer h4,
body.jams-gacor-header #footer-outer h5,
body.jams-gacor-header #footer-outer h6,
body.jams-gacor-header #footer-outer .widgettitle,
body.jams-gacor-header #footer-outer .widget h4 {
  color: var(--gacor-white) !important;
  font-family: var(--gacor-font);
  font-weight: 700;
  font-size: 16px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

body.jams-gacor-header #footer-outer a:hover {
  color: var(--gacor-orange);
}

/* Widgets container */
body.jams-gacor-header #footer-outer #footer-widgets {
  padding: 56px 0 40px;
}

body.jams-gacor-header #footer-outer #footer-widgets > .container {
  max-width: var(--gacor-container);
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

body.jams-gacor-header #footer-outer #footer-widgets .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  padding: 0 !important;
}

body.jams-gacor-header #footer-outer #footer-widgets .col {
  float: none;
  margin: 0;
  padding: 0 24px !important;
  border: none !important;
  max-width: none !important;
  box-sizing: border-box;
}

/* Newsletter row (first two span_6) */
body.jams-gacor-header #footer-outer #footer-widgets .col.span_6 {
  width: 50%;
  flex: 0 0 50%;
  padding-bottom: 36px !important;
  margin-bottom: 36px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.jams-gacor-header #footer-outer #footer-widgets .col.span_6:first-child p {
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-weight: 500;
  color: var(--gacor-white);
  max-width: 420px;
  margin: 0;
  padding: 0 !important;
  display: block !important;
}

body.jams-gacor-header #footer-outer #footer-widgets .col.span_6:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Four info columns */
body.jams-gacor-header #footer-outer #footer-widgets .col.span_3 {
  width: 25%;
  flex: 0 0 25%;
  padding-top: 8px !important;
}

body.jams-gacor-header #footer-outer #footer-widgets .col.span_3 p,
body.jams-gacor-header #footer-outer #footer-widgets .col.span_3 a {
  font-size: 14px !important;
  line-height: 1.65 !important;
  display: block !important;
  padding-bottom: 0 !important;
  margin: 0 0 4px;
}

body.jams-gacor-header #footer-outer #footer-widgets .col.span_3 a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  word-break: break-word;
}

body.jams-gacor-header #footer-outer #footer-widgets .col.span_3 a:hover {
  color: var(--gacor-orange);
}

body.jams-gacor-header #footer-outer #footer-widgets .col.span_3 img {
  max-width: 180px;
  height: auto;
  margin-bottom: 12px;
  display: block;
}

/* Newsletter form styles live in footer-gacor.css */

/* Copyright bar */
body.jams-gacor-header #footer-outer #copyright {
  background: var(--gacor-near-black) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
}

body.jams-gacor-header #footer-outer #copyright .container {
  max-width: var(--gacor-container);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
}

body.jams-gacor-header #footer-outer #copyright .row {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0;
}

body.jams-gacor-header #footer-outer #copyright .col {
  float: none;
  margin: 0;
  padding: 0;
}

body.jams-gacor-header #footer-outer #copyright .col.span_5 {
  width: auto;
  flex: 1 1 auto;
}

body.jams-gacor-header #footer-outer #copyright .col.span_7 {
  width: auto;
  flex: 0 0 auto;
  margin-left: auto;
}

body.jams-gacor-header #footer-outer #copyright p {
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
}

body.jams-gacor-header #footer-outer #copyright .social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: none !important;
}

body.jams-gacor-header #footer-outer #copyright .social li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.jams-gacor-header #footer-outer #copyright .social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gacor-orange);
  color: var(--gacor-white) !important;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

body.jams-gacor-header #footer-outer #copyright .social li a:hover {
  background: var(--gacor-orange-hover);
  color: var(--gacor-white) !important;
}

body.jams-gacor-header #footer-outer #copyright .social li a i {
  color: var(--gacor-white) !important;
  font-size: 14px;
  line-height: 1;
}

body.jams-gacor-header #footer-outer #copyright a:hover,
body.jams-gacor-header #footer-outer .social li a:hover i {
  color: var(--gacor-white);
}

@media (max-width: 999px) {
  body.jams-gacor-header #footer-outer #footer-widgets {
    padding: 40px 0 28px;
  }

  body.jams-gacor-header #footer-outer #footer-widgets > .container,
  body.jams-gacor-header #footer-outer #copyright .container {
    padding: 0 20px;
  }

  body.jams-gacor-header #footer-outer #footer-widgets .col.span_6,
  body.jams-gacor-header #footer-outer #footer-widgets .col.span_3 {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 0 24px !important;
    margin: 0 0 24px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  body.jams-gacor-header #footer-outer #footer-widgets .col.span_6:nth-child(2) {
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  body.jams-gacor-header #footer-outer #footer-widgets .col.span_3:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
  }

  body.jams-gacor-header #footer-outer #copyright .container,
  body.jams-gacor-header #footer-outer #copyright .row {
    flex-direction: column;
    text-align: center;
  }

  body.jams-gacor-header #footer-outer #copyright .col.span_7 {
    margin-left: 0;
  }

  body.jams-gacor-header #footer-outer #copyright .social {
    justify-content: center;
  }
}

/* ========== Page title / breadcrumbs ========== */

body.jams-gacor-header #page-header-bg .span_6 h1,
body.jams-gacor-header .row .col.section-title h1 {
  font-family: var(--gacor-font);
  font-weight: 700;
}

/* ========== Off-canvas / mobile menu ========== */

body.jams-gacor-header #slide-out-widget-area,
body.jams-gacor-header #slide-out-widget-area-bg {
  background-color: var(--gacor-dark);
}

body.jams-gacor-header #slide-out-widget-area .inner .off-canvas-menu-container li a {
  font-family: var(--gacor-font);
  color: var(--gacor-white);
  transition: color 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
}

body.jams-gacor-header #slide-out-widget-area .inner .off-canvas-menu-container li a:hover,
body.jams-gacor-header #slide-out-widget-area .inner .off-canvas-menu-container li a:focus {
  color: var(--gacor-orange);
}

body.jams-gacor-header #slide-out-widget-area .inner .off-canvas-menu-container li.current-menu-item > a,
body.jams-gacor-header #slide-out-widget-area .inner .off-canvas-menu-container li.current_page_item > a,
body.jams-gacor-header #slide-out-widget-area .inner .off-canvas-menu-container li.current-menu-ancestor > a,
body.jams-gacor-header #slide-out-widget-area .inner .off-canvas-menu-container li.current-menu-parent > a {
  color: var(--gacor-orange) !important;
  border-left: 3px solid var(--gacor-orange);
  padding-left: 14px;
}

body.jams-gacor-header #slide-out-widget-area .inner .off-canvas-menu-container .sub-menu li a {
  color: rgba(255, 255, 255, 0.78);
}

body.jams-gacor-header #slide-out-widget-area .inner .off-canvas-menu-container .sub-menu li a:hover,
body.jams-gacor-header #slide-out-widget-area .inner .off-canvas-menu-container .sub-menu li.current-menu-item > a,
body.jams-gacor-header #slide-out-widget-area .inner .off-canvas-menu-container .sub-menu li.current_page_item > a {
  color: var(--gacor-orange) !important;
}

/* ========== Content spacing under header ========== */

body.jams-gacor-header .container-wrap {
  padding-top: 0;
}

body.jams-gacor-header #header-space {
  display: none !important;
  height: 0 !important;
}

/* ========== Scroll / back-to-top ========== */

body.jams-gacor-header #to-top {
  background-color: var(--gacor-orange);
  border-radius: var(--gacor-radius);
  /* Above JAMS support chat FAB */
  bottom: 100px !important;
  right: 36px !important;
  z-index: 9996 !important;
}

body.jams-gacor-header #to-top:hover {
  background-color: var(--gacor-orange-hover);
}

@media (max-width: 999px) {
  body.jams-gacor-header #to-top {
    bottom: calc(132px + env(safe-area-inset-bottom, 0px)) !important;
    right: 22px !important;
    width: 40px !important;
    height: 40px !important;
  }
}

/* Chaty float replaced by .jams-support chat box */
body.jams-gacor-header .chaty-widget,
body.jams-gacor-header .chaty-widget.right-position,
body.jams-gacor-header #chaty-widget-0,
body.jams-gacor-header .chaty.chaty-widget-0,
body.jams-gacor-header .chaty {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ========== Careers page ========== */

body.jams-gacor-header .jams-careers {
  max-width: var(--gacor-container, 1320px);
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

body.jams-gacor-header .jams-careers__eyebrow {
  margin: 0 0 14px !important;
  color: var(--gacor-orange, #00aeef) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.jams-gacor-header .jams-careers h2 {
  margin: 0 0 18px !important;
  color: var(--gacor-heading, #0b1220) !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

body.jams-gacor-header .jams-careers--dark h2 {
  color: #fff !important;
}

body.jams-gacor-header .jams-careers__lead {
  margin: 0 !important;
  max-width: 62ch;
  color: var(--gacor-muted, #757575) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

body.jams-gacor-header .jams-careers--dark .jams-careers__lead {
  color: rgba(255, 255, 255, 0.62) !important;
}

body.jams-gacor-header .jams-careers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

body.jams-gacor-header .jams-careers-card {
  padding: 0;
  border: none;
  background: transparent;
}

body.jams-gacor-header .jams-careers-card strong {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

body.jams-gacor-header .jams-careers-card p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

body.jams-gacor-header .jams-careers-jobs {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid rgba(20, 20, 20, 0.12);
}

body.jams-gacor-header .jams-careers-job {
  padding: 28px 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.12);
}

body.jams-gacor-header .jams-careers-job__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 10px;
}

body.jams-gacor-header .jams-careers-job__meta span {
  color: var(--gacor-orange, #00aeef);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.jams-gacor-header .jams-careers-job h3 {
  margin: 0 0 10px !important;
  color: var(--gacor-heading, #0b1220) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

body.jams-gacor-header .jams-careers-job p {
  margin: 0 0 16px !important;
  max-width: 62ch;
  color: var(--gacor-muted, #757575) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

body.jams-gacor-header .jams-careers-job__apply {
  display: inline-flex;
  color: var(--gacor-orange, #00aeef) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

body.jams-gacor-header .jams-careers-job__apply:hover {
  color: var(--gacor-orange-hover, #0095d0) !important;
}

body.jams-gacor-header .jams-careers-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0 !important;
}

body.jams-gacor-header .jams-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.jams-gacor-header .jams-btn--primary {
  background: var(--gacor-orange, #00aeef);
  color: #fff !important;
  border: 1px solid var(--gacor-orange, #00aeef);
}

body.jams-gacor-header .jams-btn--primary:hover {
  background: var(--gacor-orange-hover, #0095d0);
  border-color: var(--gacor-orange-hover, #0095d0);
  color: #fff !important;
}

body.jams-gacor-header .jams-btn--ghost {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

body.jams-gacor-header .jams-btn--ghost:hover {
  border-color: var(--gacor-orange, #00aeef);
  color: var(--gacor-orange, #00aeef) !important;
}

body.jams-gacor-header .jams-btn--ghost-dark {
  background: transparent;
  color: var(--gacor-heading, #0b1220) !important;
  border: 1px solid rgba(20, 20, 20, 0.35);
}

body.jams-gacor-header .jams-btn--ghost-dark:hover {
  color: #fff !important;
  border-color: var(--gacor-orange, #00aeef);
  background: var(--gacor-orange, #00aeef);
}

@media (max-width: 999px) {
  body.jams-gacor-header .jams-careers {
    padding: 0 20px;
  }

  body.jams-gacor-header .jams-careers h2 {
    font-size: 32px !important;
    max-width: none;
  }

  body.jams-gacor-header .jams-careers-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  body.jams-gacor-header .jams-careers-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== Override WP Customizer Additional CSS (legacy blue) ========== */

/* Legacy dark CF7 skin — keep for old embeds only */
body.jams-gacor-header form.wpcf7-form[aria-label="Contact form"] {
  background-color: var(--gacor-dark) !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.jams-gacor-header form.wpcf7-form[aria-label="Contact form"] label,
body.jams-gacor-header form.wpcf7-form[aria-label="Contact form"] .wpcf7-form-control-wrap {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--gacor-font);
}

/* Contact page + quote modal use the light form skin */
body.jams-gacor-header .jams-contact form.wpcf7-form[aria-label="Contact form"],
body.jams-gacor-header .jams-quote form.wpcf7-form[aria-label="Contact form"],
body.jams-gacor-header .pum-theme-138 form.wpcf7-form[aria-label="Contact form"] {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  padding: 0 !important;
}

body.jams-gacor-header .jams-contact form.wpcf7-form[aria-label="Contact form"]:before,
body.jams-gacor-header .jams-quote form.wpcf7-form[aria-label="Contact form"]:before,
body.jams-gacor-header .pum-theme-138 form.wpcf7-form[aria-label="Contact form"]:before {
  display: none !important;
  content: none !important;
}

body.jams-gacor-header .jams-contact form.wpcf7-form[aria-label="Contact form"] label,
body.jams-gacor-header .jams-quote form.wpcf7-form[aria-label="Contact form"] label,
body.jams-gacor-header .pum-theme-138 form.wpcf7-form[aria-label="Contact form"] label,
body.jams-gacor-header .jams-contact form.wpcf7-form[aria-label="Contact form"] .wpcf7-form-control-wrap,
body.jams-gacor-header .jams-quote form.wpcf7-form[aria-label="Contact form"] .wpcf7-form-control-wrap,
body.jams-gacor-header .pum-theme-138 form.wpcf7-form[aria-label="Contact form"] .wpcf7-form-control-wrap {
  color: inherit;
}

body.jams-gacor-header.page a.nectar-button.primary-button,
body.jams-gacor-header a.nectar-button.primary-button,
body.jams-gacor-header a.nectar-button.primary-button.see-through,
body.jams-gacor-header a.nectar-button.primary-button.see-through-2 {
  background-color: var(--gacor-orange) !important;
  color: var(--gacor-white) !important;
  border: 2px solid var(--gacor-orange) !important;
  border-radius: 0 !important;
  font-family: var(--gacor-font);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.jams-gacor-header.page a.nectar-button.primary-button:hover,
body.jams-gacor-header a.nectar-button.primary-button:hover,
body.jams-gacor-header a.nectar-button.primary-button.see-through:hover {
  background-color: var(--gacor-orange-hover) !important;
  border-color: var(--gacor-orange-hover) !important;
  color: var(--gacor-white) !important;
}

body.jams-gacor-header.page a.nectar-button.primary-button:after,
body.jams-gacor-header a.nectar-button.primary-button:after {
  background: var(--gacor-orange) !important;
  display: none; /* solid fill - no Salient slide-in overlay */
}

body.jams-gacor-header.page a.nectar-button.primary-button:hover:after,
body.jams-gacor-header a.nectar-button.primary-button:hover:after {
  background: var(--gacor-orange-hover) !important;
}

/* ========== Inner page headers / breadcrumbs ========== */

body.jams-gacor-header #page-header-bg,
body.jams-gacor-header #page-header-wrap {
  background-color: var(--gacor-dark);
}

body.jams-gacor-header #page-header-bg .span_6 h1,
body.jams-gacor-header #page-header-bg .span_6 .subheader {
  font-family: var(--gacor-font);
  color: var(--gacor-white);
}

body.jams-gacor-header #page-header-bg .span_6 h1 {
  font-weight: 700;
}

/* Compact breadcrumb - overlay first content so no white/black gap strip */
body.jams-gacor-header .container.main-content > .row {
  position: relative;
}

body.jams-gacor-header #breadcrumbs.yoast,
body.jams-gacor-header p#breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: block;
  margin: 0;
  padding: 10px 40px;
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.75), rgba(20, 20, 20, 0));
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--gacor-font);
  font-size: 13px;
  line-height: 1.4;
  pointer-events: none;
}

body.jams-gacor-header #breadcrumbs a {
  pointer-events: auto;
  color: var(--gacor-orange);
  text-decoration: none;
}

body.jams-gacor-header #breadcrumbs a:hover {
  color: var(--gacor-white);
}

body.jams-gacor-header #breadcrumbs .breadcrumb_last {
  color: rgba(255, 255, 255, 0.9);
}

/* Slider placeholders - avoid blank white/broken black bands */
body.jams-gacor-header .nectar-slider-wrap,
body.jams-gacor-header .nectar-slider-wrap .swiper-container,
body.jams-gacor-header .nectar-slider-loading {
  background-color: var(--gacor-dark);
}

/* Soften hero slides when Salient overlay element exists */
body.jams-gacor-header .nectar-slider-wrap .slide-bg-overlay {
  background-color: rgba(11, 18, 32, 0.28);
}

body.home.jams-gacor-header .nectar-slider-wrap,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap {
  position: relative;
  overflow: hidden;
}

/* ========== Homepage hero slider - modern motion + readable overlays ========== */

@keyframes jams-hero-ken {
  from { transform: scale(1.02); }
  to   { transform: scale(1.07); }
}

@keyframes jams-caption-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jams-accent-grow {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 52px;
    opacity: 1;
  }
}

@keyframes jams-progress {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* Kill Salient's aggressive Ken Burns; use our gentler zoom */
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide.ken-burns .slide-bg-wrap,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide.ken-burns .slide-bg-wrap {
  animation: none !important;
  transform: scale(1.02) !important;
}

body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide {
  background-color: #0e0e0e !important;
  overflow: hidden;
}

body.home.jams-gacor-header .nectar-slider-wrap .slide-bg-wrap,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .slide-bg-wrap {
  opacity: 1 !important;
  visibility: visible !important;
  transform-origin: center top;
  will-change: transform;
}

/* Subtle live zoom on the active slide only - image stays mostly full-frame */
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .slide-bg-wrap,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide-active .slide-bg-wrap {
  animation: jams-hero-ken 8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards !important;
}

body.home.jams-gacor-header .nectar-slider-wrap .image-bg,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .image-bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: saturate(1.05) contrast(1.04);
  transition: filter 0.6s ease;
}

/* Brand overlay: navy + cyan wash — readable type, photo still visible */
body.home.jams-gacor-header .nectar-slider-wrap .slide-bg-overlay,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .slide-bg-overlay {
  background:
    linear-gradient(
      105deg,
      rgba(11, 18, 32, 0.82) 0%,
      rgba(0, 46, 93, 0.72) 24%,
      rgba(0, 120, 215, 0.38) 48%,
      rgba(0, 174, 239, 0.14) 68%,
      rgba(0, 174, 239, 0.04) 100%
    ),
    linear-gradient(
      to top,
      rgba(11, 18, 32, 0.45) 0%,
      rgba(0, 46, 93, 0) 42%
    ),
    linear-gradient(
      to right,
      rgba(0, 174, 239, 0.22) 0%,
      transparent 40%
    ) !important;
  opacity: 1 !important;
  transition: opacity 0.45s ease;
}

/* Soft text panel so bright image details never fight the headline */
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide .content::before,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide .content::before {
  content: "";
  position: absolute;
  inset: -28px -40px -28px -32px;
  background: radial-gradient(
    ellipse at 18% 45%,
    rgba(11, 18, 32, 0.55) 0%,
    rgba(0, 46, 93, 0.28) 46%,
    rgba(0, 174, 239, 0) 72%
  );
  pointer-events: none;
  z-index: -1;
}

/* Content layout */
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide .content,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide .content {
  position: relative;
  max-width: 640px !important;
  margin-left: max(24px, calc((100vw - var(--gacor-container, 1320px)) / 2 + 8px)) !important;
  margin-right: auto !important;
  padding: 0 20px 8px 0 !important;
  text-align: left !important;
  box-sizing: border-box;
  z-index: 3;
}

/* Inactive captions stay out of the way; active ones rise in */
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide:not(.swiper-slide-active) .content h1,
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide:not(.swiper-slide-active) .content h2,
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide:not(.swiper-slide-active) .content p,
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide:not(.swiper-slide-active) .content .buttons,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide:not(.swiper-slide-active) .content h1,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide:not(.swiper-slide-active) .content h2,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide:not(.swiper-slide-active) .content p,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide:not(.swiper-slide-active) .content .buttons {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .content h1,
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .content h2,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide-active .content h1,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide-active .content h2 {
  animation: jams-caption-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}

body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .content p,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide-active .content p {
  animation: jams-caption-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}

body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .content .buttons,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide-active .content .buttons {
  animation: jams-caption-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

/* Override Salient inline opacity:0 on caption pieces once active */
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .content,
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .content *,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide-active .content,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide-active .content * {
  visibility: visible !important;
}

body.home.jams-gacor-header .nectar-slider-wrap .content h1,
body.home.jams-gacor-header .nectar-slider-wrap .content h2,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .content h1,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .content h2 {
  position: relative;
  margin: 0 0 16px !important;
  max-width: 15ch;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: clamp(34px, 4.8vw, 56px) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.03em;
  color: #fff !important;
  text-wrap: balance;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
}

/* Orange accent bar - industrial GACOR cue */
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .content h1::before,
body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .content h2::before,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide-active .content h1::before,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide-active .content h2::before {
  content: "";
  display: block;
  height: 3px;
  width: 52px;
  margin: 0 0 18px;
  background: #00aeef;
  box-shadow: 0 0 18px rgba(0, 174, 239, 0.45);
  animation: jams-accent-grow 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.02s both;
}

body.home.jams-gacor-header .nectar-slider-wrap .content p,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .content p {
  margin: 0 0 28px !important;
  max-width: 36ch;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: clamp(15px, 1.35vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.35);
}

body.home.jams-gacor-header .nectar-slider-wrap .buttons,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px !important;
  margin-top: 0 !important;
  justify-content: flex-start !important;
}

body.home.jams-gacor-header .nectar-slider-wrap .buttons .button,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons .button {
  margin: 0 !important;
  float: none !important;
  display: inline-flex !important;
}

body.home.jams-gacor-header .nectar-slider-wrap .buttons .button a,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons .button a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 52px !important;
  padding: 14px 30px !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease !important;
}

/* Primary CTA */
body.home.jams-gacor-header .nectar-slider-wrap .buttons .button:nth-child(1),
body.home.jams-gacor-header .nectar-slider-wrap .buttons .button:nth-child(1) a,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons .button:nth-child(1),
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons .button:nth-child(1) a {
  background: #00aeef !important;
  background-color: #00aeef !important;
  background-image: none !important;
  border: 1px solid #00aeef !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(0, 174, 239, 0.28) !important;
}

body.home.jams-gacor-header .nectar-slider-wrap .buttons .button:nth-child(1):hover,
body.home.jams-gacor-header .nectar-slider-wrap .buttons .button:nth-child(1):hover a,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons .button:nth-child(1):hover,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons .button:nth-child(1):hover a {
  background: #0095d0 !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 174, 239, 0.38) !important;
}

/* Secondary CTA - outline */
body.home.jams-gacor-header .nectar-slider-wrap .buttons .button:nth-child(2),
body.home.jams-gacor-header .nectar-slider-wrap .buttons .button:nth-child(2) a,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons .button:nth-child(2),
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons .button:nth-child(2) a {
  background: rgba(255, 255, 255, 0.04) !important;
  background-color: rgba(255, 255, 255, 0.04) !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  color: #fff !important;
  box-shadow: none !important;
  backdrop-filter: blur(2px);
}

body.home.jams-gacor-header .nectar-slider-wrap .buttons .button:nth-child(2):hover,
body.home.jams-gacor-header .nectar-slider-wrap .buttons .button:nth-child(2):hover a,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons .button:nth-child(2):hover,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons .button:nth-child(2):hover a {
  border-color: #fff !important;
  background: rgba(255, 255, 255, 0.14) !important;
  background-color: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Pagination */
body.home.jams-gacor-header .nectar-slider-wrap .swiper-pagination-bullet,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  transition: width 0.35s ease, background-color 0.35s ease;
}

body.home.jams-gacor-header .nectar-slider-wrap .swiper-pagination-bullet-active,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-pagination-bullet-active {
  background: #00aeef;
  width: 28px;
}

/* Autoplay progress line at bottom of hero */
body.home.jams-gacor-header .nectar-slider-wrap::after,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #00aeef;
  transform-origin: left center;
  transform: scaleX(0);
  z-index: 20;
  pointer-events: none;
  animation: jams-progress 8s linear infinite;
}

/* Next / prev arrows */
body.home.jams-gacor-header .nectar-slider-wrap .swiper-button-next,
body.home.jams-gacor-header .nectar-slider-wrap .swiper-button-prev,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-button-next,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-button-prev {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background: rgba(20, 20, 20, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

body.home.jams-gacor-header .nectar-slider-wrap .swiper-button-next:hover,
body.home.jams-gacor-header .nectar-slider-wrap .swiper-button-prev:hover,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-button-next:hover,
body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-button-prev:hover {
  background: #00aeef;
  border-color: #00aeef;
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .slide-bg-wrap,
  body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide-active .slide-bg-wrap,
  body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .content h1,
  body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .content h2,
  body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .content p,
  body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide-active .content .buttons,
  body.home.jams-gacor-header .nectar-slider-wrap::after,
  body.jams-gacor-header.page-id-62 .nectar-slider-wrap::after {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 999px) {
  body.home.jams-gacor-header .nectar-slider-wrap .swiper-slide .content,
  body.jams-gacor-header.page-id-62 .nectar-slider-wrap .swiper-slide .content {
    margin-left: 28px !important;
    margin-right: 28px !important;
    max-width: calc(100% - 56px) !important;
    padding-right: 0 !important;
  }

  body.home.jams-gacor-header .nectar-slider-wrap .buttons .button a,
  body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons .button a {
    min-width: 0;
    width: 100%;
  }

  body.home.jams-gacor-header .nectar-slider-wrap .buttons,
  body.jams-gacor-header.page-id-62 .nectar-slider-wrap .buttons {
    width: 100%;
    max-width: 320px;
  }

  body.home.jams-gacor-header .nectar-slider-wrap .slide-bg-overlay,
  body.jams-gacor-header.page-id-62 .nectar-slider-wrap .slide-bg-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(11, 18, 32, 0.5) 0%,
        rgba(0, 46, 93, 0.62) 48%,
        rgba(0, 120, 215, 0.55) 100%
      ),
      linear-gradient(
        to right,
        rgba(0, 174, 239, 0.18) 0%,
        transparent 55%
      ) !important;
  }
}

body.jams-gacor-header .swiper-slide .content h2,
body.jams-gacor-header .swiper-slide .content h1,
body.jams-gacor-header .nectar-slider-wrap .content h2,
body.jams-gacor-header .nectar-slider-wrap .content h1 {
  font-family: var(--gacor-font);
  font-weight: 700;
  color: #fff !important;
}

body.jams-gacor-header .nectar-slider-wrap .content p,
body.jams-gacor-header .nectar-slider-wrap .content span {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* ========== Section headings site-wide ========== */

body.jams-gacor-header .main-content h2,
body.jams-gacor-header .container-wrap h2 {
  font-family: var(--gacor-font);
  font-weight: 700;
  color: var(--gacor-heading);
}

body.jams-gacor-header .main-content h3,
body.jams-gacor-header .main-content h4,
body.jams-gacor-header .main-content h5,
body.jams-gacor-header .container-wrap h3,
body.jams-gacor-header .container-wrap h4,
body.jams-gacor-header .container-wrap h5 {
  font-family: var(--gacor-font);
  font-weight: 700;
}

body.jams-gacor-header .main-content p,
body.jams-gacor-header .container-wrap p {
  font-family: var(--gacor-font);
  color: var(--gacor-muted);
}

/* ========== Lists / checkmarks feel ========== */

body.jams-gacor-header .main-content ul:not(.sf-menu):not(.buttons) li,
body.jams-gacor-header .container-wrap ul:not(.sf-menu):not(.buttons) li {
  font-family: var(--gacor-font);
}

/* ========== Contact form fields ========== */

body.jams-gacor-header .wpcf7 input,
body.jams-gacor-header .wpcf7 textarea,
body.jams-gacor-header .wpcf7 select {
  font-family: var(--gacor-font);
  border-radius: 0;
}

body.jams-gacor-header .wpcf7 input.wpcf7-submit {
  background: var(--gacor-orange) !important;
  color: var(--gacor-white) !important;
  border: none !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
}

body.jams-gacor-header .wpcf7 input.wpcf7-submit:hover {
  background: var(--gacor-orange-hover) !important;
}

/* ========== Salient accent remap ========== */

body.jams-gacor-header .nectar-accent-color-text {
  color: var(--gacor-orange);
}

/* ========== Inner-page hero: dark overlay for readability ==========
   Careers (635) and Services hub (638) use light photos under white
   hero text - add a dark scrim so the H1/subtitle stay readable. */

body.page-id-635 .nectar-slider-wrap .swiper-slide .slide-bg-wrap::after,
body.page-id-638 .nectar-slider-wrap .swiper-slide .slide-bg-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(13, 13, 13, 0.55) 0%,
    rgba(13, 13, 13, 0.62) 60%,
    rgba(13, 13, 13, 0.72) 100%
  );
  /* above Salient's .video-texture (z-index 10), below slide text */
  z-index: 11;
  pointer-events: none;
}

body.page-id-635 .nectar-slider-wrap .swiper-slide .container,
body.page-id-638 .nectar-slider-wrap .swiper-slide .container {
  z-index: 12;
}

/* ========== About page (186): Serving Industries section ========== */

/* Grey heading bar + black border box → clean GACOR heading */
body.page-id-186 .ring-header {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.page-id-186 .ring-header h2 {
  background: transparent !important;
  color: var(--gacor-heading, #0b1220) !important;
  font-weight: 700 !important;
  font-size: clamp(30px, 4vw, 44px) !important;
  letter-spacing: 0.04em;
  padding: 0 0 6px !important;
}

body.page-id-186 .ring-header h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin: 14px auto 0;
  background: var(--gacor-orange, #00aeef);
}

/* Copper industry wheel → shift toward brand orange */
body.page-id-186 img[src*="ring-connector"] {
  filter: saturate(1.55) hue-rotate(-4deg) brightness(1.04);
}

/* ========== Blog archive polish (overlay styles retired — see blog.css) ========== */

/* Hide the default empty "Recent Comments" widget (classic + block) */
body.blog .widget_recent_comments,
body.blog .widget_block:has(.wp-block-latest-comments.no-comments) {
  display: none;
}

/* Blog archive header (base; dark hero overrides in blog.css) */
.jams-blog-head {
  padding: 56px 0 34px;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
}

.jams-blog-head__kicker {
  margin: 0 0 10px;
  color: var(--gacor-orange, #00aeef);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.jams-blog-head__title {
  margin: 0 0 12px;
  color: var(--gacor-heading, #0b1220);
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.05;
}

/* SEO fallback H1 for WPBakery pages missing a native H1 */
.jams-seo-page-h1 {
  margin: 24px auto 8px;
  max-width: var(--jams-container, 1320px);
  padding: 0 var(--jams-pad, 40px);
  color: var(--gacor-heading, #0b1220);
  font-family: "DM Sans", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.15;
}

body.home .jams-seo-page-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.jams-blog-head__text {
  margin: 0;
  max-width: 560px;
  color: var(--gacor-muted, #757575);
  font-size: 17px;
  line-height: 1.6;
}

/* ========== Home product feature rows (VX 570 / pumps / VA 500) ========== */

body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height {
  margin-left: 0;
  margin-right: 0;
}

body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_column img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_text_column h2 {
  margin: 0 0 14px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_text_column p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
}

body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_text_column ul {
  margin: 0;
  padding: 0 0 0 1.15em;
}

body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_text_column ul li {
  margin: 0 0 8px;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--gacor-muted, #757575);
}

@media (max-width: 999px) {
  body.home.jams-gacor-header .container.main-content {
    padding-left: 28px !important;
    padding-right: 28px !important;
    box-sizing: border-box;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height {
    margin-bottom: 48px !important;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .row_col_wrap_12 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_column {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_column img {
    max-height: 320px;
    object-fit: contain;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_text_column h2 {
    font-size: clamp(24px, 4.2vw, 32px) !important;
    max-width: 22ch;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_text_column p {
    font-size: 15px;
    max-width: 58ch;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_text_column ul li {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

@media (min-width: 641px) and (max-width: 999px) {
  /* Tablet: image + copy side by side when space allows */
  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .row_col_wrap_12 {
    flex-direction: row;
    align-items: center;
    gap: 28px;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height.reverse_columns_column_phone .row_col_wrap_12,
  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height[class*="reverse_columns"] .row_col_wrap_12 {
    flex-direction: row-reverse;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_column.vc_col-sm-4 {
    flex: 0 0 38%;
    width: 38% !important;
    max-width: 38% !important;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_column.vc_col-sm-8 {
    flex: 1 1 0;
    width: auto !important;
    max-width: none !important;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_column img {
    max-height: 280px;
  }
}

@media (max-width: 640px) {
  body.home.jams-gacor-header .container.main-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height {
    margin-bottom: 36px !important;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .row_col_wrap_12 {
    flex-direction: column;
    gap: 16px;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_column.vc_col-sm-4,
  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_column.vc_col-sm-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_column img {
    max-height: 220px;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_text_column h2 {
    font-size: clamp(22px, 6.5vw, 28px) !important;
    max-width: none;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_text_column p {
    font-size: 14px;
    line-height: 1.55;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_text_column ul {
    padding-left: 1.05em;
  }

  body.home.jams-gacor-header .container.main-content .wpb_row.vc_row-o-equal-height .wpb_text_column ul li {
    font-size: 13.5px;
    line-height: 1.45;
  }
}

/* ========== Global responsive foundation ========== */

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.jams-gacor-header {
  overflow-x: clip;
}

body.jams-gacor-header img,
body.jams-gacor-header video,
body.jams-gacor-header iframe,
body.jams-gacor-header svg {
  max-width: 100%;
  height: auto;
}

body.jams-gacor-header .container,
body.jams-gacor-header .container-wrap .row {
  max-width: 100%;
}

body.jams-gacor-header table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 999px) {
  body.jams-gacor-header .container-wrap {
    overflow-x: clip;
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }

  body.jams-gacor-header .wpb_row,
  body.jams-gacor-header .vc_row,
  body.jams-gacor-header .span_12,
  body.jams-gacor-header .col {
    max-width: 100%;
  }

  body.jams-gacor-header .nectar-button,
  body.jams-gacor-header .jams-btn {
    max-width: 100%;
    box-sizing: border-box;
  }

  body.jams-gacor-header .jams-blog-head {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.jams-gacor-header .jams-blog-head__title {
    font-size: clamp(28px, 8vw, 40px);
  }
}

@media (max-width: 640px) {
  body.jams-gacor-header {
    padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px));
  }

  body.jams-gacor-header .jams-blog-head__title {
    font-size: clamp(26px, 9vw, 34px);
  }

  body.jams-gacor-header .jams-blog-head__text {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  body.jams-gacor-header .jams-top-bar__left {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 10px;
    font-size: 11px;
  }
}

/* ========== Profile system utilities (site-wide) ========== */

body.jams-gacor-header .jams-profile-grid,
body.jams-gacor-header .jams-about,
body.jams-gacor-header .jams-auth,
body.jams-gacor-header .jams-wwd,
body.jams-gacor-header .jams-shub,
body.jams-gacor-header .jams-phub,
body.jams-gacor-header .jams-scat,
body.jams-gacor-header .jams-prod {
  background-image: none;
  background-color: #fff;
}

body.jams-gacor-header .jams-profile-band,
body.jams-gacor-header .jams-phub-band:nth-of-type(even),
body.jams-gacor-header .jams-shub-band:nth-of-type(even) {
  background-color: var(--gacor-surface);
  background-image: none;
}

body.jams-gacor-header .jams-profile-dark,
body.jams-gacor-header .jams-phub-cta,
body.jams-gacor-header .jams-shub-cta,
body.jams-gacor-header .jams-scat-cta,
body.jams-gacor-header .jams-prod-cta {
  background: var(--gacor-grad-glow), var(--gacor-grad-dark);
  background-color: var(--gacor-dark);
}

/* Contact & Careers — VC pages */
body.jams-gacor-header.page-id-31 .container-wrap,
body.jams-gacor-header.page-id-635 .container-wrap {
  background-image: none;
  background-color: #fff;
}

body.jams-gacor-header.page-id-31 .wpb_text_column h2,
body.jams-gacor-header.page-id-31 .wpb_text_column h3,
body.jams-gacor-header.page-id-635 .wpb_text_column h2,
body.jams-gacor-header.page-id-635 .wpb_text_column h3 {
  color: var(--gacor-heading) !important;
  letter-spacing: -0.02em;
}

body.jams-gacor-header.page-id-31 .wpcf7,
body.jams-gacor-header.page-id-31 .wpb_wrapper .wpcf7-form {
  background: #fff;
  border-top: 3px solid var(--gacor-cyan);
  box-shadow: var(--gacor-shadow-md);
  padding: 28px 28px 8px;
}

body.jams-gacor-header.page-id-31 .jams-contact .wpcf7,
body.jams-gacor-header.page-id-31 .jams-contact .wpcf7-form {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.jams-gacor-header.page-id-31 input[type="text"],
body.jams-gacor-header.page-id-31 input[type="email"],
body.jams-gacor-header.page-id-31 input[type="tel"],
body.jams-gacor-header.page-id-31 textarea {
  border-radius: 0 !important;
  border: 1px solid rgba(11, 18, 32, 0.14) !important;
  background: #fff !important;
}

body.jams-gacor-header.page-id-31 input:focus,
body.jams-gacor-header.page-id-31 textarea:focus {
  border-color: var(--gacor-cyan) !important;
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.18) !important;
  outline: none !important;
}

/* Soft industrial elevation for interactive cards site-wide */
body.jams-gacor-header .jams-scat-card:hover,
body.jams-gacor-header .jams-shub-card:hover,
body.jams-gacor-header .jams-auth-card:hover,
body.jams-gacor-header .jams-prod-related__card:hover {
  box-shadow: var(--gacor-shadow-md);
}

