/* =========================================================
   FinEvals.ai — site-specific overrides on top of style.css
   Kept in a separate file so the vendor template stays clean.
   ========================================================= */

/*===== PARTNER WITH US =====*/
/* Centre the block and let the global `p` rules supply the body
   font, so the copy matches every other paragraph on the site. */
.subscribe-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content .text {
  margin-top: 25px;
}

/*===== SOLUTION CARDS =====*/
/* Keep the four cards the same height whatever the copy length, so the
   row stays even when text is edited. Scoped to #features so it does not
   touch the blog listing, which reuses .services-area. */
#features .row > [class*="col-lg-3"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#features .single-services {
  width: 100%;
}

/*===== FOOTER CONTACT =====*/
.footer-mail {
  display: inline-block;
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  word-break: break-word;
}

.footer-mail:hover,
.footer-mail:focus {
  color: #fe8464;
}

@media (max-width: 767px) {
  .footer-mail {
    font-size: 18px;
  }
}

/*===== BLOG =====*/
/* Blog pages have no hero, so the navbar is always in its solid
   state and sits fixed — push the content clear of it. */
.page-body {
  padding-top: 140px;
}

@media (max-width: 767px) {
  .page-body {
    padding-top: 110px;
  }
}

.blog-page .section-title .title {
  margin-bottom: 0;
}

.blog-intro {
  max-width: 720px;
  margin: 20px auto 0;
}

.single-post {
  padding: 35px 40px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
  box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-post:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

@media (max-width: 767px) {
  .single-post {
    padding: 25px;
  }
}

.single-post .post-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.single-post .post-title a {
  color: #2e2e2e;
}

.single-post .post-title a:hover {
  color: #fe7a7b;
}

.post-meta {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #9a99a2;
}

.single-post .text {
  margin-top: 18px;
}

.post-link {
  display: inline-block;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fe7a7b;
}

.post-link:hover {
  color: #fe8464;
}

/*===== SINGLE POST BODY =====*/
.post-header .post-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #2e2e2e;
}

@media (max-width: 767px) {
  .post-header .post-title {
    font-size: 28px;
  }
}

.post-content {
  max-width: 760px;
  margin: 0 auto;
}

.post-content p,
.post-content li {
  font-size: 17px;
  line-height: 30px;
  color: #6a6972;
}

.post-content p,
.post-content ul,
.post-content ol {
  margin-bottom: 22px;
}

.post-content h2 {
  font-size: 26px;
  margin: 40px 0 16px;
}

.post-content h3 {
  font-size: 21px;
  margin: 32px 0 14px;
}

.post-content ul,
.post-content ol {
  padding-left: 22px;
}

.post-content ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.post-content ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}

.post-content a {
  color: #fe7a7b;
  text-decoration: underline;
}

.post-content blockquote {
  margin: 28px 0;
  padding: 4px 0 4px 22px;
  border-left: 3px solid #fe7a7b;
  font-style: italic;
}

.post-content code {
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #f4f5fb;
  font-size: 15px;
  color: #2e2e2e;
}

.post-content pre {
  margin-bottom: 22px;
  padding: 18px 20px;
  border-radius: 8px;
  background-color: #f4f5fb;
  overflow-x: auto;
}

.post-content pre code {
  padding: 0;
  background: none;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
