@import "./page-shared.css";

/* Shop banner — same as /products */
.contact-page-banner.jpro-page-banner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 0;
  overflow: hidden;
  background: #eef2f6;
  box-sizing: border-box;
}

.contact-page-banner.jpro-page-banner::before,
.contact-page-banner.jpro-page-banner::after {
  content: none !important;
  display: none !important;
}

.contact-page-banner.jpro-page-banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: center center;
  vertical-align: top;
}

.contact-map {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.contact-map iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: 450px;
  border: 0;
}

/* Social icons — circular professional backgrounds */
.contact-social {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.contact-social .t1-social-icon-12 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff !important;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.contact-social .t1-social-icon-12 svg {
  width: 30px;
  height: 24px;
  display: block;
  fill: currentColor;
}
.contact-social a[aria-label="Instagram"] {
  background: #395298;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.contact-social a[aria-label="Facebook"] {
  background: #395298;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.contact-social .t1-social-icon-12:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  opacity: 0.95;
}

/* Fix broken sidebar: label + value stacked, not side-by-side */
.contact-info-card .contact-info-intro {
  margin: 0 0 28px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.contact-info-card .contact-info-items {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  z-index: 1;
}

.contact-info-card .contact-info-item {
  display: block;
  margin: 0;
  gap: 0;
  align-items: stretch;
}

.contact-info-card .contact-info-text {
  display: block;
  width: 100%;
}

.contact-info-card .contact-info-text strong {
  display: block;
  margin: 0 0 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.65);
}

.contact-info-card .contact-info-text p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  text-align: left;
}

.contact-info-card .contact-info-text a {
  color: #fff;
  text-decoration: none;
  word-break: break-word;
}

.contact-info-card .contact-info-text a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-info-card .contact-info-item--social .contact-social {
  margin-top: 10px;
  justify-content: flex-start;
}

/* Form polish */
.contact-form-card h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0d1a3a;
  margin: 0 0 28px;
}

.contact-form-card .contact-enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-form-card .btn-primary {
  margin-top: 8px;
  align-self: flex-start;
  background: #03318f;
  border-color: #03318f;
}

.contact-form-card .btn-primary:hover {
  background: #022275;
  border-color: #022275;
}