/*
Theme Name: fireservice theme
Theme URI: https://fireservice.pro
Author: Hustler G
Description: Custom lightweight WordPress theme based on Space Dynamic template.
Version: 1.0
License: GPL v2 or later
Text Domain: hb-fireservice
*/


.footer-nav {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.footer-nav a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s ease;
}

.footer-nav a:hover {
    color: #fff;
}



/* --- Legal Pages Wrapper --- */
.page-content,
.entry-content {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  color: #d0d0d0;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
}

/* --- Headings --- */
.page-content h1,
.entry-content h1 {
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-content h2,
.entry-content h2 {
  font-size: 28px;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-content h3,
.entry-content h3 {
  font-size: 22px;
  color: #e0e0e0;
  margin-top: 35px;
  margin-bottom: 10px;
  font-weight: 500;
}

/* --- Paragraphs --- */
.page-content p,
.entry-content p {
  margin-bottom: 20px;
  color: #c8c8c8;
  font-size: 16px;
}

/* --- Lists --- */
.page-content ul,
.entry-content ul {
  margin: 15px 0 25px 25px;
}

.page-content ul li,
.entry-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
  color: #c5c5c5;
}

.page-content ul li::before,
.entry-content ul li::before {
  content: "•";
  color: #FB5C4D; /* your accent color */
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

/* --- Links --- */
.page-content a,
.entry-content a {
  color: #FB5C4D;
  text-decoration: underline;
}

.page-content a:hover,
.entry-content a:hover {
  color: #ff6d5f;
  text-decoration: none;
}

/* --- Tables (optional) --- */
.page-content table,
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.page-content table th,
.entry-content table th,
.page-content table td,
.entry-content table td {
  border: 1px solid #333;
  padding: 12px;
}

.page-content table th {
  background: #1f1f1f;
  color: #fff;
}

/* --- Blockquotes --- */
.page-content blockquote,
.entry-content blockquote {
  border-left: 4px solid #FB5C4D;
  padding-left: 15px;
  margin: 25px 0;
  color: #e0e0e0;
  font-style: italic;
}



/* Marketplace Section */
.marketplace-section {
  background: #0d0d0d;
}

.section-title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
}

.section-subtitle {
  color: #b5b5b5;
  font-size: 16px;
}

/* Service Cards */
.service-card {
  background: #141414;
  border-radius: 16px;
  border: 1px solid #1f1f1f;
  transition: all 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: #FB5C4D;
  box-shadow: 0 0 20px rgba(251, 92, 77, 0.15);
}

.service-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-desc {
  color: #bdbdbd;
  font-size: 15px;
  margin-bottom: 20px;
}

.service-price {
  font-size: 20px;
  font-weight: 700;
  color: #FB5C4D; /* Accent color */
}
