/* Contact Page - Map Popup Styles */

/* Custom marker icon */
.custom-marker-icon {
  border-radius: 50%;
  background: white;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Popup wrapper - transparent dark background */
.leaflet-popup.custom-popup .leaflet-popup-content-wrapper {
  background: rgba(26, 26, 46, 0.95) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff !important;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 230, 255, 0.2);
  text-align: center;
}

/* Popup content wrapper */
.leaflet-popup.custom-popup .popup-content {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

/* Override default Leaflet popup content styles */
.leaflet-popup.custom-popup .leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
  padding: 0 !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.91);
  min-height: 1px;
}

/* Company name in cyan color - maximum specificity */
.leaflet-popup-content .company-name,
.custom-popup .company-name,
.popup-content .company-name {
  color: #00e6ff !important;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

/* Phone icon */
.leaflet-popup-content .fa-phone,
.custom-popup .fa-phone,
.popup-phone-icon {
  color: #00e6ff !important;
  margin-right: 5px;
}

/* Phone link */
.leaflet-popup-content .phone-link,
.custom-popup .phone-link {
  color: #00e6ff !important;
  font-weight: 600;
  text-decoration: none;
}

.leaflet-popup-content .phone-link:hover,
.custom-popup .phone-link:hover {
  text-decoration: underline;
  color: #00ffff !important;
}

/* Popup arrow/tip */
.leaflet-popup.custom-popup .leaflet-popup-tip {
  background: rgba(26, 26, 46, 0.95) !important;
}

/* Close button */
.leaflet-popup.custom-popup .leaflet-popup-close-button {
  color: #ffffff !important;
  font-size: 20px;
}

.leaflet-popup.custom-popup .leaflet-popup-close-button:hover {
  color: #00e6ff !important;
}

/* Map canvas highlight when zoom enabled */
#map-canvas {
  transition: box-shadow 0.3s ease;
}

/* Contact Info Section */
.contact-details .email-heading {
  margin-top: 30px;
}
