:root {
	--wd-text-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(30,136,230);
	--wd-alternative-color: #1F2937;
	--btn-default-bgcolor: rgb(30,136,230);
	--btn-default-bgcolor-hover: rgb(21,101,192);
	--btn-default-padding: 14px 28px 14px 28px;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--btn-accented-padding: 14px 28px 14px 28px;
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(22,163,74);
	--notices-success-color: rgb(255,255,255);
	--notices-warning-bg: rgb(245,158,11);
	--notices-warning-color: rgb(31,41,55);
	--wd-link-color: rgb(30,136,230);
	--wd-link-color-hover: rgb(18,94,161);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(31,41,55);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(248,250,252);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(31,41,55);
	--wd-form-placeholder-color: rgb(156,163,175);
	--wd-form-brd-color: rgb(30,136,230);
	--wd-form-brd-color-focus: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}



.wd-page-title {
background-color: rgb(255,255,255);
}

.whb-main-header .container {
    padding-left: 50px;
    padding-right: 50px;
}

/* ============================================================ */
/* MOBILE FIX — prevent horizontal scroll (root cause of the     */
/* off-canvas panel showing on the left on mobile)               */
/* ============================================================ */
html, body{
  overflow-x: hidden !important;
  max-width: 100vw;
}

/* ============================================================ */
/* MOBILE FIX — header padding must shrink on small screens,     */
/* otherwise the logo and hamburger icon collide                 */
/* ============================================================ */
@media (max-width: 767px){
  .whb-main-header .container{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 480px){
  .whb-main-header .container{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* ============ PRE-FOOTER CTA ============ */
.pre-footer{
  background: linear-gradient(135deg, #1F2937 0%, #14202e 100%);
  padding:50px 8%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  position:relative;
  overflow:hidden;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  box-sizing:border-box;
}
.pre-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(135deg, rgba(30,136,230,0.06) 25%, transparent 25%),
    linear-gradient(225deg, rgba(30,136,230,0.06) 25%, transparent 25%);
  background-size:60px 60px;
  pointer-events:none;
}
.pre-footer-text{position:relative; z-index:1; max-width:560px;}
.pre-footer-text h3{
  color:#FFFFFF;
  font-size:26px;
  margin:0 0 8px;
  font-weight:700;
}
.pre-footer-text p{
  color:#b9c2cd;
  margin:0;
  font-size:15px;
  line-height:1.7;
}
.pre-footer-actions{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.btn-call{
  display:flex;
  align-items:center;
  gap:10px;
  background:#1E88E6;
  color:#fff;
  padding:14px 26px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
  font-size:15px;
  transition:.25s;
  box-shadow:0 6px 18px rgba(30,136,230,0.35);
}
.btn-call:hover{background:#125EA1; color:#fff; transform:translateY(-2px);}
.btn-call svg{width:20px;height:20px;flex-shrink:0;}
.btn-outline{
  display:flex;
  align-items:center;
  gap:10px;
  background:transparent;
  color:#FFFFFF;
  padding:13px 24px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
  font-size:15px;
  border:1.5px solid rgba(255,255,255,0.25);
  transition:.25s;
}
.btn-outline:hover{border-color:#5EAAED; color:#5EAAED;}

/* triangle divider (logo shape) - pure CSS zigzag, always consistent regardless of width */
.roof-divider{
  height:16px;
  background-color:#1F2937;
  background-image:
    linear-gradient(135deg, #1E88E6 25%, transparent 25.5%),
    linear-gradient(225deg, #1E88E6 25%, transparent 25.5%);
  background-position:0 0, 0 0;
  background-size:24px 16px;
  background-repeat:repeat-x;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  box-sizing:border-box;
}

/* ============ MAIN FOOTER ============ */
.main-footer{
  background:#1F2937;
  color:#c7ccd3;
  padding:55px 8% 25px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.1fr;
  gap:40px;
}
@media(max-width:900px){
  .footer-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:560px){
  .footer-grid{grid-template-columns:1fr;}
  .pre-footer{flex-direction:column; align-items:flex-start;}
}

.col-brand .logo{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
}
.col-brand .logo img{width:34px;height:34px;}
.col-brand .logo span{
  color:#FFFFFF;
  font-size:19px;
  font-weight:800;
  letter-spacing:0.5px;
}
.col-brand p{
  font-size:14px;
  line-height:1.9;
  color:#9aa3ad;
  margin:0 0 20px;
}
.social-row{display:flex; gap:10px; margin-top:6px;}
.social-row a{
  width:38px;height:38px;
  border-radius:50%;
  background:rgba(255,255,255,0.06);
  display:flex;align-items:center;justify-content:center;
  color:#c7ccd3;
  transition:.25s;
  text-decoration:none;
}
.social-row a:hover{background:#1E88E6; color:#fff;}
.social-row svg{width:17px;height:17px;}

.footer-col h4{
  color:#FFFFFF;
  font-size:16px;
  margin:0 0 20px;
  font-weight:700;
  position:relative;
  padding-bottom:10px;
}
.footer-col h4::after{
  content:"";
  position:absolute;
  right:0; bottom:0;
  width:32px; height:3px;
  background:#1E88E6;
  border-radius:2px;
}
.footer-col ul{list-style:none; margin:0; padding:0;}
.footer-col li{margin-bottom:13px;}
.footer-col a{
  color:#aab2bb;
  text-decoration:none;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:8px;
  transition:.2s;
}
.footer-col a:hover{color:#5EAAED; gap:12px;}
.footer-col a svg{width:14px;height:14px; flex-shrink:0; color:#1E88E6;}

.contact-item{
  display:flex;
  gap:10px;
  margin-bottom:16px;
  font-size:14px;
  color:#aab2bb;
  align-items:flex-start;
}
.contact-item svg{width:17px;height:17px; color:#1E88E6; margin-top:2px; flex-shrink:0;}
.contact-item a{color:#aab2bb; text-decoration:none;}
.contact-item a:hover{color:#5EAAED;}

/* trust bar */
.trust-bar{
  border-top:1px solid rgba(255,255,255,0.08);
  margin-top:40px;
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  font-size:13px;
  color:#7d848d;
}
.trust-badges{display:flex; gap:18px; align-items:center; flex-wrap:wrap;}
.trust-badges span{
  display:flex; align-items:center; gap:6px;
  background:rgba(255,255,255,0.04);
  padding:6px 12px;
  border-radius:20px;
}
.trust-badges svg{width:14px;height:14px; color:#5EAAED;}

/* ============ SOLUTION PAGE BLOCKS (modular) ============ */
.solution-block{
  max-width:1200px;
  margin:0 auto;
  padding:60px 24px;
}

/* --- Block 1: Hero --- */
.solution-hero{
  display:flex;
  align-items:center;
  gap:48px;
  flex-wrap:wrap;
}
.solution-hero-text{flex:1 1 420px;}
.solution-eyebrow{
  display:inline-block;
  color:#1E88E6;
  font-weight:700;
  font-size:13px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  margin-bottom:12px;
}
.solution-hero-text h1{
  font-size:34px;
  line-height:1.25;
  color:#1F2937;
  margin:0 0 16px;
}
.solution-hero-text p{
  font-size:16px;
  line-height:1.8;
  color:#4b5563;
  margin:0 0 24px;
  max-width:520px;
}

/* Hero image — decorative shape composition (matches About Me page style) */
.solution-hero-image{
  flex:1 1 420px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.solution-hero-image img{
  border-radius:12px; /* fallback if markup has no wrapper */
}
.sol-shape-square{
  position:absolute;
  width:82%;
  height:82%;
  background:#1E88E6;
  border-radius:28px;
  top:-28px;
  right:-28px;
  z-index:1;
  opacity:.10;
  transform:rotate(-6deg);
}
.sol-shape-circle{
  position:absolute;
  width:110px;
  height:110px;
  background:#1E88E6;
  border-radius:50%;
  bottom:-26px;
  left:-26px;
  z-index:1;
  opacity:.16;
}
.sol-shape-chevron{
  position:absolute;
  width:64px;
  height:64px;
  bottom:-16px;
  right:8%;
  z-index:3;
  background:#1F2937;
  clip-path:polygon(50% 0%, 100% 45%, 78% 45%, 50% 22%, 22% 45%, 0% 45%);
}
.sol-photo-wrap{
  position:relative;
  z-index:2;
  width:100%;
}
.sol-photo-wrap img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
}

/* --- Block 2: Calculator --- */
.solution-calculator{
  background:#f4f6f8;
  border-radius:16px;
  position:relative;
  overflow:hidden;
}
.calc-decor-square{
  position:absolute;
  width:160px;
  height:160px;
  background:#1E88E6;
  border-radius:28px;
  top:-50px;
  left:-50px;
  opacity:.06;
  transform:rotate(-8deg);
  z-index:0;
}
.calc-decor-circle{
  position:absolute;
  width:130px;
  height:130px;
  background:#1E88E6;
  border-radius:50%;
  bottom:-40px;
  right:4%;
  opacity:.08;
  z-index:0;
}
.calc-head,
.calc-grid{
  position:relative;
  z-index:1;
}
.calc-head{max-width:640px; margin:0 auto 32px; text-align:center;}
.calc-head h2{font-size:26px; color:#1F2937; margin:0 0 10px;}
.calc-disclaimer{font-size:13px; color:#6b7280; line-height:1.6;}
.calc-grid{
  display:grid;
  grid-template-columns:1.15fr 0.85fr;
  align-items:stretch;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 4px 24px rgba(0,0,0,0.07);
}
@media(max-width:760px){
  .calc-grid{grid-template-columns:1fr;}
}
.calc-inputs{
  padding:36px;
  border-right:1px solid #eef0f2;
}
.calc-inputs label{
  display:block;
  font-size:13px;
  font-weight:600;
  color:#1F2937;
  margin-bottom:16px;
}
.calc-inputs input{
  width:100%;
  margin-top:6px;
  padding:11px 14px;
  border:1.5px solid #e2e6ea;
  border-radius:8px;
  font-size:14px;
  box-sizing:border-box;
}
.calc-inputs input:focus{outline:none; border-color:#1E88E6;}
.calc-btn{
  width:100%;
  justify-content:center;
  border:none;
  cursor:pointer;
  margin-top:4px;
}
.calc-result{
  background:#1F2937;
  color:#fff;
  padding:36px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
.calc-result-label{font-size:14px; color:#aab2bb;}
.calc-result-value{font-size:38px; font-weight:800; color:#5EAAED; margin:8px 0 12px;}
.calc-result-note{font-size:12px; color:#8b93a0; line-height:1.6; margin-bottom:16px;}
.calc-cta{color:#5EAAED; font-size:14px; font-weight:600; text-decoration:none;}
.calc-cta:hover{color:#BADBF7;}

/* --- Lenders poster --- */
/* Root-cause fix (same as About Me): don't guess a background colour —
   make the section and its wrapper transparent so they simply inherit
   whatever the real page background is. */
.solution-lenders{text-align:center;}
.solution-lenders,
.solution-lenders .lenders-poster-wrap{
  background:transparent !important;
}
.solution-lenders h3{font-size:20px; color:#1F2937; margin:0 0 32px;}
.lenders-poster-wrap{
  max-width:900px;
  margin:0 auto;
}
.lenders-poster,
.lenders-poster-wrap .lenders-poster{
  max-width:900px;
  width:100%;
  height:auto;
  display:block;
  margin:0 auto;
}

/* Center the CTA button under the hero text */
.solution-hero-text .btn-call{
  width:fit-content;
  margin-left:auto;
  margin-right:auto;
}

/* Hide the auto-generated page heading on solution pages (it duplicates our own hero title) */
article.type-page:has(.solution-hero) > h2.wp-block-heading{
  display:none !important;
}

/* ============ PAGE TITLE BANNER — SITE-WIDE ============ */
/* Shrink to a thin strip, recolor brand blue, hide default text/breadcrumb everywhere */
.wd-page-title{
  min-height:0 !important;
  height:14px !important;
  padding:0 !important;
  background-color:#1E88E6 !important;
  background-image:none !important;
  overflow:hidden !important;
}
.wd-page-title-bg{
  background-color:#1E88E6 !important;
  background-image:none !important;
}
.wd-page-title h1,
.wd-page-title .wd-breadcrumbs,
.wd-page-title nav,
.wd-page-title p{
  display:none !important;
}

/* ============ BLOG / INSIGHTS PAGE FIX ============ */
/* Blog page needs extra banner height so the overlapping sticky header
   doesn't sit on top of the post cards below it. Text stays hidden. */
body.blog .wd-page-title{
  height:150px !important;
}

/* Force a solid white header background on the blog page instead of a
   transparent/overlapping header. Without this, the blue logo and blue
   active-menu-item text blend into the blue banner behind them and
   become invisible. */
body.blog .whb-header,
body.blog .whb-main-header,
body.blog .whb-row{
  background-color:#ffffff !important;
}

/* ============ HOME PAGE FIX ============ */
/* Keep the same thin blue strip as every other page (do NOT hide it) —
   just remove any extra top spacing above the hero image. */
body.home .site-content,
body.home .elementor,
body.home main#main{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* ============ LENDERS MARQUEE (infinite scroll, pure CSS) ============ */
.lenders-marquee{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#fff;
  padding:32px 0;
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image:linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.marquee-track{
  display:flex;
  width:max-content;
  will-change:transform;
  backface-visibility:hidden;
  animation:marquee-scroll 40s linear infinite;
}
.lenders-marquee:hover .marquee-track{
  animation-play-state:paused;
}
.marquee-group{
  display:flex;
  align-items:center;
  gap:64px;
  padding-right:64px;
}
.marquee-logo{
  width:120px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.marquee-logo img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
}

@keyframes marquee-scroll{
  from{ transform:translate3d(0,0,0); }
  to{ transform:translate3d(-50%,0,0); }
}

@media (prefers-reduced-motion: reduce){
  .marquee-track{ animation:none; }
}

/* ============ ABOUT-ME / PERSONAL INTRO ============ */
.about-me{
  display:flex;
  align-items:center;
  gap:56px;
  flex-wrap:wrap;
}
.about-me-image{flex:1 1 380px;}
.about-me-image img{
  width:100%;
  height:auto;
  border-radius:16px;
  display:block;
  object-fit:cover;
  aspect-ratio:4/5;
}
.about-me-text{flex:1 1 460px;}
.about-me-text h2{
  font-size:30px;
  line-height:1.3;
  color:#1F2937;
  margin:0 0 16px;
}
.about-me-text p{
  font-size:16px;
  line-height:1.8;
  color:#4b5563;
  margin:0 0 24px;
  max-width:540px;
}
.about-me-specialties{
  list-style:none;
  margin:0 0 28px;
  padding:0;
}
.about-me-specialties li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:15px;
  color:#1F2937;
  margin-bottom:12px;
  font-weight:500;
}
.about-me-specialties li svg{
  width:20px;
  height:20px;
  flex-shrink:0;
  color:#1E88E6;
  margin-top:1px;
}
.about-me-text .btn-call{
  width:fit-content;
}

/* ============ HOW IT WORKS ============ */
.how-it-works{
  display:flex;
  align-items:center;
  gap:56px;
  flex-wrap:wrap;
}
.how-it-works-text{flex:1 1 480px;}
.how-it-works-text h2{
  font-size:30px;
  line-height:1.3;
  color:#1F2937;
  margin:0 0 16px;
}
.how-it-works-text > p{
  font-size:16px;
  line-height:1.8;
  color:#4b5563;
  margin:0 0 32px;
  max-width:520px;
}
.how-it-works-image{flex:1 1 380px;}
.how-it-works-image img{
  width:100%;
  height:auto;
  border-radius:16px;
  display:block;
  object-fit:cover;
  aspect-ratio:4/5;
}
.how-steps{
  list-style:none;
  margin:0;
  padding:0;
}
.how-steps li{
  display:flex;
  gap:18px;
  margin-bottom:28px;
}
.how-steps li:last-child{margin-bottom:0;}
.how-step-number{
  flex-shrink:0;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#1E88E6;
  color:#fff;
  font-weight:800;
  font-size:15px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.how-steps h3{
  font-size:17px;
  color:#1F2937;
  margin:0 0 4px;
}
.how-steps p{
  font-size:14px;
  color:#6b7280;
  line-height:1.6;
  margin:0;
  max-width:420px;
}

/* ============ BROKER VS BANK ============ */
.broker-vs-bank{
  display:flex;
  align-items:center;
  gap:56px;
  flex-wrap:wrap;
  flex-direction:row-reverse;
}
.broker-vs-bank-image{flex:1 1 380px;}
.broker-vs-bank-image img{
  width:100%;
  height:auto;
  border-radius:16px;
  display:block;
  object-fit:cover;
  aspect-ratio:4/5;
}
.broker-vs-bank-text{flex:1 1 480px;}
.broker-vs-bank-text h2{
  font-size:30px;
  line-height:1.3;
  color:#1F2937;
  margin:0 0 16px;
}
.broker-vs-bank-text > p{
  font-size:16px;
  line-height:1.8;
  color:#4b5563;
  margin:0 0 28px;
  max-width:520px;
}
.compare-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-bottom:32px;
  max-width:520px;
}
.compare-col{
  padding:20px;
  border-radius:12px;
}
.compare-bank{
  background:#f4f6f8;
}
.compare-broker{
  background:#1F2937;
}
.compare-col h4{
  font-size:14px;
  margin:0 0 12px;
  font-weight:700;
}
.compare-bank h4{color:#6b7280;}
.compare-broker h4{color:#5EAAED;}
.compare-col ul{
  list-style:none;
  margin:0;
  padding:0;
}
.compare-col li{
  font-size:13px;
  line-height:1.7;
  padding-left:16px;
  position:relative;
}
.compare-bank li{color:#6b7280;}
.compare-broker li{color:#c7ccd3;}
.compare-bank li::before{
  content:"–";
  position:absolute;
  left:0;
  color:#9aa3ad;
}
.compare-broker li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#5EAAED;
}
.broker-vs-bank-text .btn-call{
  width:fit-content;
}

/* ============ WHATSAPP FLOATING BUTTON ============ */
.wa-float-btn{
  position:fixed;
  bottom:82px;
  right:20px;
  width:50px;
  height:50px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 16px rgba(0,0,0,0.25);
  z-index:9999;
  transition:transform .2s ease, bottom .2s ease;
}
.wa-float-btn svg{
  width:26px;
  height:26px;
}
.wa-float-btn:hover{
  transform:scale(1.08);
  background:#1EBE5A;
}

/* Mobile (<=1024px): WoodMart's own scrollToTop button sits at
   bottom:12px/right:12px (40x40) by default, or bottom:67px when the
   sticky bottom mobile toolbar (Shop bar) is active. This button must
   always sit above whichever one is currently showing. */
@media(max-width:1024px){
  .wa-float-btn{
    bottom: 64px;   /* clears scrollToTop's default 12px position */
    right: 12px;
  }
}
.sticky-toolbar-on .wa-float-btn{
  bottom: 119px !important; /* clears scrollToTop's 67px position when toolbar is active */
}

/* ============ BLOG CARD IMAGE — FIXED HEIGHT ============ */
.blog-design-masonry .post-img-wrapp,
.blog-design-default .post-img-wrapp,
.posts-grid .post-img-wrapp {
    height: 360px;
    overflow: hidden;
}

.blog-design-masonry .post-img-wrapp img,
.blog-design-default .post-img-wrapp img,
.posts-grid .post-img-wrapp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 767px) {
    .blog-design-masonry .post-img-wrapp,
    .blog-design-default .post-img-wrapp,
    .posts-grid .post-img-wrapp {
        height: 240px;
    }
}

/* ============ SINGLE POST — HIDE META LINE ============ */
.single-post .entry-meta,
.single-post .post-meta,
.single-post .wd-post-meta {
  display: none !important;
}

/* ============ SINGLE POST — PUSH CONTENT BELOW OVERLAPPING HEADER ============ */
body.single-post header.whb-header.whb-overcontent + div{
  padding-top: 154px !important;
}
.solution-hero-text {
  display: flex;
  flex-direction: column;
}
.solution-hero-text h1 {
  margin-bottom: 20px;
}
.solution-hero-text .btn-call {
  margin-top: 28px;
  align-self: flex-start;
}
