/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Source+Serif+4:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap');

:root{
  --bwb-primary:#87003d;
  --bwb-primary-container:#b00b53;
  --bwb-primary-fixed:#ffd9e0;
  --bwb-primary-fixed-dim:#ffb1c3;
  --bwb-secondary:#006e1c;
  --bwb-secondary-container:#91f78d;
  --bwb-surface:#fbf9f3;
  --bwb-surface-low:#f5f3ed;
  --bwb-surface-container:#f0eee8;
  --bwb-surface-highest:#e4e2dc;
  --bwb-outline:#e0bec4;
  --bwb-text:#1b1c18;
  --bwb-muted:#594045;
  --bwb-dark:#1b1c18;
}

.material-symbols-outlined{
  font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;
  vertical-align:middle;
}
.material-symbols-outlined.fill{
  font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24;
}

.bwb-container,
.bwb-section-head,
.bwb-final-cta{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding-left:64px;
  padding-right:64px;
}

.bwb-hero{
  min-height:80vh;
  display:flex;
  align-items:center;
  background:linear-gradient(135deg,#fbf9f3 0%,#f0eee8 100%);
  overflow:hidden;
}
.bwb-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:center;
  padding: 68px 0px;
}
.bwb-kicker{
  display:inline-block;
  color:var(--bwb-primary);
  font-family:'Manrope',sans-serif;
  font-size:14px;
  line-height:20px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:600;
}
.bwb-kicker.small{
  margin-bottom:8px;
}
.bwb-hero-copy h1,
.bwb-section-head h2,
.bwb-founder-copy h2,
.bwb-final-cta h2{
  margin:0 0 24px;
  color:var(--bwb-text);
  font-family:'Source Serif 4',serif;
  font-size:48px;
  line-height:56px;
  letter-spacing:-.02em;
  font-weight:700;
}
.bwb-hero-copy h1 span,
.bwb-founder-copy h2 span{
  color:var(--bwb-primary);
}
.bwb-hero-copy p,
.bwb-section-head p,
.bwb-service-card p,
.bwb-service-featured-copy p,
.bwb-mini-card p,
.bwb-founder-copy p,
.bwb-testimonial-card p,
.bwb-final-cta p{
  font-family:'Manrope',sans-serif;
  font-size:18px;
  line-height:28px;
  color:var(--bwb-muted);
}
.bwb-hero-actions,
.bwb-final-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  justify-content: center;
}
.bwb-btn-primary,
.bwb-btn-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:16px 32px;
  border-radius:999px;
  text-decoration:none !important;
  font-family:'Manrope',sans-serif;
  font-size:14px;
  line-height:20px;
  font-weight:600;
  transition:.25s ease;
}
.bwb-btn-primary{
  background:var(--bwb-primary);
  color:#fff !important;
}
.bwb-btn-outline{
  border:1px solid var(--bwb-primary);
  color:var(--bwb-primary) !important;
  background:transparent;
}
.bwb-btn-outline.light{
  border-color:#fbf9f3;
  color:#fbf9f3 !important;
}
.bwb-btn-primary.large,
.bwb-btn-outline.large{
  padding:20px 40px;
  font-size:24px;
  line-height:32px;
  font-family:'Source Serif 4',serif;
  border-radius:999px;
}
.bwb-hero-media{
  position:relative;
  display:flex;
  justify-content:flex-end;
}
.bwb-hero-frame{
  width:100%;
  max-width:620px;
  height:600px;
  overflow:hidden;
  border-radius:24px;
  border:4px solid #fff;
  box-shadow:0 24px 40px rgba(0,0,0,.12);
  position:relative;
  z-index:2;
}
.bwb-hero-frame img{
  width: 100% !important;
  height:100%;
  object-fit:cover;
  object-position:top;
}
.bwb-hero-glow{
  position:absolute;
  width:192px;
  height:192px;
  left:-32px;
  bottom:-32px;
  background:rgba(255,177,195,.3);
  border-radius:50%;
  filter:blur(48px);
}

