@import url('base.css');

.hero-bg {
  background-image: url('../images/callus.webp');
}

.contact-footer {
  background-color: #dca24b;
}

.trust-badge p.font-semibold {
  color: #002d59;
}

.section-title {
  color: #dca24b;
  text-shadow: 1px 1px 0 #000, 2px 2px 0 #000, 3px 3px 0 #000;
}

#map {
  height: 260px;
}

.nap-map-action-primary {
  background-color: #dca24b; /* Primary color */
  color: #002d59; /* Dark text for contrast */
}

.nap-map-action-secondary {
  border: 1px solid #dca24b; /* Border with primary color */
  color: #002d59; /* Dark blue text for contrast */
  background-color: transparent; /* No background fill */
}

.cta-title {
  color: #dca24b; /* Example color, can be adjusted */
  text-shadow: 1px 1px 0 #000, 2px 2px 0 #000, 3px 3px 0 #000; /* Consistent with other titles */
}

.cta-primary {
  background-color: #dca24b; /* Primary color */
  color: #002d59; /* Dark text for contrast */
}

.cta-secondary {
  border-color: #dca24b; /* Border with primary color */
  color: #dca24b; /* Primary color text */
  background-color: transparent; /* No background fill */
}

.hero-cta-primary {
  background-color: #dca24b; /* Primary color */
  color: #002d59; /* Dark text for contrast */
}

.hero-cta-secondary {
  border-color: #dca24b; /* Border with primary color */
  color: #dca24b; /* Primary color text */
  background-color: transparent; /* No background fill */
}