/* ── CONTACT PAGE SPECIFIC STYLES ── */

:root {
  --navy: #003152;
  --teal: #3da58a;
  --green: #27ae60;
  --gold: #f2994a;
  --light-gray: #f8f9fa;
  --border-gray: #eef2f5;
  --text: #333333;
  --muted: #666666;
  --white: #ffffff;
  --input-bg: #e6e9ed;
  --success-bg: #99ee99;
}

h1, h2, h3, h4, .logo {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ── HERO ────────────────────────────────────── */
.hero {
  position: relative;
  height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 80px;
}

.hero-img {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 49, 82, 0.4), rgba(0, 49, 82, 0.4)), url('../assets/hero_contact_bg_1775766802367.png') center/cover;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero-tag {
  display: inline-block;
  background: #27ae60;
  color: #ffffff;
  padding: 6px 14px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 6px;
  margin-top: 0;
}

.hero-title {
  font-size: 6rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
  margin-top: 0;
  letter-spacing: -2px;
  line-height: 1;
}

.hero-line {
  width: 100px;
  height: 6px;
  background: var(--green);
  margin-bottom: 12px;
  margin-top: 0;
}

.hero-sub {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
  max-width: 700px;
}

/* ── CONTACT BODY ────────────────────────────── */
.contact-body {
  padding: 100px 80px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: start;
  background: #fdfdfd;
}

/* ── FORM ────────────────────────────────────── */
.form-wrap {
  background: var(--white);
  padding: 0;
}

.form-wrap h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}

.form-wrap p.sub {
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 40px;
  line-height: 1.6;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}

.form-group label svg {
  width: 14px;
  height: 14px;
  stroke: var(--navy);
  fill: none;
  stroke-width: 2.5;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 16px 20px;
  font-size: 1rem;
  color: var(--text);
  font-family: inherit;
  background: var(--input-bg);
  box-sizing: border-box;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #888;
}

.form-group textarea {
  min-height: 180px;
  resize: vertical;
}

.btn-submit {
  width: 100%;
  background: var(--navy);
  color: #fff;
  padding: 20px;
  border: none;
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
}

.btn-submit:hover {
  background: #002540;
}

/* ── PMU PANEL ───────────────────────────────── */
.pmu-panel {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pmu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pmu-header h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0;
}

.pmu-header .header-icon {
  width: 60px;
  height: 60px;
  opacity: 0.15;
}

.pmu-items {
  background: #f8faf9;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pmu-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.pmu-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pmu-icon-box svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
}

.pmu-info .pmu-label {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.pmu-info .pmu-val {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.6;
  font-weight: 500;
}

.pmu-adb {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
  padding-top: 32px;
  border-top: 2px solid var(--border-gray);
}

.pmu-adb img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* ── RESPONSE TIME BOX ────────────────────────── */
.response-box {
  background: #9cf09c;
  border-radius: 8px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rb-left strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 4px;
}

.rb-left span {
  font-size: 0.9rem;
  color: var(--navy);
  opacity: 0.8;
}

.rb-right {
  text-align: right;
}

.rb-right .time {
  font-size: 3rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}

.rb-right .label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
  letter-spacing: 1px;
  opacity: 0.7;
}

/* ── MAP ─────────────────────────────────────── */
.map-sec {
  background: var(--light-gray);
  padding: 0;
  position: relative;
}

.map-container {
  height: 500px;
  background: url('../assets/maps.png') center/cover;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--white);
  border-radius: 12px;
  padding: 36px 40px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  max-width: 400px;
  z-index: 10;
  text-align: left;
}

.mt-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mt-title svg {
  width: 24px;
  height: 24px;
  stroke: var(--navy);
  fill: none;
  stroke-width: 2.5;
}

.mt-addr {
  font-size: 1rem;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: 500;
}

.mt-link {
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

/* ── COLLAB ──────────────────────────────────── */
.collab-sec {
  padding: 100px 80px;
  text-align: center;
  background: var(--white);
}

.collab-sec h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 24px;
}

.collab-sec p {
  font-size: 1.1rem;
  color: var(--text);
  max-width: 800px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

.partner-logos {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.pl-item {
  width: 72px;
  height: 72px;
  background: #f4f4f4;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s;
}

.pl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── FOOTER ───────────────────────────────────── */
footer {
  padding: 80px 80px 40px;
  background: #f8fafd;
  border-top: 1px solid #eef2f5;
  color: #333;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 80px;
  margin-bottom: 60px;
}

.fb-logo {
  font-family: 'Merriweather', serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #003152;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.fb-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 450px;
}

.fb-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.fb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003152;
  text-decoration: none;
}

.fb-icon svg {
  width: 20px;
  height: 20px;
  stroke: #003152;
  fill: none;
  stroke-width: 2;
}

.fc h4 {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #003152;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.fc a {
  display: block;
  text-decoration: none;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 12px;
  font-weight: 500;
}

.footer-bottom {
  border-top: 1px solid #eef2f5;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #666;
}

.footer-btm-links {
  display: flex;
  gap: 32px;
}

.footer-btm-links a {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}

/* ── RESPONSIVE ──────────────────────────────── */
@media (max-width: 1024px) {
  .hero {
    height: auto;
    padding: 60px 40px;
    text-align: center;
  }

  .hero-content {
    margin: 0 auto;
  }

  .hero-title {
    font-size: 4rem;
  }

  .hero-line {
    margin: 0 auto 12px;
  }

  .contact-body {
    grid-template-columns: 1fr;
    padding: 60px 40px;
    gap: 60px;
  }

  .hero-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 40px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 40px;
  }

  .panel-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }

  .hero-sub {
    font-size: 1.1rem;
  }

  .contact-body {
    padding: 60px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .pmu-items {
    padding: 30px 20px;
  }

  .response-box {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .rb-right {
    text-align: center;
  }

  .map-tooltip {
    max-width: 90%;
    padding: 30px 20px;
  }

  footer {
    padding: 60px 20px 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-btm-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  /* Added from bottom block */
  .hero-wrap {
    padding: 60px 20px;
  }

  .form-sec {
    padding: 30px 25px;
  }

  .map-container {
    height: 350px;
  }
}
