/**
 * Emergency fixes to ensure text visibility
 */

/* Section specific overrides with !important */
#work h2, #work h6, #work .section-title h2, #work .text-indigo-300 {
  color: #ffffff !important;
}

#contact h2, #contact h6, #contact .section-title h2, #contact .text-indigo-300 {
  color: #ffffff !important;
}

#reviews h2, #reviews h6, #reviews .section-title h2 {
  color: #ffffff !important;
}

/* Fix for "Let's Work Together" heading */
#contact .text-3xl, #contact .text-4xl {
  color: #ffffff !important;
}

/* Fix for Recent Projects headings */
#work .text-3xl, #work .text-4xl {
  color: #ffffff !important;
}

/* Fix for testimonial headings */
#reviews .text-3xl, #reviews .text-4xl {
  color: #ffffff !important;
}

/* Additional fixes for other section headings */
.bg-gradient-to-br h2, 
.bg-gradient-to-br h3,
.bg-gradient-to-br h6,
.bg-gradient-to-r h2,
.bg-gradient-to-r h3,
.bg-gradient-to-r h6 {
  color: #ffffff !important;
}

/* Override for specific contact items */
#contact h5.font-semibold {
  color: #ffffff !important;
}

/* Fix for any remaining dark text on dark backgrounds */
.bg-indigo-900 h2, 
.bg-indigo-900 h3, 
.bg-indigo-900 h6,
.bg-violet-900 h2,
.bg-violet-900 h3,
.bg-violet-900 h6,
.from-indigo-900 h2,
.from-indigo-900 h3,
.from-indigo-900 h6,
.from-violet-900 h2,
.from-violet-900 h3,
.from-violet-900 h6 {
  color: #ffffff !important;
}

/* Footer fixes */
footer {
  margin-top: 0 !important;
  z-index: 1 !important;
  position: relative !important;
}

/* Prevent duplicate footers */
footer + footer,
.footer + .footer {
  display: none !important;
}
