/* ===== Contact Us page — extends design tokens from style.css ===== */

.contact-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 460px;
  display: flex;
  align-items: center;
}
.contact-hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
.contact-hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(8,37,66,0.94) 0%, rgba(8,37,66,0.82) 38%, rgba(8,37,66,0.35) 62%, rgba(8,37,66,0.08) 100%);
}
.contact-hero-inner {
  position: relative; z-index: 2;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 70px 24px 90px;
  text-align: left;
  box-sizing: border-box;
}
.contact-hero-inner .hero-text {
  max-width: 620px;
  margin-left: 0;
  margin-right: auto;
}
.contact-hero-heading {
  font-family: var(--font-display);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(2.2rem, 8vw, 5.2rem);
  color: #fff;
  line-height: 1;
  margin-bottom: 18px;
}
.contact-hero-subheading {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.25rem, 2.6vw, 1.65rem);
  color: var(--gold);
  margin-bottom: 16px;
  max-width: 560px;
}
.contact-hero-inner .lede { font-family: var(--font-display); color: #d6e4f0; font-size: clamp(1.05rem, 1.6vw, 1.2rem); max-width: 560px; margin: 0; }
.contact-hero-tagline {
  position: absolute; right: 6%; bottom: 14%; z-index: 2;
  font-family: 'Caveat', var(--font-display);
  font-weight: 700; font-size: clamp(1.3rem, 2.4vw, 2rem);
  color: #fff; text-align: right; line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0,0,0,0.25);
  transform: rotate(-3deg);
}
@media (max-width: 760px) { .contact-hero-tagline { display: none; } }

/* Overlapping info cards */
.contact-cards-row {
  display: flex; gap: 22px; flex-wrap: wrap; justify-content: center;
  margin-top: -58px; position: relative; z-index: 5; margin-bottom: 10px;
}
.contact-card {
  flex: 1 1 300px; max-width: 380px;
  display: flex; align-items: center; gap: 16px;
  background: var(--white); border-radius: 16px; padding: 20px 22px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--line);
  transition: transform .2s ease, box-shadow .2s ease;
}
.contact-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px rgba(8,37,66,.2); }
.contact-card-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--cream); color: var(--navy-deep);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-card-icon svg { width: 22px; height: 22px; }
.contact-card-text { display: flex; flex-direction: column; gap: 2px; overflow: hidden; }
.contact-card-text strong { font-family: var(--font-display); color: var(--navy-deep); font-size: .95rem; }
.contact-card-text .cc-main { font-weight: 800; color: var(--ink); font-size: 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.contact-card-text .cc-sub { font-size: .95rem; color: #000; }
.contact-card-arrow { margin-left: auto; color: var(--ink-soft); font-size: 1.3rem; }

/* Call Us / Email Us / Visit Us — colored icon accents */
.cc-phone .contact-card-icon { background: #25D366; color: #fff; }
.cc-email .contact-card-icon { background: var(--sky); color: var(--navy-deep); }
.cc-location .contact-card-icon { background: var(--gold); color: var(--navy-deep); }

/* Get in touch / form + map */
.get-in-touch { padding-top: 70px; }
.git-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: stretch; }
.git-form .eyebrow-lg { font-size: 1.15rem; font-weight: 900; letter-spacing: 0.04em; text-transform: none; color: var(--navy-deep); }
.git-form .eyebrow-lg::before { background: var(--gold-deep); }
.git-form h2 { margin-bottom: 6px; }
.git-lede { color: #000; font-size: 1.05rem; margin-bottom: 26px; }
.git-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 6px; }
.git-safe { font-size: .95rem; color: #000; display: flex; align-items: center; gap: 6px; }

.git-map { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); min-height: 420px; }
.git-map-image { position: relative; width: 100%; height: 100%; min-height: 420px; background-size: cover; background-position: center; }
.git-location-card {
  position: absolute; left: 22px; right: 22px; bottom: 22px; max-width: 300px;
  background: var(--white); border-radius: 14px; padding: 20px 22px; box-shadow: var(--shadow-lg);
}
.git-location-card h4 { margin-bottom: 4px; color: var(--navy-deep); }
.git-location-card p { font-size: 1rem; color: #000; margin-bottom: 14px; }

@media (max-width: 980px) { .git-grid { grid-template-columns: 1fr; } .git-map { min-height: 320px; } }

/* Important Contact Numbers */
.important-numbers .table-wrap { max-width: 760px; margin: 0 auto; }
.important-numbers .important-numbers-heading { font-size: clamp(2rem, 4.2vw, 3rem); font-weight: 900; }
.important-numbers .section-head p { font-size: 1.15rem; color: #000; }
.important-numbers table th { font-size: 1.05rem; padding: 16px 20px; }
.important-numbers table td { font-size: 1.08rem; padding: 16px 20px; }
.important-numbers td:first-child { font-weight: 700; color: var(--navy-deep); }
.important-numbers td:last-child { font-weight: 700; color: var(--ink); }

/* Principal / Administration */
.admin-card { text-align: center; }
.admin-card .icon-badge { margin-left: auto; margin-right: auto; }
.admin-card .admin-name { font-weight: 800; color: var(--navy); margin: 8px 0 10px; }
.admin-card p { margin: 4px 0; font-size: 1.05rem; color: #000; }

/* FAQ */
.faq-section .section-head h2 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); font-weight: 900; }
.faq-list { display: grid; gap: 14px; max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  padding: 4px 22px; box-shadow: var(--shadow-sm); transition: box-shadow .2s ease, border-color .2s ease;
}
.faq-item[open] { box-shadow: var(--shadow-md); border-color: var(--gold-deep); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 18px 0;
  font-weight: 700; color: var(--navy-deep); font-size: 1.25rem;
  display: flex; align-items: center; justify-content: space-between;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.3rem; font-weight: 700; color: var(--gold-deep);
  transition: transform .25s ease; margin-left: 14px;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0 0 18px; color: #000; font-size: 1.1rem; line-height: 1.65; }

/* Still have questions — dark navy + glow (currently unused, kept for possible reuse) */
.still-questions {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-soft) 100%);
  padding: 70px 24px 90px; margin-top: 20px; color: #dce8f3;
}
.sq-inner { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.sq-text h2 { color: #fff; margin-bottom: 6px; }
.sq-text p { margin: 0; color: #cfe0ee; }
.sq-text p em { font-style: normal; color: var(--gold); font-weight: 700; }
.sq-tagline {
  position: absolute; top: 26px; right: 6%; z-index: 2;
  font-family: 'Caveat', var(--font-display); font-weight: 700;
  font-size: clamp(1.2rem, 2vw, 1.7rem); color: rgba(255,255,255,0.85);
  line-height: 1.2; text-align: right;
}
.sq-dots {
  position: absolute; left: 0; bottom: 0; width: 160px; height: 160px; z-index: 1;
  background-image: radial-gradient(var(--gold) 1.6px, transparent 1.6px);
  background-size: 14px 14px; opacity: .25;
}
.sq-glow {
  position: absolute; right: -100px; top: -100px; width: 360px; height: 360px; z-index: 1;
  background: radial-gradient(circle, rgba(125,216,234,0.35), transparent 70%);
  filter: blur(6px);
}

@media (max-width: 760px) {
  .sq-inner { text-align: center; justify-content: center; }
  .sq-tagline { display: none; }
  .contact-cards-row { margin-top: -40px; }
  .git-map { min-height: 260px; }
}

/* Floating WhatsApp */
.floating-contact {
  position: fixed; right: 24px; bottom: 24px; z-index: 900;
  display: flex; flex-direction: column; gap: 14px;
}
.fc-btn {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg);
  transition: transform .2s ease, box-shadow .2s ease;
}
.fc-btn svg { width: 26px; height: 26px; }
.fc-whatsapp { background: #25D366; color: #fff; position: relative; }
.fc-whatsapp::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 2px solid #25D366; opacity: .5;
  animation: fc-pulse 2.2s ease-out infinite;
}
.fc-btn:hover { transform: translateY(-4px) scale(1.05); box-shadow: 0 20px 40px rgba(8,37,66,.3); }
@keyframes fc-pulse {
  0% { transform: scale(.9); opacity: .6; }
  70% { transform: scale(1.5); opacity: 0; }
  100% { opacity: 0; }
}
@media (max-width: 760px) {
  .floating-contact { right: 16px; bottom: 16px; }
  .fc-btn { width: 50px; height: 50px; }
  .fc-btn svg { width: 22px; height: 22px; }
}