.bftsmart-homepage{display:block;color:var(--bftsmart-home-text,#111827);font-family:var(--bftsmart-home-font-body,inherit);font-size:var(--bftsmart-home-font-size-base,16px);line-height:var(--bftsmart-home-line-height,1.6);cursor:default}
.bftsmart-homepage h1,.bftsmart-homepage h2,.bftsmart-homepage h3{color:var(--bftsmart-home-heading,#0f172a);font-family:var(--bftsmart-home-font-headings,inherit);letter-spacing:-.01em}

.bftsmart-home-section{padding:var(--bftsmart-home-section-pad-y,44px) 0;background:var(--bftsmart-home-bg,#fff)}
.bftsmart-home-section:nth-child(even){background:var(--bftsmart-home-bg-alt,#f7f7f7)}
.bftsmart-home-section-head{display:flex;align-items:center;justify-content:space-between;gap:var(--bftsmart-home-section-head-gap,16px);margin:0 0 var(--bftsmart-home-section-head-mb,24px)}
.bftsmart-home-section-head-left{display:flex;flex-direction:column;gap:6px;min-width:0}
.bftsmart-home-section-kicker{color:var(--bftsmart-home-accent,#f4b942);font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-size:12px;line-height:1.1}
.bftsmart-home-section-title{margin:0;font-size:var(--bftsmart-home-section-title-size,28px);line-height:1.2;font-weight:700;letter-spacing:-.02em}
.bftsmart-home-section-link{font-weight:600;text-decoration:none;color:var(--bftsmart-home-link,var(--bftsmart-home-accent,#2563eb))}
.bftsmart-home-section-link:hover{opacity:.9;text-decoration:underline}
.bftsmart-home-subtitle{margin:0 0 24px;color:var(--bftsmart-home-muted,#6b7280)}

.bftsmart-radio-player{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.bftsmart-radio-audio{display:none}
.bftsmart-radio-btn{padding:8px 16px;border:1px solid color-mix(in srgb,var(--bftsmart-home-heading,#0f172a) 75%, transparent);background:transparent;color:var(--bftsmart-home-heading,#0f172a);cursor:pointer;border-radius:6px;font-size:14px;line-height:1.2}
.bftsmart-radio-btn:hover{background:var(--bftsmart-home-heading,#0f172a);color:var(--bftsmart-home-bg,#fff)}
.bftsmart-radio-btn:disabled{opacity:.5;cursor:not-allowed}

.bftsmart-homepage a{color:var(--bftsmart-home-link,var(--bftsmart-home-accent,#2563eb));text-decoration:none}
.bftsmart-homepage a:hover{text-decoration:underline}
.bftsmart-homepage a:visited{color:var(--bftsmart-home-link,var(--bftsmart-home-accent,#2563eb))}
.bftsmart-homepage a.bftsmart-btn{color:inherit}
.bftsmart-homepage a.bftsmart-btn-primary{color:var(--bftsmart-home-btn-primary-text,#fff)}
.bftsmart-homepage a.bftsmart-btn-secondary{color:var(--bftsmart-home-btn-secondary-text,#fff)}
.bftsmart-homepage a.bftsmart-btn-outline{color:var(--bftsmart-home-primary,#0b1b3a)}
.bftsmart-homepage a.bftsmart-card-link{color:inherit;text-decoration:none;display:block}
.bftsmart-homepage a.bftsmart-card-link:hover{color:inherit;text-decoration:none}

.bftsmart-home-two-col{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--bftsmart-home-two-col-gap,28px);align-items:center}
.bftsmart-home-two-col-tight{grid-template-columns:1fr 1.2fr}
.bftsmart-home-image{width:100%;height:auto;display:block;border-radius:var(--bftsmart-home-radius,14px)}

.bftsmart-home-rich{display:block;color:var(--bftsmart-home-text,#111827);line-height:1.7;font-size:14px}
.bftsmart-home-rich{max-width:75ch;text-align:justify;text-justify:inter-word}
.bftsmart-home-rich p{margin:0 0 12px}
.bftsmart-home-rich p:last-child{margin-bottom:0}

.bftsmart-home-grid{display:grid;gap:var(--bftsmart-home-grid-gap,24px)}
.bftsmart-home-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.bftsmart-home-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.bftsmart-home-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.bftsmart-home-grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}
.bftsmart-home-grid-7{display:flex;gap:var(--bftsmart-home-grid-gap-7,20px);overflow-x:auto;padding-bottom:0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}
.bftsmart-home-grid-7 > *{flex:0 0 280px;min-width:280px;margin-bottom:0}
.bftsmart-home-grid-7::-webkit-scrollbar{display:none}

.bftsmart-home-scroller{position:relative}
.bftsmart-home-videos .bftsmart-home-grid-7{padding:6px 54px 6px 54px;scroll-padding-left:54px;scroll-padding-right:54px}
.bftsmart-home-scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid var(--bftsmart-home-card-border,#e5e7eb);background:color-mix(in srgb,var(--bftsmart-home-surface,#fff) 92%, transparent);backdrop-filter:saturate(140%) blur(6px);cursor:pointer;z-index:2;box-shadow:0 10px 30px var(--bftsmart-home-card-shadow,rgba(0,0,0,0.12))}
.bftsmart-home-scroll-btn:hover{transform:translateY(-50%) scale(1.04)}
.bftsmart-home-scroll-btn:disabled{opacity:.35;cursor:default;box-shadow:none}
.bftsmart-home-scroll-btn-left{left:0}
.bftsmart-home-scroll-btn-right{right:0}
.bftsmart-home-scroll-btn:before{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;border-right:3px solid color-mix(in srgb,var(--bftsmart-home-heading,#000) 85%, transparent);border-bottom:3px solid color-mix(in srgb,var(--bftsmart-home-heading,#000) 85%, transparent);transform-origin:center}
.bftsmart-home-scroll-btn-left:before{transform:translate(-40%,-50%) rotate(135deg)}
.bftsmart-home-scroll-btn-right:before{transform:translate(-60%,-50%) rotate(-45deg)}

.bftsmart-homepage a.bftsmart-card-link{color:inherit;text-decoration:none;display:block}
.bftsmart-homepage a.bftsmart-card-link:hover{color:inherit;text-decoration:none}

.bftsmart-card{background:var(--bftsmart-home-card-bg,#fff);border:1px solid var(--bftsmart-home-card-border,#e5e7eb);border-radius:var(--bftsmart-home-radius,14px);overflow:hidden;box-shadow:0 4px 20px var(--bftsmart-home-card-shadow,rgba(0,0,0,0.1));transition:transform 0.2s ease,box-shadow 0.2s ease}
.bftsmart-card-wide{padding:var(--bftsmart-home-card-pad,24px)}
.bftsmart-card-media img{width:100%;height:var(--bftsmart-home-card-media-height,180px);object-fit:cover;display:block}
.bftsmart-card-body{padding:var(--bftsmart-home-card-body-pad,20px)}
.bftsmart-card-title{margin:0 0 12px;font-size:var(--bftsmart-home-card-title-size,18px);line-height:1.25;font-weight:600;letter-spacing:-.01em}
.bftsmart-card-text{color:var(--bftsmart-home-muted,#6b7280);font-size:14px}
.bftsmart-card-text p{margin:0 0 8px}

.bftsmart-card-meta{color:var(--bftsmart-home-muted,#6b7280);font-size:12px;font-weight:700;margin:0 0 8px}

.bftsmart-update-meta{display:flex;align-items:center;gap:10px;margin:0 0 8px;color:var(--bftsmart-home-muted,#6b7280);font-size:12px;font-weight:600}
.bftsmart-update-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--bftsmart-home-updates-icon-size,26px);height:var(--bftsmart-home-updates-icon-size,26px);border-radius:999px;background:var(--bftsmart-updates-tile-accent,var(--bftsmart-home-accent,#2563eb));color:var(--bftsmart-home-btn-primary-text,#fff)}
.bftsmart-update-icon i,.bftsmart-update-icon .dashicons{font-size:14px;line-height:1}
.bftsmart-update-icon .dashicons{width:auto;height:auto}
.bftsmart-update-date{opacity:.95}

.bftsmart-home-updates .bftsmart-card{background:var(--bftsmart-home-card-bg,#fff)}
@supports (background: color-mix(in srgb, #000 10%, #fff)) {
  .bftsmart-home-updates .bftsmart-card{background:color-mix(in srgb,var(--bftsmart-updates-tile-accent,var(--bftsmart-home-accent,#2563eb)) 10%,var(--bftsmart-home-card-bg,#fff));border-color:color-mix(in srgb,var(--bftsmart-updates-tile-accent,var(--bftsmart-home-accent,#2563eb)) 25%,var(--bftsmart-home-card-border,#e5e7eb))}
}
.bftsmart-home-updates .bftsmart-card:nth-child(1){--bftsmart-updates-tile-accent:var(--bftsmart-home-updates-accent-1,#2563eb)}
.bftsmart-home-updates .bftsmart-card:nth-child(2){--bftsmart-updates-tile-accent:var(--bftsmart-home-updates-accent-2,#16a34a)}
.bftsmart-home-updates .bftsmart-card:nth-child(3){--bftsmart-updates-tile-accent:var(--bftsmart-home-updates-accent-3,#7c3aed)}
.bftsmart-home-updates .bftsmart-card:nth-child(4){--bftsmart-updates-tile-accent:var(--bftsmart-home-updates-accent-4,#f59e0b)}

.bftsmart-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:var(--bftsmart-home-btn-pad-y,14px) var(--bftsmart-home-btn-pad-x,24px);border-radius:var(--bftsmart-home-radius,14px);font-weight:600;text-decoration:none;font-size:15px;line-height:1;transition:all .2s ease;border:2px solid transparent}
.bftsmart-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}
.bftsmart-btn-secondary{background:var(--bftsmart-home-btn-secondary-bg,transparent);color:var(--bftsmart-home-btn-secondary-text,#fff);border-color:var(--bftsmart-home-btn-secondary-border,#fff)}
.bftsmart-btn-outline{border:1px solid rgba(15,23,42,.18);color:var(--bftsmart-home-primary,#0b1b3a);background:transparent}
.bftsmart-home-actions{margin-top:14px}

.bftsmart-video-thumb{position:relative}
 .bftsmart-video-play{position:absolute;left:12px;bottom:12px;width:42px;height:42px;border-radius:999px;background:color-mix(in srgb,var(--bftsmart-home-heading,#000) 55%, transparent)}
 .bftsmart-video-play:after{content:"";position:absolute;left:17px;top:12px;border-style:solid;border-width:9px 0 9px 14px;border-color:transparent transparent transparent color-mix(in srgb,var(--bftsmart-home-btn-secondary-text,#fff) 95%, transparent)}
 
 .bftsmart-home-videos .bftsmart-home-grid-7 .bftsmart-card{position:relative}
 .bftsmart-home-videos .bftsmart-home-grid-7 .bftsmart-card-body{position:absolute;left:0;right:0;bottom:0;padding:14px;background:linear-gradient(to top,color-mix(in srgb,var(--bftsmart-home-heading,#000) 72%, transparent),transparent);opacity:0;transition:opacity .16s ease}
 .bftsmart-home-videos .bftsmart-home-grid-7 .bftsmart-card-title{color:var(--bftsmart-home-btn-secondary-text,#fff);margin:0;font-size:14px;line-height:1.25}
 .bftsmart-home-videos .bftsmart-home-grid-7 .bftsmart-card:hover .bftsmart-card-body{opacity:1}
 
 .bftsmart-home-videos{padding-top:calc(var(--bftsmart-home-section-pad-y,44px) * .6)}

 .bftsmart-home-branches-intro{margin:10px 0 0;color:var(--bftsmart-home-muted,#6b7280);max-width:70ch}
 .bftsmart-home-branches-grid{padding:6px 54px 6px 54px;scroll-padding-left:54px;scroll-padding-right:54px}
 .bftsmart-branch-card{position:relative}
 .bftsmart-branch-card .bftsmart-card-media img{height:170px}
 .bftsmart-branch-body{position:relative;padding-right:68px}
 .bftsmart-branch-title{margin:0 0 8px;font-size:16px;line-height:1.2}
 .bftsmart-branch-details{font-size:13px;line-height:1.4}
 .bftsmart-branch-details p{margin:0 0 6px}
 .bftsmart-branch-details p:last-child{margin-bottom:0}
 .bftsmart-branch-arrow{position:absolute;right:16px;bottom:16px;width:40px;height:40px;border-radius:10px;background:var(--bftsmart-home-heading,#0f172a)}
 .bftsmart-branch-arrow:before{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;border-right:3px solid #fff;border-bottom:3px solid #fff;transform:translate(-55%,-50%) rotate(-45deg)}

 @media (max-width: 520px) {
  .bftsmart-home-branches-grid{padding:6px 44px 6px 44px;scroll-padding-left:44px;scroll-padding-right:44px}
  .bftsmart-home-grid-7 > .bftsmart-branch-card{flex-basis:260px;min-width:260px}
 }

.video-gallery-wrap{max-width:1200px;margin:0 auto;padding:clamp(16px,2.5vw,32px)}
.video-gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(14px,2vw,22px)}
.video-card{grid-column:span 3}
.video-thumb{position:relative;aspect-ratio:16 / 9;background:var(--bftsmart-home-bg-alt);overflow:hidden}
.video-thumb iframe,.video-thumb video,.video-thumb img{width:100%;height:100%;border:0;display:block;object-fit:cover}
.video-card-body{padding:14px 14px 16px}
.video-title{margin:0;font-size:15px;line-height:1.35;font-weight:600;color:var(--bftsmart-home-heading)}

@media (max-width: 1100px) {
  .video-card{grid-column:span 4}
 }
@media (max-width: 800px) {
  .video-card{grid-column:span 6}
 }
@media (max-width: 520px) {
  .video-card{grid-column:span 12}
  .video-gallery-wrap{padding:14px}
 }

.video-card.is-new{opacity:0;transform:translateY(10px)}
.video-card.is-in{opacity:1;transform:translateY(0);transition:opacity 280ms ease, transform 280ms ease, box-shadow 220ms ease}

.video-gallery-loader{display:flex;justify-content:center;padding:18px 0 8px}
.video-spinner{width:26px;height:26px;border-radius:50%;border:3px solid color-mix(in srgb, var(--bftsmart-home-text) 12%, transparent);border-top-color:color-mix(in srgb, var(--bftsmart-home-text) 55%, transparent);animation:spin 800ms linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

.bftsmart-home-form-placeholder{padding:16px;border:1px dashed rgba(0,0,0,.2);border-radius:var(--bftsmart-home-radius,14px);background:var(--bftsmart-home-surface,#fff)}
.bftsmart-home-contact-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:var(--bftsmart-home-two-col-gap,28px);align-items:start}
.bftsmart-home-contact-form-card,
.bftsmart-home-contact-info-card{background:var(--bftsmart-home-card-bg,#fff);border:1px solid var(--bftsmart-home-card-border,#e5e7eb);border-radius:var(--bftsmart-home-radius,14px);box-shadow:0 12px 40px var(--bftsmart-home-card-shadow,rgba(0,0,0,0.08));padding:var(--bftsmart-home-card-pad,24px)}
.bftsmart-home-contact-card-head{margin:0 0 18px}
.bftsmart-home-contact-card-title{margin:0 0 10px;font-size:22px;line-height:1.2;font-weight:700;letter-spacing:-.02em}
.bftsmart-home-contact-card-sub{color:var(--bftsmart-home-muted,#6b7280);font-size:14px;line-height:1.7}

.bftsmart-home-contact-alert{border-radius:12px;padding:12px 14px;margin:0 0 14px;font-size:14px;line-height:1.4}
.bftsmart-home-contact-alert-success{background:rgba(22,163,74,.10);border:1px solid rgba(22,163,74,.25);color:var(--bftsmart-home-text,#111827)}
.bftsmart-home-contact-alert-error{background:rgba(220,38,38,.10);border:1px solid rgba(220,38,38,.25);color:var(--bftsmart-home-text,#111827)}

.bftsmart-home-contact-form{display:block}
.bftsmart-home-contact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 16px}
.bftsmart-home-field{display:flex;flex-direction:column;gap:6px}
.bftsmart-home-field-full{grid-column:1 / -1}
.bftsmart-home-field label{font-size:13px;font-weight:600;color:var(--bftsmart-home-heading,#0f172a)}
.bftsmart-home-field input,
.bftsmart-home-field textarea{width:100%;border:1px solid var(--bftsmart-home-card-border,#e5e7eb);border-radius:12px;background:var(--bftsmart-home-surface,#fff);padding:12px 12px;font-size:14px;line-height:1.4;color:var(--bftsmart-home-text,#111827);outline:none}
.bftsmart-home-field textarea{resize:vertical;min-height:120px}
.bftsmart-home-field input:focus,
.bftsmart-home-field textarea:focus{border-color:color-mix(in srgb,var(--bftsmart-home-link,var(--bftsmart-home-accent,#2563eb)) 45%, var(--bftsmart-home-card-border,#e5e7eb));box-shadow:0 0 0 4px color-mix(in srgb,var(--bftsmart-home-link,var(--bftsmart-home-accent,#2563eb)) 20%, transparent)}

.bftsmart-home-contact-info{color:var(--bftsmart-home-text,#111827);font-size:14px;line-height:1.7}
.bftsmart-home-contact-info p{margin:0 0 10px}
.bftsmart-home-contact-info p:last-child{margin-bottom:0}

body.bftsmart-home-enabled .post-header-title{padding:var(--bftsmart-home-hero-pad-y,80px) 0;min-height:auto}
body.bftsmart-home-enabled .post-header-title h1{margin:0 0 18px 0;font-size:clamp(38px,4.8vw,64px);line-height:1.1;letter-spacing:-.03em;font-weight:700;cursor:default}
body.bftsmart-home-enabled .post-header-subtitle{margin:0 0 28px 0;font-size:18px;line-height:1.6;max-width:60ch;opacity:0.95;cursor:default;color:var(--bftsmart-home-hero-subtitle,rgba(255,255,255,.85))}
body.bftsmart-home-enabled .post-header-title h1,
body.bftsmart-home-enabled .post-header-subtitle{user-select:none}
body.bftsmart-home-enabled .post-header-overlay{opacity:var(--bftsmart-home-hero-overlay,.55)}

 body.home.bftsmart-home-enabled .post-header-title h1{
	display:inline-block;
	position:relative;
	z-index:0;
	padding:calc(.16em * var(--bftsmart-home-hero-text-bg-on,0)) calc(.42em * var(--bftsmart-home-hero-text-bg-on,0));
 }

 body.home.bftsmart-home-enabled .post-header-title h1:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:color-mix(in srgb, var(--bftsmart-home-hero-text-bg,transparent) 55%, transparent);
	border-radius:calc(var(--bftsmart-home-radius,14px) * var(--bftsmart-home-hero-text-bg-on,0));
	opacity:var(--bftsmart-home-hero-text-bg-on,0);
	-webkit-backdrop-filter:blur(2px);
	backdrop-filter:blur(2px);
	pointer-events:none;
	z-index:-1;
 }

 body.home.bftsmart-home-enabled .post-header-subtitle{
	display:inline-block;
	position:relative;
	z-index:0;
	padding:calc(.14em * var(--bftsmart-home-hero-text-bg-on,0)) calc(.38em * var(--bftsmart-home-hero-text-bg-on,0));
	max-width:min(60ch,100%);
 }

 body.home.bftsmart-home-enabled .post-header-subtitle:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:color-mix(in srgb, var(--bftsmart-home-hero-text-bg,transparent) 45%, transparent);
	border-radius:calc(var(--bftsmart-home-radius,14px) * var(--bftsmart-home-hero-text-bg-on,0));
	opacity:var(--bftsmart-home-hero-text-bg-on,0);
	-webkit-backdrop-filter:blur(2px);
	backdrop-filter:blur(2px);
	pointer-events:none;
	z-index:-1;
 }

.bftsmart-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px var(--bftsmart-home-card-shadow,rgba(0,0,0,0.15))}
.bftsmart-home-grid-2{gap:var(--bftsmart-home-grid-gap-2,28px)}
.bftsmart-home-grid-3{gap:var(--bftsmart-home-grid-gap-3,24px)}

.bftsmart-home-grid-4{gap:var(--bftsmart-home-grid-gap-4,20px)}

@media (max-width: 1024px) {
  .bftsmart-home-two-col {
    grid-template-columns: 1fr;
    gap: var(--bftsmart-home-two-col-gap-mobile,32px);
  }
  .bftsmart-home-section {
    padding: var(--bftsmart-home-section-pad-y-mobile,40px) 0;
  }
  .bftsmart-home-section-title {
    font-size: var(--bftsmart-home-section-title-size-mobile,24px);
  }
  body.bftsmart-home-enabled .post-header-title h1 {
    font-size: clamp(28px, 6vw, 48px);
  }
 
  .bftsmart-home-contact-grid{grid-template-columns:1fr}
  .bftsmart-home-contact-fields{grid-template-columns:1fr}
 
  .bftsmart-home-contact-wrap-has-image{grid-template-columns:1fr}
  .bftsmart-home-contact-media{position:relative;top:auto;max-width:none}

  body.bftsmart-home-enabled .post-header-cta{margin-top:24px}
  body.bftsmart-home-enabled .post-header-cta a,
  body.bftsmart-home-enabled .post-header-cta div{padding:calc(var(--bftsmart-home-btn-pad-y,14px) * .75) calc(var(--bftsmart-home-btn-pad-x,24px) * .75);font-size:14px}

  .bftsmart-home-contact-form-card,
  .bftsmart-home-contact-info-card{padding:calc(var(--bftsmart-home-card-pad,24px) * .75)}
  .bftsmart-home-field textarea{min-height:96px}
 }

 @media (max-width: 1023px) {
  body.bftsmart-home-enabled .site-header .header-menu{display:none}
 }

 @media (min-width: 1025px) {
  body.bftsmart-home-enabled .post-header-cta{margin-top:32px;font-size:16px}
  body.bftsmart-home-enabled .post-header-cta a,
  body.bftsmart-home-enabled .post-header-cta div{padding:var(--bftsmart-home-btn-pad-y,14px) var(--bftsmart-home-btn-pad-x,24px);border-radius:var(--bftsmart-home-radius,14px);font-weight:600;letter-spacing:-.01em;transition:all .2s ease}
 }

body.bftsmart-home-enabled .post-header-cta-primary{background:var(--bftsmart-home-btn-primary-bg,#8b1538);border:2px solid var(--bftsmart-home-btn-primary-bg,#8b1538);color:var(--bftsmart-home-btn-primary-text,#fff)}
body.bftsmart-home-enabled .post-header-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(139,21,56,0.3)}
body.bftsmart-home-enabled .post-header-cta-secondary{background:var(--bftsmart-home-btn-secondary-bg,transparent);border:2px solid var(--bftsmart-home-btn-secondary-border,#fff);color:var(--bftsmart-home-btn-secondary-text,#fff)}
body.bftsmart-home-enabled .post-header-cta-secondary:hover{transform:translateY(-2px);background:rgba(255,255,255,.1);box-shadow:0 8px 25px rgba(255,255,255,0.2)}

 @media (max-width: 520px) {
  body.bftsmart-home-enabled .post-header-cta a,
  body.bftsmart-home-enabled .post-header-cta div{padding:calc(var(--bftsmart-home-btn-pad-y,14px) * .6) calc(var(--bftsmart-home-btn-pad-x,24px) * .6);font-size:13px}
 }

body.bftsmart-home-enabled .bftsmart-home-instagram-embed > *{max-width:100%}

/* Footer Design - Dark Burgundy Theme */
body.bftsmart-home-enabled .site-footer{background:var(--bftsmart-home-btn-primary-bg,#8b1538);color:#fff;padding:0}
body.bftsmart-home-enabled .widget-area.sidebar-footer{padding:60px 0 40px;border-bottom:1px solid rgba(255,255,255,0.1)}
body.bftsmart-home-enabled .sidebar-footer .widget{margin-bottom:40px}
body.bftsmart-home-enabled .sidebar-footer .widget:last-child{margin-bottom:0}
body.bftsmart-home-enabled .sidebar-footer .widget-title{color:#fff;font-size:18px;font-weight:600;margin-bottom:20px;letter-spacing:-.01em}
body.bftsmart-home-enabled .sidebar-footer .widget ul{list-style:none;margin:0;padding:0}
body.bftsmart-home-enabled .sidebar-footer .widget ul li{margin-bottom:12px;padding-left:0}
body.bftsmart-home-enabled .sidebar-footer .widget ul li a{color:rgba(255,255,255,0.8);text-decoration:none;font-size:14px;line-height:1.5;transition:color 0.2s ease}
body.bftsmart-home-enabled .sidebar-footer .widget ul li a:hover{color:#fff;text-decoration:none}
body.bftsmart-home-enabled .sidebar-footer .widget p{color:rgba(255,255,255,0.8);font-size:14px;line-height:1.6;margin-bottom:16px}
body.bftsmart-home-enabled .sidebar-footer .widget .textwidget{color:rgba(255,255,255,0.8)}

/* Bottom Footer */
body.bftsmart-home-enabled .bottom-footer{background:rgba(0,0,0,0.2);padding:24px 0;border-top:1px solid rgba(255,255,255,0.1)}
body.bftsmart-home-enabled .bottom-footer .bnt-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
body.bftsmart-home-enabled .bottom-footer .footer-menu{margin:0}
body.bftsmart-home-enabled .bottom-footer .footer-menu ul{list-style:none;margin:0;padding:0;display:flex;gap:24px}
body.bftsmart-home-enabled .bottom-footer .footer-menu ul li a{color:rgba(255,255,255,0.7);text-decoration:none;font-size:14px;font-weight:500;transition:color 0.2s ease}
body.bftsmart-home-enabled .bottom-footer .footer-menu ul li a:hover{color:#fff}
body.bftsmart-home-enabled .bottom-footer .copyright{color:rgba(255,255,255,0.6);font-size:13px}
body.bftsmart-home-enabled .bottom-footer .copyright a{color:rgba(255,255,255,0.8);text-decoration:none}
body.bftsmart-home-enabled .bottom-footer .copyright a:hover{color:#fff}

/* Footer Widget Columns */
body.bftsmart-home-enabled .sidebar-footer .bnt-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}

@media (max-width: 768px) {
  body.bftsmart-home-enabled .sidebar-footer .bnt-container{grid-template-columns:1fr;gap:30px}
  body.bftsmart-home-enabled .bottom-footer .bnt-container{flex-direction:column;text-align:center}
  body.bftsmart-home-enabled .bottom-footer .footer-menu ul{justify-content:center;flex-wrap:wrap;gap:16px}
}

.bftsmart-video-modal{position:fixed;inset:0;z-index:99999;display:none}
.bftsmart-video-modal[aria-hidden="false"]{display:block}
.bftsmart-video-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.72)}
.bftsmart-video-modal-dialog{position:relative;max-width:960px;width:92vw;margin:8vh auto 0;background:#000;border-radius:var(--bftsmart-home-radius,14px);overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.4)}
.bftsmart-video-modal-frame{position:relative;padding-top:56.25%}
.bftsmart-video-modal-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.bftsmart-video-modal-close{position:absolute;top:10px;right:10px;width:40px;height:40px;border-radius:999px;border:0;background:rgba(255,255,255,.12);cursor:pointer}
.bftsmart-video-modal-close:before,.bftsmart-video-modal-close:after{content:"";position:absolute;left:50%;top:50%;width:18px;height:2px;background:#fff;transform-origin:center}
.bftsmart-video-modal-close:before{transform:translate(-50%,-50%) rotate(45deg)}
.bftsmart-video-modal-close:after{transform:translate(-50%,-50%) rotate(-45deg)}
.bftsmart-video-modal-open{overflow:hidden}

.bftsmart-form-modal{position:fixed;inset:0;z-index:99999;display:none}
.bftsmart-form-modal[aria-hidden="false"]{display:block}
.bftsmart-form-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.72)}
.bftsmart-form-modal-dialog{position:relative;max-width:860px;width:92vw;margin:8vh auto 0;background:var(--bftsmart-home-surface,#fff);border-radius:var(--bftsmart-home-radius,14px);overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.35)}
.bftsmart-form-modal-body{padding:20px}
.bftsmart-form-modal-close{position:absolute;top:10px;right:10px;width:40px;height:40px;border-radius:999px;border:0;background:rgba(15,23,42,.08);cursor:pointer}
.bftsmart-form-modal-close:before,.bftsmart-form-modal-close:after{content:"";position:absolute;left:50%;top:50%;width:18px;height:2px;background:rgba(15,23,42,.9);transform-origin:center}
.bftsmart-form-modal-close:before{transform:translate(-50%,-50%) rotate(45deg)}
.bftsmart-form-modal-close:after{transform:translate(-50%,-50%) rotate(-45deg)}
.bftsmart-form-modal-open{overflow:hidden}
.bftsmart-form-modal-loading{height:160px}

.bftsmart-event-actions{padding-top:0}

@media (max-width:1024px){
	.bftsmart-home-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
	.bftsmart-home-grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:768px){
	.bftsmart-home-two-col,.bftsmart-home-two-col-tight{grid-template-columns:1fr}
	.bftsmart-home-grid-2,.bftsmart-home-grid-3,.bftsmart-home-grid-4{grid-template-columns:1fr}
	.bftsmart-home-grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}
	.bftsmart-card-media img{height:var(--bftsmart-home-card-media-height-mobile,200px)}
}
