/* 
 Theme Name:   cpa
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     cpa-accountant
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

html {
  font-size: 16px !important;
}
.article_content p {
  font-size: 16px !important;
  color: #5a5757 !important;
}
h1 {
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
  font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
  font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
article.inner-service img {
  width: revert-layer !important;
}
.post-content {
  padding: 1.563rem 0.7rem 2rem;
}
.article_content {
  padding: 0px !important;
}
img,
video {
  height: unset !important;
}
.home .article_content {
  padding: 5px !important;
  border: 1px solid #ddd !important;
  /* height: 100% !important; */
}
.read-btn {
  text-decoration: none !important;
  display: block !important;
  color: #18a45e !important;
  font-weight: 600 !important;
}
.read-btn:hover {
  color: #0c482a !important;
}
/* ===== Feature Article Section ===== */
.feature-article {
  font-family: "Georgia", "Times New Roman", serif;
  color: #333;
  line-height: 1.7;
}
.content-area {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
/* ===== Subtitle ===== */
.article-subtitle {
  font-size: 1.1rem;
  color: #666;
  font-style: italic;
  border-left: 3px solid #0077cc;
  padding-left: 10px;
  margin-bottom: 20px;
}

/* ===== Paragraphs ===== */
.article-body p {
  margin-bottom: 1.2em;
}

/* ===== Blockquote ===== */
.article-quote {
  border-left: 4px solid #0077cc;
  background: #f8f9fa;
  padding: 15px 11px;
  font-style: italic;
  color: #444;
  margin: 20px 0;
}

/* ===== Interviewer & Speaker ===== */
.interviewer {
  font-weight: bold;
  color: #0077cc;
  margin-top: 1.5em;
}

.speaker {
  margin-left: 15px;
  padding-left: 10px;
  border-left: 3px solid #ddd;
  color: #333;
}

/* ===== Intro Section ===== */
.article-intro {
  margin-bottom: 20px;
  text-align: center;
}

/* Paragraph styling */
.sbcss-section p {
  margin-bottom: 15px;
  text-align: justify;
}

/* Highlight quotes */
.sbcss-quote {
  font-style: italic;
  color: #2a4d8f;
  background-color: #eef3fb;
  border-left: 4px solid #2a4d8f;
  padding: 10px 15px;
  margin: 15px 0;
}

/* Statistics or numbers */
.sbcss-stats {
  background-color: #f1f7f2;
  border-left: 4px solid #3b8b45;
  padding: 10px 15px;
  margin: 15px 0;
  color: #2d6632;
  font-weight: 500;
}

/* Regional info */
.sbcss-region {
  background-color: #fffaf0;
  border-left: 4px solid #e3a23c;
  padding: 10px 15px;
  margin: 15px 0;
}
.sbcss-title {
  text-align: center;
  color: #1a3d7c;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 20px;
} /* ===== Apple Valley Incident Section Styles ===== */

.avhs-incident-section p {
  margin-bottom: 12px;
}

.avhs-incident-section p:first-of-type {
  font-weight: bold;
  color: #222;
}

.avhs-incident-section .update-time {
  font-style: italic;
  color: #555;
}

.avhs-incident-section .original-story {
  background-color: #fff3cd;
  border-left: 4px solid #ffcc00;
  padding: 10px;
  margin-top: 10px;
}
.primary-menu ul {
  width: 16rem !important;
}
.primary-menu ul a {
  padding: 7px 17px !important;
}
.toggle-inner {
  top: -11px !important;
  float: right;
  justify-content: center;
  position: relative;
}
.article_content a {
  text-decoration: none !important;
}
/* ===== Footer Newsletter Styles ===== */
.footer-newsletter {
  text-align: left;
  padding: 15px 0;
}

.footer-newsletter h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #fff; /* change to match your footer text color */
}

.newsletter-form {
  display: flex;
  flex-direction: column; /* stacked layout for footer column */
  gap: 10px;
}

.newsletter-form input[type="email"] {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.95rem;
  width: 100%;
  box-sizing: border-box;
}

.newsletter-form button {
  padding: 10px 12px;
  background-color: #22b22b; /* your brand color */
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #0b3e0f; /* darker shade on hover */
}

/* Optional: Make it responsive and centered on small screens */
@media (max-width: 600px) {
  .footer-newsletter {
    text-align: center;
  }
  .newsletter-form {
    align-items: center;
  }
  .newsletter-form input,
  .newsletter-form button {
    width: 90%;
  }
}
.footer-logo {
  filter: brightness(0) invert(1);
}
.error-404 {
  min-height: 70vh;
}
/* ===== Contact Form Styles ===== */
.contact-section {
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.contact-section h2 {
  text-align: center;
  margin-bottom: 15px;
  color: 22b22b; /* your brand color */
}

.contact-section p {
  text-align: center;
  margin-bottom: 20px;
}

.contact-section a {
  color: 22b22b;
  text-decoration: none;
}

.contact-section a:hover {
  text-decoration: underline;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form label {
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}

.contact-form button {
  padding: 12px;
  background-color: #22b22b; /* brand color */
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #0f5b14; /* darker shade on hover */
}

