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

 /* == Add your own styles below this line ==
--------------------------------------------*/
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;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
  }
}
section {
  margin: 21px 0 !important;
}
.home #inner-pages-header {
  display: block !important;
}

.heading h2 {
  font-weight: 700;
  color: #222;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.card {
  margin: 0 auto 11px;
  padding: 21px 15px;
  background: #f9fafc; /* soft cool background */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* smoother, cooler shadow */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); /* subtle lift on hover */
}

.card h3 {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.card p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
}
.box {
  background: #ffffff6d;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.box i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 28px;
  color: #fff;
  background: linear-gradient(135deg, #1c343491, #3ac0e8); /* cool gradient */
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cust-bg {
  background: linear-gradient(135deg, #f0fff3, #1c343491);
  padding: 21px 17px;
  border-radius: 12px;
}

.list-pos {
  list-style-position: inside;
}
.book-cover {
  display: block;
  width: 210px;
  height: 323px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  float: right;
  margin: 0 0 1rem 1rem;
}

.trillion-dollar-coach {
  background-image: url("/wp-content/themes/cpa-child/assets/images/trillion-dollar-coach.jpg");
}
.give-and-take {
  background-image: url("/wp-content/themes/cpa-child/assets/images/give-and-take.jpg");
}
.the-coaching-habit {
  background-image: url("/wp-content/themes/cpa-child/assets/images/the-coaching-habit.jpg");
}
.radical-candor {
  background-image: url("/wp-content/themes/cpa-child/assets/images/radical-candor.jpg");
}

@media (max-width: 768px) {
  .book-cover {
    float: none;
    margin: 0 auto 1rem auto;
  }
}
/* Container styling */
.book-questions-container {
  margin: 40px auto;
  padding: 21px;
  background-color: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

/* Section heading */
.bqc-heading {
  font-size: 2rem;
  color: #1c3434;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
}

/* Paragraph styling */
.bqc-text {
  color: #333;
  margin-bottom: 25px;
}

/* Ordered list styling */
.bqc-list {
  counter-reset: bqc-counter;
  list-style: none;
  padding-left: 0;
}

.bqc-list li {
  margin-bottom: 25px;
  padding-left: 45px;
  position: relative;
}

/* Custom numbered circles */
.bqc-list li::before {
  counter-increment: bqc-counter;
  content: counter(bqc-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #1c3434;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
}

/* Subheading for each question */
.bqc-question {
  color: #1c3434;
  margin-bottom: 8px;
  font-weight: 600;
}

/* Answer paragraph */
.bqc-answer {
  color: #555;
}

/* Responsive */
@media (max-width: 600px) {
  .book-questions-container {
    padding: 15px 20px;
  }

  .bqc-heading {
    font-size: 1.6rem;
  }

  .bqc-list li {
    padding-left: 40px;
  }

  .bqc-list li::before {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
}
/* Container for blog highlights */
.blog-ideas-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 25px 35px;
  background-color: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  font-family: "Georgia", serif;
  line-height: 1.7;
}

/* Main section heading */
.blog-ideas-heading {
  font-size: 2rem;
  color: #1c3434;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Intro paragraph */
.blog-ideas-intro {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

/* Each blog post title */
.blog-post-title {
  font-size: 1.4rem;
  color: #1c3434;
  margin-bottom: 8px;
  margin-top: 25px;
  font-weight: 600;
  border-left: 4px solid #1c3434;
  padding-left: 12px;
}

/* Paragraph under each blog post */
.blog-post-text {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

/* Optional hover effect if you wrap titles in links later */
.blog-post-title a {
  color: #1c3434;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-post-title a:hover {
  color: #2e5a5a;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .blog-ideas-container {
    padding: 15px 20px;
  }

  .blog-ideas-heading {
    font-size: 1.6rem;
  }

  .blog-post-title {
    font-size: 1.2rem;
  }
}
/* Style for the step span */
.step {
  display: inline-block;
  background-color: #1c3434;
  color: #fff;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, background-color 0.3s ease;
}

/* Optional hover effect */
.step:hover {
  background-color: #2e5a5a;
  transform: translateY(-2px);
}

/* Responsive tweak */
@media (max-width: 600px) {
  .step {
    padding: 3px 10px;
    font-size: 0.85rem;
  }
}
.img-section {
  border-radius: 14px;
  overflow: visible;
  margin-bottom: 1.5rem;
  position: relative;
}
.img-section .section-top-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
}
.img-section__content {
  background: linear-gradient(180deg, #fff 0, #bdc7be 100%);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 1.25rem 17px;
  margin-top: -6px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.04);
}
.img-section__content h2 {
  background: linear-gradient(
    90deg,
    rgba(99, 102, 241, 0.12),
    rgba(16, 185, 129, 0.04)
  );
  color: #0f172a;
  padding: 0.4rem 5px;
  border-radius: 8px;
  margin-bottom: 0.4rem;
  box-shadow: 0 4px 12px rgba(2, 6, 23, 0.03);
}
.img-section__content h3 {
  color: #0b1220;
  font-weight: 600;
}
/* Contact form container */
.contact-form-container {
  padding: 21px;
  background: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Heading */
.contact-heading {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1c3434; /* accent color */
}

/* Form groups */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #333;
  font-weight: 600;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #1c3434;
  outline: none;
}

/* Submit button */
.contact-btn {
  display: inline-block;
  width: 100%;
  padding: 14px;
  background-color: #1c3434;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.contact-btn:hover {
  background-color: #2e5a5a;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 500px) {
  .contact-form-container {
    padding: 20px;
  }

  .contact-heading {
    font-size: 1.5rem;
  }
}
.toggle-inner {
  top: -14px !important;
}
#inner-pages-header .header-overlay {
  background: linear-gradient(135deg, #1c3434 0%, #74fb94 100%) !important;
}
/* Footer Base */
.site-footer {
  background-color: #1c3434; /* accent color */
  color: #fff;
  padding: 40px 20px 20px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Container layout */
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  gap: 30px;
}

/* Logo */
.footer-logo img {
  max-width: 200px;
  height: auto;
}

/* Headings */
.site-footer h4 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #74fb94; /* secondary highlight */
}

/* Links */
.footer-links ul,
.footer-legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li,
.footer-legal ul li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-legal a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-legal a:hover {
  color: #74fb94;
}

/* Bottom section */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  padding-top: 15px;
  margin-top: 30px;
  font-size: 0.9rem;
  color: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links,
  .footer-legal {
    margin-top: 20px;
  }
}
/* Social icons wrapper */
.footer-social {
  margin-top: 15px;
}

/* Social icon links */
.footer-social span {
  display: inline-block;
  margin-right: 12px;
  font-size: 1.3rem;
  color: #fff;
  transition: color 0.3s ease, transform 0.2s ease;
}

/* Hover effects */
.footer-social span:hover {
  color: #74fb94; /* highlight color */
  transform: translateY(-2px);
}
.footer-logo img {
  filter: brightness(0) invert(1);
}

.entry-content a {
  text-decoration: none !important;
  color: #229e71 !important;
} /* Other Books Section */
.other-books {
  padding: 20px 21px;
  background-color: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Section heading */
.other-books h2 {
  font-size: 1.6rem;
  color: #1c3434; /* accent color */
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 2px solid #74fb94; /* subtle underline */
  display: inline-block;
  padding-bottom: 5px;
}

/* Book list */
.other-books ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Book list items */
.other-books ul li {
  margin-bottom: 12px;
}

/* Book links */
.other-books ul li a {
  text-decoration: none;
  color: #1c3434;
  font-size: 1rem;
  transition: color 0.3s ease, transform 0.2s ease;
  position: relative;
}

/* Hover effect */
.other-books ul li a:hover {
  color: #74fb94;
  transform: translateX(5px);
}

/* Optional arrow after link on hover */
.other-books ul li a::after {
  content: "→";
  margin-left: 5px;
  opacity: 0;
  transition: opacity 0.3s ease, margin-left 0.3s ease;
}

.other-books ul li a:hover::after {
  opacity: 1;
  margin-left: 10px;
}

/* Responsive tweaks */
@media (max-width: 500px) {
  .other-books {
    padding: 15px 20px;
  }

  .other-books h2 {
    font-size: 1.4rem;
  }

  .other-books ul li a {
    font-size: 0.95rem;
  }
}
.error-404 {
  min-height: 60vh !important;
}