/* =============================================
   CONTACT US - HERO SECTION
============================================= */

.contact-hero {
  background: linear-gradient(135deg, var(--gray-100) 0%, var(--white) 100%);
  padding: 150px 0 90px;
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: -45%;
  right: -20%;
  width: 65%;
  height: 160%;
  background: radial-gradient(circle, rgba(200, 35, 51, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.contact-hero-title {
  margin-top: 18px;
  font-size: 3.35rem;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

.contact-hero-title span {
  color: var(--primary-red);
}

.contact-hero-visual {
  min-height: 340px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f3f4f6 0%, #ffffff 100%);
  border: 1px solid var(--gray-200);
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.contact-hero-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 35%, rgba(200, 35, 51, 0.14) 0%, transparent 55%),
    radial-gradient(circle at 75% 20%, rgba(200, 35, 51, 0.07) 0%, transparent 50%);
  pointer-events: none;
}

/* .contact-hero-visual::after {
  content: '';
  position: absolute;
  inset: -60px;
  background-image:
    linear-gradient(to right, rgba(200, 35, 51, 0.10) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(200, 35, 51, 0.10) 1px, transparent 1px);
  background-size: 34px 34px;
  transform: rotate(7deg);
  opacity: 0.22;
  pointer-events: none;
} */

.contact-hero-visual-inner {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.contact-hero-visual-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}

.contact-hero-visual-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    145deg,
    rgba(17, 24, 39, 0.55) 0%,
    rgba(200, 35, 51, 0.35) 50%,
    rgba(17, 24, 39, 0.45) 100%
  );
  background: #00000030;
}

.contact-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 12px 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  font-weight: 700;
}

.contact-hero-chip i {
  color: var(--primary-red);
}

@media (max-width: 991.98px) {
  .contact-hero {
    padding: 125px 0 60px;
  }

  .contact-hero-title {
    font-size: 2.6rem;
  }

  .contact-hero-visual {
    min-height: 260px;
  }
}

@media (max-width: 575.98px) {
  .contact-hero {
    padding: 110px 0 50px;
  }

  .contact-hero-title {
    font-size: 1.95rem;
  }

}

/* =============================================
   MAP (below contact — shared block name)
============================================= */
.enquiry-map {
  margin-top: 1.75rem;
}

.enquiry-map-frame {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 40vh;
  background: linear-gradient(180deg, rgba(11, 58, 73, 0.95), rgba(11, 58, 73, 0.85));
}

.enquiry-map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: saturate(0.9) contrast(1.05);
  opacity: 0.62;
}

.enquiry-map-btn {
  position: absolute;
  left: calc(2rem + 0px);
  right: auto;
  bottom: calc(2rem + 0px);

  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;

  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--gray-900);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.98px) {
  .enquiry-map-btn {
    left: 1.25rem;
    bottom: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .enquiry-map-frame {
    height: 155px;
  }
}

/* =============================================
   GLOBAL REACH SECTION
============================================= */
.global-reach-section {
  background: #f6f7fb;
  padding: 70px 0;
}

.global-reach-title {
  font-size: 1.9rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
}

.global-reach-subtitle {
  margin: 0;
  color: var(--gray-600);
  max-width: 520px;
  font-size: 0.98rem;
}

.global-reach-pill {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--gray-900);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.global-reach-pill-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--primary-red);
  box-shadow: 0 0 0 6px rgba(200, 35, 51, 0.08);
}

.global-reach-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 1.8rem 1.6rem;
  position: relative;
  overflow: hidden;
  min-height: 230px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.global-reach-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: rgba(26, 26, 46, 0.1);
  transition: background 0.25s ease;
}

.global-reach-card-accent::before {
  background: var(--primary-red);
}

.global-reach-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 50px rgba(200, 35, 51, 0.12);
  border-color: rgba(200, 35, 51, 0.35);
}

.global-reach-card:hover::before {
  background: var(--primary-red);
}

.global-reach-card-title {
  font-size: 1.1rem;
  font-weight: 900;
  margin: 0 0 0.4rem;
}

.global-reach-card-meta {
  margin: 0 0 0.9rem;
  color: var(--gray-600);
  font-weight: 600;
  font-size: 0.88rem;
}

.global-reach-card-text {
  margin: 0 0 1.1rem;
  color: var(--gray-900);
  font-size: 0.9rem;
  line-height: 1.7;
}

.global-reach-branch-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--primary-red);
  font-size: 0.78rem;
}

@media (max-width: 991.98px) {
  .global-reach-section {
    padding: 55px 0;
  }
}

@media (max-width: 575.98px) {
  .global-reach-section {
    padding: 45px 0;
  }

  .global-reach-card {
    min-height: auto;
  }
}

/* =============================================
   WHATSAPP STICKY BUTTON
============================================= */
.whatsapp-float {
  position: fixed;
  right: 30px;
  bottom: 30px; 
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #25d366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1001;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float i {
  font-size: 1.6rem;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.35);
}

@media (max-width: 575.98px) {
  .whatsapp-float {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-float i {
    font-size: 1.45rem;
  }
}
