/* =============================================
       OJG VISIT OFFICE SECTION — scoped & unique
       Namespace: #ojgOfficeT82N
       White background, matches contact form palette
       ============================================= */

#ojgOfficeT82N,
#ojgOfficeT82N * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

#ojgOfficeT82N .fa-solid,
#ojgOfficeT82N .fab,
#ojgOfficeT82N i[class*="fa-"] {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1;
}

#ojgOfficeT82N {
  position: relative;
  width: 100%;
  padding: 72px 40px 80px;
  background: #ffffff;
  overflow: hidden;
}

#ojgOfficeT82N .ojgOfficeT82N-container {
  max-width: 1240px;
  margin: 0 auto;
}

#ojgOfficeT82N .ojgOfficeT82N-heading {
  font-family: "Urbanist", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #07242f;
  text-align: center;
  margin: 0 0 48px 0;
}

#ojgOfficeT82N .ojgOfficeT82N-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  align-items: stretch;
}

/* ── Left: Info card ── */
#ojgOfficeT82N .ojgOfficeT82N-card {
  position: relative;
  background: linear-gradient(155deg, #fdf6df 0%, #faecc0 100%);
  border-radius: 22px;
  padding: 38px 36px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#ojgOfficeT82N .ojgOfficeT82N-card-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  background: #f7d97a;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  bottom: -90px;
  right: -90px;
  pointer-events: none;
}

#ojgOfficeT82N .ojgOfficeT82N-block {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

#ojgOfficeT82N .ojgOfficeT82N-block:last-of-type {
  margin-bottom: 0;
}

#ojgOfficeT82N .ojgOfficeT82N-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #07242f;
  margin: 0 0 14px 0;
}

#ojgOfficeT82N .ojgOfficeT82N-label i {
  font-size: 16px;
  color: #0978ef;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(9, 120, 239, 0.18);
}

#ojgOfficeT82N .ojgOfficeT82N-text {
  font-size: 14.5px;
  line-height: 1.75;
  color: #5a5340;
  margin: 0;
  padding-left: 44px;
}

#ojgOfficeT82N .ojgOfficeT82N-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 44px;
  font-size: 14px;
  color: #5a5340;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(7, 36, 47, 0.08);
}

#ojgOfficeT82N .ojgOfficeT82N-hours-row:last-child {
  border-bottom: none;
}

#ojgOfficeT82N .ojgOfficeT82N-hours-row span:first-child {
  font-weight: 600;
  color: #07242f;
}

#ojgOfficeT82N .ojgOfficeT82N-hours-row.closed span:last-child {
  color: #c2502f;
  font-weight: 600;
}

/* Spacer pushes social block to the bottom of the card */
#ojgOfficeT82N .ojgOfficeT82N-spacer {
  flex: 1;
  min-height: 24px;
}

/* ── Social + WhatsApp footer block ── */
#ojgOfficeT82N .ojgOfficeT82N-social-block {
  position: relative;
  z-index: 2;
  padding-top: 26px;
  border-top: 1px solid rgba(7, 36, 47, 0.12);
}

#ojgOfficeT82N .ojgOfficeT82N-social-title {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #8a7f5c;
  margin: 0 0 14px 0;
}

#ojgOfficeT82N .ojgOfficeT82N-social-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#ojgOfficeT82N .ojgOfficeT82N-social-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #07242f;
  font-size: 17px;
  box-shadow: 0 6px 14px rgba(7, 36, 47, 0.1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease,
    background 0.25s ease;
}

#ojgOfficeT82N .ojgOfficeT82N-social-icon:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #0978ef, #014392);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(9, 120, 239, 0.32);
}

#ojgOfficeT82N .ojgOfficeT82N-social-icon.whatsapp:hover {
  background: linear-gradient(135deg, #25d366, #128c4a);
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.32);
}

/* ── Right: Map card ── */
#ojgOfficeT82N .ojgOfficeT82N-map-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 20px 50px rgba(9, 120, 239, 0.12),
    0 4px 14px rgba(0, 0, 0, 0.06);
  border: 1.5px solid #e7eef8;
  min-height: 420px;
}

#ojgOfficeT82N .ojgOfficeT82N-map-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(8%) contrast(1.02);
}

#ojgOfficeT82N .ojgOfficeT82N-map-pill {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  padding: 10px 16px 10px 12px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(7, 36, 47, 0.16);
  text-decoration: none;
  max-width: calc(100% - 36px);
}

#ojgOfficeT82N .ojgOfficeT82N-map-pill-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, #0978ef, #014392);
  display: flex;
  align-items: center;
  justify-content: center;
}

#ojgOfficeT82N .ojgOfficeT82N-map-pill-icon i {
  font-size: 13px;
  color: #fff;
}

#ojgOfficeT82N .ojgOfficeT82N-map-pill-text {
  font-size: 12.5px;
  font-weight: 600;
  color: #07242f;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Responsive ── */

@media (max-width: 1100px) {
  #ojgOfficeT82N .ojgOfficeT82N-heading {
    font-size: 34px;
  }
}

@media (max-width: 980px) {
  #ojgOfficeT82N {
    padding: 56px 24px 60px;
  }

  #ojgOfficeT82N .ojgOfficeT82N-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #ojgOfficeT82N .ojgOfficeT82N-heading {
    font-size: 30px;
    margin-bottom: 36px;
  }

  #ojgOfficeT82N .ojgOfficeT82N-map-card {
    min-height: 320px;
    order: 2;
  }

  #ojgOfficeT82N .ojgOfficeT82N-card {
    order: 1;
  }
}

@media (max-width: 600px) {
  #ojgOfficeT82N {
    padding: 48px 16px 48px;
  }

  #ojgOfficeT82N .ojgOfficeT82N-heading {
    font-size: 25px;
    margin-bottom: 28px;
  }

  #ojgOfficeT82N .ojgOfficeT82N-card {
    padding: 28px 22px;
    border-radius: 18px;
  }

  #ojgOfficeT82N .ojgOfficeT82N-label {
    font-size: 18px;
  }

  #ojgOfficeT82N .ojgOfficeT82N-text,
  #ojgOfficeT82N .ojgOfficeT82N-hours-row {
    padding-left: 0;
  }

  #ojgOfficeT82N .ojgOfficeT82N-block {
    margin-bottom: 24px;
  }

  #ojgOfficeT82N .ojgOfficeT82N-map-card {
    min-height: 280px;
    border-radius: 18px;
  }

  #ojgOfficeT82N .ojgOfficeT82N-social-row {
    gap: 10px;
  }

  #ojgOfficeT82N .ojgOfficeT82N-social-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 380px) {
  #ojgOfficeT82N .ojgOfficeT82N-heading {
    font-size: 22px;
  }

  #ojgOfficeT82N .ojgOfficeT82N-card {
    padding: 24px 18px;
  }

  #ojgOfficeT82N .ojgOfficeT82N-map-pill-text {
    max-width: 160px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #ojgOfficeT82N .ojgOfficeT82N-social-icon {
    transition: none;
  }
}
/* Font Awesome icon fix */
#ojgOfficeT82N i.fa-solid,
#ojgOfficeT82N i.fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

#ojgOfficeT82N i.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}
