.blog-post h1 {
    font-size: 36px !important;
}

.blog-post h2{
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 15px 0px 15px 0px;
    
}


.blog-post h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0px 3px 0px;
    color: #222222;
}

.cta-inline-heading {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: capitalize !important;
}
.cta-inline-description {
    font-size: 18px;
    color: #e0e0e0;
    line-height: 1.7;
    margin-bottom: 0;
    font-family: 'Hind', sans-serif;
}

.cta-button-wrapper {
    margin-top: 25px;
    text-align: center;
}

.cta-inline-button:hover {
  color: #ffffff !important;
  border-color: #234362 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(54, 135, 198, 0.4);
  text-decoration: none;
}

.cta-inline-button:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

/* ========== Author & Date — single post (blog/view) ========== */
.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1rem;
  padding: 12px 0 16px;
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}
.blog-post-meta .blog-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-post-meta .blog-meta-item i.fa {
  color: #3687C6;
  font-size: 13px;
  opacity: 0.9;
}
.blog-post-meta .blog-meta-label {
  color: #9ca3af;
  font-size: 13px;
  font-weight: 400;
}
.blog-post-meta .blog-meta-value {
  color: #374151;
  font-weight: 500;
}
.blog-post-meta .blog-meta-sep {
  color: #d1d5db;
  font-weight: 300;
  user-select: none;
}
.blog-post-meta .blog-meta-sep::after {
  content: "·";
  font-size: 16px;
}
@media (max-width: 480px) {
  .blog-post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 10px 0 14px;
  }
  .blog-post-meta .blog-meta-sep {
    display: none;
  }
}

/* ========== Author & Date — listing cards (blog/index) ========== */
.blog-index-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.6rem;
  padding: 0 0 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.4;
}
.blog-index-meta .blog-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.blog-index-meta .blog-meta-item i.fa {
  color: #3687C6;
  font-size: 12px;
}
.blog-index-meta .blog-meta-value {
  color: #4b5563;
  font-weight: 500;
}
.blog-index-meta .blog-meta-sep {
  color: #d1d5db;
  font-size: 10px;
}
.blog-index-meta .blog-meta-sep::after {
  content: "·";
}
@media (max-width: 480px) {
  .blog-index-meta .blog-meta-sep {
    display: none;
  }
}

/* ================= Pro-Tip Blockquote (Blog Details Post) — website colors ================= */

.blog-post blockquote {
  position: relative;
  margin: 40px 0;
  padding: 32px 35px 32px 110px;

  background: linear-gradient(
      135deg,
      rgba(54, 135, 198, 0.08) 0%,
      rgba(23, 47, 71, 0.05) 100%
  );

  border-left: 4px solid #3687C6;
  border-radius: 8px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Icon circle — lightbulb */
/* Icon circle — lightbulb (Font Awesome 4.5.0) */
.blog-post blockquote::before {
  content: "\f0eb";
  font-family: "FontAwesome";   /* FA 4.x uses "FontAwesome", not "Font Awesome 5 Free" */
  font-weight: normal;         /* FA 4.x uses normal; FA5 uses 900 for solid */
  font-size: 26px;

  position: absolute;
  left: 35px;
  top: 32px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #3687C6 0%, #234362 100%);
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(54, 135, 198, 0.3);
}

/* Title (Pro-Tip text) */
.blog-post blockquote strong,
.blog-post blockquote b {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #3687C6;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Body text */
.blog-post blockquote > * {
  font-size: 16px;
  line-height: 1.7;
  color: #151515;
  margin-bottom: 10px;
}

.blog-post blockquote > *:last-child {
  margin-bottom: 0;
}

.blog-post blockquote > *:only-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .blog-post blockquote {
      padding: 26px 25px 26px 90px;
  }

  .blog-post blockquote::before {
      width: 50px;
      height: 50px;
      font-size: 22px;
      left: 25px;
      top: 26px;
  }
}


/* ========== Location / area tags (pill style) ========== */

/* ========== Location / area tags (pill style) — full code ========== */

.location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-tags li {
  margin: 0;
  padding: 0;
}

.location-tag {
  display: inline-block;
  padding: 10px 20px;
  background-color: #eeeeee;
  color: #252525;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  z-index: 1;
}

.location-tag:hover {
  background-color: #3687C6;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(54, 135, 198, 0.35);
}

.location-tag.active,
.location-tag:focus {
  background-color: #234362;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(35, 67, 98, 0.4);
}