.header-cta, .btn-yellow {
    background-color: #e3b84a;
    padding: 5px;
    margin: 5px;
}

.call-action {
    background-color: #e3b84a;
    padding: 10px;
    width: 30%;
    color: white;
}

.call-action a, .header-cta a{
    color: white !important;
}

.phone-link {
	font-weight: 600;
	color: #0C1E37; /* azul oscuro */
	text-decoration: none;
	margin-right: 15px;
}
.phone-link i {
	margin-right: 6px;
	color: #0C1E37; /* azul medio */
}

.slider-caption {
	display: flex;
	flex-direction: column;
	align-items: center; /* centra horizontal */
	justify-content: center; /* centra vertical (si aplica) */
	text-align: center;
}

.list-apart {
  font-size: 1.25rem;
  margin-bottom: 20px;
	padding: 0px 20px 20px 20px;
}
.map-responsive {
  position: relative;
  width: 100%;
  height: 400px; /* altura fija */
  overflow: hidden;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.project-box {
    overflow: hidden;
  }

  .project-box img {
    width: 100%;
    height: auto;
    display: block;
  }

  .overlay-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(20, 20, 20, 0.8); /* oscuro estilo footer */
    color: #fff;
    padding: 5px 12px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 14px;
  }
#footer {
  background-color: #4e5760 !important;
}

.white {
  color: white;
}

.strong {
  font-weight: bolder;
}

/* Fondo gris oscuro */
.services-section {
  background-color: #4e5760;
  padding: 60px 0;
}

/* Tarjetas blancas */
.service-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.service-card h4 {
  color: #111827;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.service-card p {
  color: #374151;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Iconos */
.service-card i {
  color: #10b981;
  font-size: 2.2rem;
}

/* CTA centrado */
.cta-block {
  text-align: center;
}

.cta-block h3 {
  color: #fff;
  font-weight: 700;
}

.cta-button {
  background-color: #e3b84a; /* amarillo */
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 28px;
  display: inline-block;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.cta-button:hover {
  background-color: #facc15;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .service-card {
    margin-bottom: 1rem;
  }
  .cta-block h3 {
    font-size: 1.4rem;
  }
}

.services-section .heading-block::after,
.services-section .heading-block:after {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

section#roof-repair-customer-reviews, section#roofing-reodeling-project-gallery {
    margin-top: 0;
}