.bwb-section-head.center{
  text-align:center;
}
.bwb-section-head{
  margin-bottom:48px;
  padding-left: 0px;
}
.bwb-section-head h2{
  font-size:32px;
  line-height:40px;
  margin-bottom:12px;
}
.bwb-head-link-wrap{
  text-align:right;
  padding-top:16px;
}
.bwb-head-link,
.bwb-founder-link{
  color:var(--bwb-primary);
  text-decoration:none;
  font-family:'Manrope',sans-serif;
  font-size:14px;
  line-height:20px;
  font-weight:600;
}
.bwb-head-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.bwb-compare-card{
  position:relative;
  background:#fff;
  border-radius:24px;
  padding:40px;
}
.bwb-compare-basic{
  border:1px solid var(--bwb-surface-highest);
}
.bwb-compare-featured{
  border:2px solid var(--bwb-primary);
  box-shadow:0 20px 32px rgba(0,0,0,.08);
}
.bwb-badge{
  position:absolute;
  top:0;
  right:0;
  background:var(--bwb-primary);
  color:#fff;
  padding:12px 16px;
  font-family:'Manrope',sans-serif;
  font-size:12px;
  line-height:16px;
  font-weight:500;
}
.bwb-compare-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}
.bwb-compare-head h3{
  margin:0;
  font-family:'Source Serif 4',serif;
  font-size:24px;
  line-height:32px;
  font-weight:600;
}
.bwb-compare-basic .bwb-compare-head{
  color:rgba(27,28,24,.6);
}
.bwb-compare-featured .bwb-compare-head{
  color:var(--bwb-primary);
}
.bwb-compare-head .material-symbols-outlined{
  font-size:40px;
}
.bwb-compare-card ul{
  list-style:none;
  margin:0;
  padding:0;
}
.bwb-compare-card li{
  display:flex;
  gap:12px;
  margin-bottom:16px;
  font-family:'Manrope',sans-serif;
  font-size:18px;
  line-height:28px;
}
.bwb-compare-basic li{
  color:var(--bwb-muted);
}
.bwb-compare-featured li{
  color:var(--bwb-text);
}
.bwb-compare-card li .material-symbols-outlined{
  padding-top:2px;
  font-size:20px;
}
.bwb-compare-basic li .material-symbols-outlined{
  color:#ba1a1a;
}
.bwb-compare-featured li .ok{
  color:var(--bwb-secondary);
}

