/*
Theme Name: Pharos Internet (Bootstrap)
Theme URI: https://www.pharosinternet.com/
Author: Pharos Internet Solutions
Description: Custom theme based on Pharos home page layout (Bootstrap 5).
Version: 1.0.0
Text Domain: pharos
*/

body {
  background: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

/* HEADER: black bar with logo left */
.ph-header {
  background: #000000;
  border-bottom: 1px solid #222;
}

.ph-logo img {
  max-height: 116px;
  height: auto;
}

/* BANNER: black background, white text */
.ph-banner {
  background: #000000;
  color: #ffffff;
  padding: 2.5rem 1rem;
}

.ph-banner-inner {
  max-width: 900px;
}

.ph-banner h2 {
  font-size: 1.9rem;
  margin-bottom: 0.75rem;
}

.ph-banner p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

/* MAIN CONTENT */
.ph-main {
  padding: 2rem 0 2.5rem 0;
}

.ph-card {
  border-radius: 0.35rem;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  padding: 1.25rem 1.25rem;
  height: 100%;
}

.ph-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.ph-card-icon {
  flex: 0 0 auto;
  margin-right: 1rem;
}

.ph-card-icon img {
  width: 48px;
  height: auto;
}

.ph-card-body {
  flex: 1 1 auto;
}

/* NEXT STEPS BLOCK */
.ph-next-steps {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.35rem;
  padding: 1.25rem;
}

/* FOOTER – light grey */
.ph-footer-top {
  background: #ebebeb;
  padding: 1.75rem 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  color: #333;
}

.ph-footer-logo img {
  max-width: 216px;
  height: auto;
}

.ph-footer-bottom {
  background: #e1e1e1;
  padding: 1rem 0;
  font-size: 0.85rem;
  color: #444;
}

.ph-footer-bottom a {
  color: #005b8a;
  text-decoration: none;
}

.ph-footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .ph-banner h2 { font-size: 1.6rem; }
  .ph-banner p { font-size: 0.95rem; }
  .ph-card { padding: 1rem; }
  .ph-logo img { max-height: 80px; }
}
