

.contact-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 20px 100px;
  background: url("/assets/image/contact-banner.png")
    center/cover no-repeat;
  overflow: hidden;
  object-fit: cover;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(13, 31, 53, 0.82),
    rgba(13, 31, 53, 0.82)
  );
}

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

.contact-hero-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 40px;
  background: rgba(201, 168, 76, 0.15);
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.contact-hero h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  color: #fff;
  line-height: 1.1;
  margin-bottom: 18px;
}

.contact-hero h1 span {
  color: var(--gold);
}

.contact-hero p {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 700px;
  margin: auto;
}

.contact-breadcrumb {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #fff;
}

.contact-breadcrumb a {
  color: var(--gold);
  text-decoration: none;
}

/* =========================
CONTACT SECTION
========================= */

.contact-main-section {
  padding: 100px 20px;
  background: #f8fafc;
}

.contact-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 50px;
}

/* =========================
LEFT CARD
========================= */

.contact-info-card {
  position: sticky;
  top: 120px;
  height: fit-content;
  background: #0d1f35;
  color: #fff;
  padding: 40px;
  border-radius: 28px;
}

.contact-info-tag {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 40px;
  background: rgba(201, 168, 76, 0.15);
  color: var(--gold);
  font-size: 0.8rem;
  margin-bottom: 18px;
}

.contact-info-top h2 {
  font-size: 2rem;
  margin-bottom: 14px;
}

.contact-info-top p {
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
}

.contact-info-list {
  margin-top: 35px;
}

.contact-info-item {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
}

.contact-icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(201,168,76,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.2rem;
}

.contact-info-item h4 {
  margin-bottom: 6px;
}

.contact-info-item a,
.contact-info-item span {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
}

.contact-highlight-box {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.contact-highlight-box h3 {
  margin-bottom: 18px;
}

.contact-highlight-box ul {
  list-style: none;
}

.contact-highlight-box li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.85);
}

.contact-highlight-box i {
  color: var(--gold);
}

/* =========================
FORM
========================= */

.contact-form-wrapper {
  background: #fff;
  padding: 50px;
  border-radius: 28px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.form-tag {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 40px;
  background: rgba(201,168,76,0.12);
  color: var(--gold);
  margin-bottom: 16px;
}

.contact-form-head h2 {
  font-size: 2.2rem;
  color: #0d1f35;
  margin-bottom: 12px;
}

.contact-form-head p {
  color: #64748b;
  line-height: 1.8;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 22px;
  margin-top: 35px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 8px;
  font-weight: 600;
  color: #0d1f35;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 0.95rem;
  outline: none;
  transition: 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201,168,76,0.1);
}

.full-width {
  margin-top: 22px;
}

.contact-submit-btn {
  margin-top: 25px;
  border: none;
  cursor: pointer;
  background: var(--gold);
  color: #111;
  padding: 15px 26px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.contact-submit-btn:hover {
  transform: translateY(-3px);
}

#contactFormStatus {
  margin-top: 15px;
  font-weight: 600;
}

/* =========================
MAP
========================= */

.contact-map-section {
  padding: 0 20px 100px;
  background: #f8fafc;
}

.map-header {
  text-align: center;
  margin-bottom: 40px;
}

.map-header span {
  color: var(--gold);
  font-weight: 600;
}

.map-header h2 {
  font-size: 2.5rem;
  color: #0d1f35;
  margin: 12px 0;
}

.map-header p {
  color: #64748b;
}

.map-wrapper {
  max-width: 1300px;
  margin: auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}

.map-wrapper iframe {
  width: 100%;
  height: 500px;
  border: none;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 991px) {

  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    position: relative;
    top: 0;
  }

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

  .contact-form-wrapper {
    padding: 35px;
  }
}

@media (max-width: 768px) {

  .contact-hero {
    padding: 120px 20px 80px;
  }

  .contact-form-head h2,
  .contact-info-top h2,
  .map-header h2 {
    font-size: 1.9rem;
  }

  .contact-form-wrapper,
  .contact-info-card {
    padding: 28px;
  }

  .map-wrapper iframe {
    height: 380px;
  }
}