.bwb-service-card,
.bwb-mini-card{
  background:#fff;
  border-radius:24px;
  padding:32px;
  border:1px solid var(--bwb-surface-highest);
  box-shadow:0 2px 8px rgba(0,0,0,.04);
  transition:transform .3s cubic-bezier(.4,0,.2,1);
}
.bwb-service-card:hover,
.bwb-mini-card:hover,
.bwb-service-featured:hover{
  transform:translateY(-4px);
}
.bwb-service-icon{
  width:48px;
  height:48px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
}
.bwb-service-icon .material-symbols-outlined{
  font-size:28px;
}
.bwb-service-icon.pink{
  background:var(--bwb-primary-fixed);
  color:var(--bwb-primary);
}
.bwb-service-icon.primary{
  background:var(--bwb-primary-container);
  color:#fff;
}
.bwb-service-card h3,
.bwb-service-featured h3,
.bwb-mini-card h4{
  margin:0 0 16px;
  color:var(--bwb-text);
  font-family:'Source Serif 4',serif;
  font-size:24px;
  line-height:32px;
  font-weight:600;
}
.bwb-service-card a{
  margin-top:24px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--bwb-primary);
  text-decoration:none;
  font-family:'Manrope',sans-serif;
  font-size:14px;
  line-height:20px;
  font-weight:600;
}
.bwb-service-featured{
  display:flex;
  min-height:100%;
  background:#fff;
  border-radius:24px;
  border:1px solid var(--bwb-surface-highest);
  overflow:hidden;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
  transition:transform .3s cubic-bezier(.4,0,.2,1);
}
.bwb-service-featured-copy{
  width:50%;
  padding:32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.bwb-service-featured-media{
  width:50%;
  min-height:300px;
}
.bwb-service-featured-media img{
  width: 100% !important;
  height: 100% !important;
  object-fit:cover;
}
.bwb-service-chip{
  display:inline-block;
  width:max-content;
  margin-bottom:16px;
  padding:4px 12px;
  border-radius:999px;
  background:rgba(0,110,28,.1);
  color:var(--bwb-secondary);
  font-family:'Manrope',sans-serif;
  font-size:10px;
  line-height:16px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.bwb-mini-card.gray{
  background:var(--bwb-surface-highest);
}
.bwb-mini-card.magenta{
  background:var(--bwb-primary-container);
  color:#fff;
  border:none;
}
.bwb-mini-card.magenta h4,
.bwb-mini-card.magenta p{
  color:#fff;
}
.bwb-mini-card.white{
  background:#fff;
}
.bwb-mini-card .material-symbols-outlined{
  font-size:40px;
  margin-bottom:16px;
}
.bwb-mini-card .green{
  color:var(--bwb-secondary);
}

.bwb-founder-media{
  position:relative;
}
.bwb-founder-outline{
  position:absolute;
  inset:-16px;
  border:2px solid var(--bwb-primary);
  border-radius:24px;
  opacity:.2;
  transition:opacity .3s ease;
}
.bwb-founder-media:hover .bwb-founder-outline{
  opacity:.4;
}
.bwb-founder-media img{
  width: 100% !important;
  border-radius:24px;
  box-shadow:0 16px 30px rgba(0,0,0,.1);
  filter:grayscale(1);
  transition:.7s ease;
}
.bwb-founder-media:hover img{
  filter:grayscale(0);
}
.bwb-founder-copy p{
  margin:0 0 24px;
}
.bwb-founder-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  padding:24px 0;
  border-top:1px solid var(--bwb-surface-highest);
  border-bottom:1px solid var(--bwb-surface-highest);
  margin-bottom:24px;
}
.bwb-founder-stats strong{
  display:block;
  color:var(--bwb-primary);
  font-family:'Source Serif 4',serif;
  font-size:24px;
  line-height:32px;
  font-weight:700;
}
.bwb-founder-stats span{
  color:var(--bwb-muted);
  font-family:'Manrope',sans-serif;
  font-size:14px;
  line-height:20px;
}

.bwb-testimonial-card{
  background:#fff;
  border-radius:24px;
  padding:32px;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
}
.bwb-testimonial-card.featured{
  transform:scale(1.05);
  border-top:4px solid var(--bwb-primary);
}
.bwb-stars{
  display:flex;
  color:var(--bwb-secondary);
  margin-bottom:16px;
}
.bwb-testimonial-card p{
  margin:0 0 16px;
  color:var(--bwb-text);
  font-family:'Manrope',sans-serif;
  font-size:18px;
  line-height:28px;
  font-style:italic;
}
.bwb-testimonial-card strong{
  color:var(--bwb-text);
  font-family:'Manrope',sans-serif;
  font-size:16px;
  line-height:24px;
  font-weight:700;
}

.bwb-final-cta{
  text-align:center;
  background-color: #471f1f;
  padding: 69px 20px;
	    max-width: 100% !important;
}
.bwb-final-cta h2{
  color:#fbf9f3;
  margin:0 0 24px;
}
.bwb-final-cta p{
  max-width:760px;
  margin:0 auto 40px;
  color:#e4e2dc;
}

@media (max-width:991px){
  .bwb-container,
  .bwb-section-head,
  .bwb-final-cta{
    padding-left:24px;
    padding-right:24px;
  }
  .bwb-hero-grid,
  .bwb-service-featured{
    grid-template-columns:1fr;
    flex-direction:column;
  }
  .bwb-service-featured-copy,
  .bwb-service-featured-media{
    width:100%;
  }
  .bwb-hero-frame{
    height:480px;
  }
  .bwb-testimonial-card.featured{
    transform:none;
  }
}

@media (max-width:767px){
  .bwb-container,
  .bwb-section-head,
  .bwb-final-cta{
    padding-left:16px;
    padding-right:16px;
  }
  .bwb-hero-copy h1,
  .bwb-section-head h2,
  .bwb-founder-copy h2,
  .bwb-final-cta h2{
    font-size:32px;
    line-height:40px;
  }
  .bwb-hero-copy p,
  .bwb-section-head p,
  .bwb-service-card p,
  .bwb-service-featured-copy p,
  .bwb-mini-card p,
  .bwb-founder-copy p,
  .bwb-testimonial-card p,
  .bwb-final-cta p{
    font-size:16px;
    line-height:24px;
  }
  .bwb-hero-frame{
    height:380px;
  }
  .bwb-compare-card,
  .bwb-service-card,
  .bwb-mini-card,
  .bwb-service-featured-copy,
  .bwb-testimonial-card{
    padding:24px;
  }
  .bwb-founder-stats{
    grid-template-columns:1fr 1fr;
  }
  .bwb-btn-primary.large,
  .bwb-btn-outline.large{
    width:100%;
    font-size:18px;
    line-height:28px;
    padding:16px 24px;
  }
}

.bwb-service-card {
    min-height: 535px;
    margin-bottom: 30px;
}

.bwb-founder-copy {
    padding-left: 58px;
    padding-top: 100px;
}

.bwb-hero-actions {
    display: flex;
    justify-content: flex-start;
}

.bwb-header{
  position:sticky;
  top:0;
  z-index:50;
  width:100%;
  background:var(--bwb-surface);
  transition:all .3s ease;
  box-shadow:0 1px 6px rgba(0,0,0,.06);
}

.bwb-header-inner{
  max-width:1280px;
  margin:0 auto;
  padding:8px 64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.bwb-header-brand{
  display:flex;
  align-items:center;
  gap:8px;
}

.bwb-header-brand img{
  height: 48px !important;
  width: auto !important;
  object-fit:contain;
}

.bwb-header-brand span{
  color:var(--bwb-primary);
  font-family:'Source Serif 4',serif;
  font-size:24px;
  line-height:32px;
  font-weight:600;
}

.bwb-header-nav{
  display:flex;
  align-items:center;
  gap:32px;
}

.bwb-header-nav a{
  color:var(--bwb-muted);
  text-decoration:none;
  font-family:'Manrope',sans-serif;
  font-size:14px;
  line-height:20px;
  font-weight:600;
  transition:color .2s ease;
}

.bwb-header-nav a:hover{
  color:var(--bwb-primary);
}

.bwb-header-nav a.is-active{
  color:var(--bwb-primary);
  border-bottom:2px solid var(--bwb-primary);
  padding-bottom:4px;
}

.bwb-header-cta{
  background:var(--bwb-primary-container);
  color:#fff !important;
  text-decoration:none !important;
  padding:12px 24px;
  border-radius:999px;
  font-family:'Manrope',sans-serif;
  font-size:14px;
  line-height:20px;
  font-weight:600;
  transition:.25s ease;
}

.bwb-header-cta:hover{
  opacity:.85;
}

.bwb-footer-brand{
  max-width:520px;
}

.bwb-footer-logo-row{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:24px;
}

.bwb-footer-logo-row img{
  height:40px;
  width:auto;
}

.bwb-footer-logo-row span{
  color:var(--bwb-primary);
  font-family:'Source Serif 4',serif;
  font-size:24px;
  line-height:32px;
  font-weight:600;
}

.bwb-footer-brand p{
  max-width:360px;
  margin:0 0 32px;
  color:#404941;
  font-family:'Manrope',sans-serif;
  font-size:16px;
  line-height:24px;
}

.bwb-footer-socials{
  display:flex;
  gap:16px;
}

.bwb-footer-socials a{
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid var(--bwb-primary);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--bwb-primary);
  text-decoration:none;
  transition:.25s ease;
}

.bwb-footer-socials a:hover{
  background:var(--bwb-primary);
  color:#fff;
}

.bwb-footer-links h5{
  margin:0 0 24px;
  color:var(--bwb-primary);
  font-family:'Manrope',sans-serif;
  font-size:14px;
  line-height:20px;
  font-weight:600;
}

.bwb-footer-links ul{
  list-style:none;
  margin:0;
  padding:0;
}

.bwb-footer-links li{
  margin-bottom:16px;
}

.bwb-footer-links a{
  color:#404941;
  text-decoration:none;
  font-family:'Manrope',sans-serif;
  font-size:16px;
  line-height:24px;
  transition:color .2s ease;
}

.bwb-footer-links a:hover{
  color:var(--bwb-primary);
}

.bwb-footer-bottom{
  max-width:1280px;
  margin:0 auto;
  padding:0 64px;
  border-top:1px solid var(--bwb-surface-highest);
}

.bwb-footer-bottom p{
  margin:0;
  padding-top:32px;
  color:#404941;
  font-family:'Manrope',sans-serif;
  font-size:12px;
  line-height:16px;
  text-align:center;
}

@media (max-width:991px){
  .bwb-header-inner,
  .bwb-footer-bottom{
    padding-left:24px;
    padding-right:24px;
  }

  .bwb-header-nav{
    display:none;
  }

  .bwb-header-brand span{
    display:none;
  }
}

@media (max-width:767px){
  .bwb-header-inner,
  .bwb-footer-bottom{
    padding-left:16px;
    padding-right:16px;
  }

  .bwb-header-cta{
    padding:10px 16px;
    font-size:12px;
    line-height:16px;
  }
}

#top {
    display: none;
}

#header-space {
    display: none;
}

.bwb-footer-logo-row img {
    width: 33px !important;
    margin-bottom: 0px !important;
}
