:root {
  --bg: #f2f2f2;
  --text: #222;
  --muted: #666;
  --line: #b30000;
  --accent: #9b2d2d; /* maroon */
  --accent2: #c0392b; /* red */
  --shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  --container: 1180px;
}

:root {
  --ndr-red: #f97316; /* screenshot ke close */
  --ndr-text: #5f5f5f;
  --ndr-dark: #2b2b2b;

  --ndr-white: #ffffff;
  --ndr-black: #0b0b0b;
  --ndr-overlay: rgba(0, 0, 0, 0.45); /* full hero subtle shade */
  --ndr-panel: rgba(0, 0, 0, 0.55); /* dark box behind text */

  --nd-red: #f97316; /* maroon/red tone */
  --nd-red-dark: #f97316;
  --nd-text: #5f5f5f;
  --nd-title: #a63a37;
  --nd-line: #d9d9d9;
  --nd-strip-h: 120px;
}
.ndr-hero-cyber .ndr-hero-bg {
  background-image: url("./assets/Support Process/contact-us.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
}

.cu-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 18px;
}

/* HERO */
.cu-hero {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.cu-hero__bg {
  position: absolute;
  inset: 0;
  background: url("PADEURO.png") center/cover no-repeat;
  transform: scale(1.02);
}
.cu-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
}
.cu-hero__box {
  width: 560px;
  background: rgba(0, 0, 0, 0.45);
  padding: 26px 28px;
}
.cu-hero__box h1 {
  margin: 0 0 8px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 44px;
}
.cu-hero__box p {
  margin: 0;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 16px;
}

/* SECTION */
.cu-section {
  padding: 30px 0 18px;
}
.cu-grid {
  justify-self: center;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 36px;
  align-items: start;
}

/* LEFT FORM */
.cu-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1px;
  color: #222;
}
.cu-form {
  width: 100%;
}
.cu-form label {
  display: block;
  font-size: 14px;
  color: #555;
  margin: 10px 0 6px;
}
.cu-form input,
.cu-form select,
.cu-form textarea {
  background-color: #e9e9e982;
  width: 100%;
  border: 1px solid #bdbdbd;
  padding: 8px 10px;
  font-size: 14px;
  outline: none;
}
.cu-form textarea {
  resize: vertical;
  min-height: 120px;
}
.cu-btn {
  margin-top: 12px;
  display: inline-block;
  border: 0;
  background: var(--nd-red);
  color: #fff;
  padding: 10px 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 2px;
  font-size: 14px;
}
.cu-btn:hover {
  filter: brightness(0.95);
}

.cu-privacy {
  margin: 14px 0 0;
  font-size: 11px;
  color: #777;
  text-align: center;
}
.cu-privacy a {
  color: var(--accent);
  text-decoration: none;
}
.cu-privacy a:hover {
  text-decoration: underline;
}

/* RIGHT INFO */
.cu-info {
  padding-top: 36px;
}
.cu-infoBlock {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.cu-infoIcon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 16px;
  margin-top: 0;
}
.cu-infoMain {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.2px;
}
.cu-infoSub {
  margin-top: 6px;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.cu-infoAddr {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}
.cu-divider {
  height: 1px;
  background: var(--nd-red);
  margin: 14px 0;
  opacity: 0.9;
}
.cu-email {
  color: #222;
  text-decoration: none;
  font-weight: 700;
}
.cu-email:hover {
  text-decoration: underline;
}

.cu-social {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 4px 0;
}
.cu-socialBtn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--nd-red-dark);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
}

/* MAP SECTION */
:root {
  --stroke: #9a9a9a; /* gray borders */
  --serving: var(--nd-red); /* dark red */
  --servingHover: #b1703a;
  --available: #e9e9e9; /* light gray */
  --availableHover: #d9d9d9;
  --label: #111;
}

* {
  box-sizing: border-box;
}

.cu-mapSection {
  padding: 0px 16px 60px;
}

.cu-mapWrap {
  max-width: 980px;
  margin: 0 auto;
}

/* .cu-title{
  font-size: 28px;
  margin: 0 0 6px;
} */
.cu-subtitle {
  margin: 0 0 18px;
  color: #555;
  font-size: 14px;
}

.cu-mapCard {
  position: relative;
}

.cu-svgWrap {
  max-width: 860px; /* map size smaller */
  margin: 0 auto; /* centered */
}

.cu-usMap {
  width: 100%;
  height: auto;
  display: block;
}

/* ====== states style ====== */
.state {
  stroke: var(--stroke);
  stroke-width: 1.2; /* thin border (no big gaps) */
  stroke-linejoin: round;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  cursor: pointer;
  transition:
    fill 0.15s ease,
    opacity 0.15s ease;
}

/* default = available */
.state {
  fill: var(--available);
}

/* serving class */
.state.is-serving {
  fill: var(--serving);
}

/* hover */
.state:hover {
  fill: var(--availableHover);
}
.state.is-serving:hover {
  fill: var(--servingHover);
}

/* labels inside states */
.cu-label {
  font-size: 14px;
  font-weight: 700;
  fill: var(--label);
  text-anchor: middle;
  dominant-baseline: middle;
  pointer-events: none; /* so hover works on paths */
}

/* on serving, label white-ish like screenshot */
.state.is-serving + .cu-label,
.cu-label.is-serving {
  fill: #fff;
}

/* Tooltip */
.cu-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-9999px, -9999px);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 7px 10px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  z-index: 5;
}

/* Legend */
.cu-legend {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 14px;
  font-size: 14px;
  color: #222;
}

.cu-legItem {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cu-swatch {
  width: 34px;
  height: 18px;
  border: 1px solid var(--stroke);
  display: inline-block;
}
.cu-swatch--serving {
  background: var(--serving);
}
.cu-swatch--available {
  background: var(--available);
}

@media (max-width: 768px) {
  .cu-grid {
    grid-template-columns: 1fr; /* stack vertically */
  }

  .cu-formWrap {
    width: 100%;
  }

  .cu-info {
    margin-top: 30px;
  }
}
