/*
Theme Name: BottinHaitien
Author: You
Version: 1.5.5
Text Domain: bottinhaitien
*/

/* Light touch overrides (Bootstrap does most styling) */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

.bh-hero-bg {
  background:
    radial-gradient(1200px 500px at 20% 0%, rgba(0,0,0,.06), transparent),
    radial-gradient(900px 400px at 80% 20%, rgba(0,0,0,.05), transparent);
}

.object-fit-cover { object-fit: cover; }

/* Top bar */
.bh-topbar{
  background:#111;
  color:#fff;
}

.bh-topbar__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:8px 0;
}

.bh-topbar__logo{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.bh-topbar__logo .custom-logo-link,
.bh-topbar__logo-link{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  text-decoration:none;
}

.bh-topbar__logo .custom-logo{
  max-height:34px;
  width:auto;
  display:block;
}

.bh-topbar__logo-text{
  color:#fff;
  font-weight:700;
}

.bh-topbar__right{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:20px;
}

.bh-topbar__nav{
  display:flex;
  align-items:center;
}

.bh-topbar__menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
}

.bh-topbar__menu li{
  margin:0;
  padding:0;
}

.bh-topbar__menu a{
  color:#fff;
  text-decoration:none;
  opacity:.9;
}

.bh-topbar__menu a:hover{
  opacity:1;
  text-decoration:underline;
}

.bh-topbar__account{
  display:flex;
  align-items:center;
}


.bh-topbar__account-links{
  display:flex;
  align-items:center;
  gap:7px;
}

.bh-topbar__account-separator{
  color:rgba(255,255,255,.55);
}

.bh-topbar__account-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  white-space:nowrap;
}

.bh-topbar__account-link:hover{
  color:#fff;
  text-decoration:underline;
}

.bh-topbar__account-link i{
  font-size:14px;
  line-height:1;
}

/* Responsive */
@media (max-width: 768px){
  .bh-topbar__row{
    flex-wrap:wrap;
    gap:10px;
  }

  .bh-topbar__right{
    width:100%;
    justify-content:space-between;
    gap:12px;
    flex-wrap:wrap;
  }

  .bh-topbar__nav{
    order:1;
  }

  .bh-topbar__account{
    order:2;
    margin-left:auto;
  }

  .bh-topbar__menu{
    gap:12px;
  }
}
/* Featured business cards on the home page */

.bh-featured-businesses-container{
  max-width:1140px;
}
.bh-featured-business-card{
  transition:transform .18s ease, box-shadow .18s ease;
}

.bh-featured-business-card:hover{
  transform:translateY(-2px);
  box-shadow:0 .75rem 1.5rem rgba(0,0,0,.08) !important;
}

.bh-featured-business-card__image-wrap{
  aspect-ratio:16 / 10;
  background:#f3f4f6;
  overflow:hidden;
}

.bh-featured-business-card__image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.bh-featured-business-card__placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#6c757d;
  font-size:42px;
}

.bh-business-location {
    font-size: 0.9rem;
    line-height: 1.4;
}
/* Categories directory page */
.bh-categories-container{
  max-width:1140px;
}

.bh-categories-hero{
  background:
    radial-gradient(900px 360px at 15% 10%, rgba(255,255,255,.75), transparent),
    linear-gradient(135deg, #f8f9fa 0%, #eef1f4 100%);
  border-bottom:1px solid rgba(0,0,0,.08);
}

.bh-eyebrow{
  color:#111;
  font-size:.85rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.bh-categories-hero__stats strong{
  color:#111;
}

.bh-category-card{
  position:relative;
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.bh-category-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:#111;
  opacity:.9;
}

.bh-category-card:hover{
  transform:translateY(-3px);
  border-color:rgba(0,0,0,.18) !important;
  box-shadow:0 1rem 2rem rgba(0,0,0,.09) !important;
}

.bh-category-card:hover a.stretched-link{
  text-decoration:none;
}

.bh-category-card__icon{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#f3f4f6;
  color:#111;
  font-size:22px;
}

.bh-category-card__arrow{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#111;
  color:#fff;
  flex:0 0 auto;
}

.bh-category-card__children{
  position:relative;
  z-index:2;
}

/* Colorful categories directory refinements */
.bh-categories-hero{
  position:relative;
  overflow:hidden;
  color:#172033;
  background:
    radial-gradient(650px 260px at 10% 12%, rgba(0, 122, 255, .18), transparent 70%),
    radial-gradient(560px 260px at 92% 18%, rgba(255, 193, 7, .28), transparent 72%),
    radial-gradient(520px 280px at 52% 110%, rgba(25, 135, 84, .20), transparent 70%),
    linear-gradient(135deg, #f7fbff 0%, #fff8e5 46%, #f2fff7 100%);
}

.bh-categories-hero:before,
.bh-categories-hero:after{
  content:"";
  position:absolute;
  border-radius:999px;
  filter:blur(.2px);
  opacity:.7;
  pointer-events:none;
}

.bh-categories-hero:before{
  width:170px;
  height:170px;
  right:7%;
  top:-55px;
  background:linear-gradient(135deg, rgba(220,53,69,.18), rgba(255,193,7,.34));
}

.bh-categories-hero:after{
  width:125px;
  height:125px;
  left:5%;
  bottom:-45px;
  background:linear-gradient(135deg, rgba(13,110,253,.18), rgba(25,135,84,.24));
}

.bh-categories-hero .container{
  position:relative;
  z-index:1;
}

.bh-categories-hero .lead{
  color:#536176 !important;
}

.bh-eyebrow{
  color:#0d6efd;
  background:rgba(13,110,253,.10);
  border:1px solid rgba(13,110,253,.18);
  border-radius:999px;
  padding:.48rem .78rem;
}

.bh-eyebrow i{
  color:#ffc107;
}

.bh-categories-hero__stats{
  border:0 !important;
  background:rgba(255,255,255,.86) !important;
  box-shadow:0 1rem 2.5rem rgba(23,32,51,.10) !important;
}

.bh-categories-hero__stats strong{
  background:linear-gradient(135deg, #0d6efd, #198754);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.bh-category-card{
  border:0 !important;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(13,110,253,.24), rgba(255,193,7,.30), rgba(25,135,84,.22)) border-box !important;
  border:1px solid transparent !important;
  box-shadow:0 .7rem 1.7rem rgba(23,32,51,.07) !important;
}

.bh-category-card:before{
  height:6px;
  background:linear-gradient(90deg, #0d6efd, #ffc107, #198754);
}

.bh-category-card:after{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  right:-62px;
  bottom:-66px;
  border-radius:999px;
  background:rgba(13,110,253,.07);
  pointer-events:none;
}

.bh-category-card:hover{
  border-color:transparent !important;
  box-shadow:0 1.2rem 2.4rem rgba(23,32,51,.13) !important;
}

.bh-category-card__icon{
  color:#fff;
  background:linear-gradient(135deg, #0d6efd, #4dabf7);
  box-shadow:0 .65rem 1.2rem rgba(13,110,253,.22);
}

.bh-category-card__arrow{
  background:linear-gradient(135deg, #0d6efd, #198754);
  box-shadow:0 .45rem 1rem rgba(13,110,253,.18);
}

.bh-category-card .badge{
  color:#344054 !important;
  background:#f8fbff !important;
  border-color:rgba(13,110,253,.16) !important;
}

.bh-category-card__children .badge:hover{
  color:#0d6efd !important;
  background:rgba(13,110,253,.08) !important;
  text-decoration:none;
}

.row > div:nth-child(3n+2) .bh-category-card:before{
  background:linear-gradient(90deg, #fd7e14, #ffc107, #dc3545);
}

.row > div:nth-child(3n+2) .bh-category-card:after{
  background:rgba(255,193,7,.12);
}

.row > div:nth-child(3n+2) .bh-category-card__icon{
  background:linear-gradient(135deg, #fd7e14, #ffc107);
  box-shadow:0 .65rem 1.2rem rgba(253,126,20,.22);
}

.row > div:nth-child(3n+2) .bh-category-card__arrow{
  background:linear-gradient(135deg, #fd7e14, #dc3545);
}

.row > div:nth-child(3n+3) .bh-category-card:before{
  background:linear-gradient(90deg, #198754, #20c997, #0dcaf0);
}

.row > div:nth-child(3n+3) .bh-category-card:after{
  background:rgba(25,135,84,.10);
}

.row > div:nth-child(3n+3) .bh-category-card__icon{
  background:linear-gradient(135deg, #198754, #20c997);
  box-shadow:0 .65rem 1.2rem rgba(25,135,84,.22);
}

.row > div:nth-child(3n+3) .bh-category-card__arrow{
  background:linear-gradient(135deg, #198754, #0dcaf0);
}

/* Professional category business archive */
.bh-category-archive-container{
  max-width:1180px;
}

.bh-category-archive-hero{
  position:relative;
  overflow:hidden;
  color:#172033;
  background:
    radial-gradient(660px 280px at 12% 8%, rgba(13,110,253,.18), transparent 70%),
    radial-gradient(560px 260px at 88% 18%, rgba(255,193,7,.28), transparent 72%),
    radial-gradient(520px 280px at 50% 110%, rgba(25,135,84,.18), transparent 70%),
    linear-gradient(135deg, #f7fbff 0%, #fff8e5 48%, #f2fff7 100%);
  border-bottom:1px solid rgba(23,32,51,.08);
}

.bh-category-archive-hero:before,
.bh-category-archive-hero:after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
}

.bh-category-archive-hero:before{
  width:190px;
  height:190px;
  right:6%;
  top:-75px;
  background:linear-gradient(135deg, rgba(220,53,69,.16), rgba(255,193,7,.32));
}

.bh-category-archive-hero:after{
  width:130px;
  height:130px;
  left:5%;
  bottom:-50px;
  background:linear-gradient(135deg, rgba(13,110,253,.16), rgba(25,135,84,.22));
}

.bh-category-archive-hero .container{
  position:relative;
  z-index:1;
}

.bh-category-archive-hero .lead{
  color:#536176;
}

.bh-category-archive-stat{
  border:1px solid rgba(255,255,255,.75);
}

.bh-category-archive-stat__number{
  font-size:3rem;
  line-height:1;
  font-weight:800;
  background:linear-gradient(135deg, #0d6efd, #198754);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.bh-category-business-card{
  position:relative;
  border:1px solid rgba(23,32,51,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.bh-category-business-card:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:linear-gradient(180deg, #0d6efd, #ffc107, #198754);
  z-index:2;
}

.bh-category-business-card:hover{
  transform:translateY(-3px);
  border-color:rgba(13,110,253,.18);
  box-shadow:0 1.2rem 2.4rem rgba(23,32,51,.12) !important;
}

.bh-category-business-card > .row{
  position:relative;
  z-index:3;
}

.bh-category-business-card .col-md-4,
.bh-category-business-card .col-xl-3{
  position:relative;
  z-index:1;
}

.bh-category-business-card .col-md-8,
.bh-category-business-card .col-xl-9{
  position:relative;
  z-index:2;
  min-width:0;
  background:#fff;
}

.bh-category-business-card__image-wrap{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  min-height:220px;
  background:#f3f6fb;
  overflow:hidden;
}

.bh-category-business-card__image{
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
  display:block;
  transition:transform .22s ease;
}

.bh-category-business-card:hover .bh-category-business-card__image{
  transform:scale(1.035);
}

.bh-category-business-card__placeholder{
  width:100%;
  height:100%;
  min-height:220px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0d6efd;
  font-size:42px;
  background:linear-gradient(135deg, rgba(13,110,253,.10), rgba(255,193,7,.16));
}

.bh-category-business-card__body{
  position:relative;
  z-index:2;
  min-width:0;
  overflow-wrap:anywhere;
}

.bh-category-business-card__body h3,
.bh-category-business-card__body p,
.bh-category-business-card__meta{
  max-width:100%;
}

.bh-category-business-card__meta{
  font-size:.95rem;
}

.bh-category-sidebar{
  top:1.25rem;
  border:1px solid rgba(23,32,51,.08);
}

.bh-category-sidebar__parent{
  display:flex;
  align-items:center;
  padding:.8rem 1rem;
  margin-bottom:1rem;
  border-radius:16px;
  color:#172033;
  background:rgba(13,110,253,.08);
  font-weight:700;
  text-decoration:none;
}

.bh-category-sidebar__parent:hover{
  color:#0d6efd;
  text-decoration:none;
}

.bh-category-sidebar__list{
  display:grid;
  gap:.65rem;
}

.bh-category-sidebar__item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  padding:.85rem 1rem;
  border:1px solid rgba(23,32,51,.08);
  border-radius:16px;
  color:#344054;
  background:#fff;
  font-weight:700;
  text-decoration:none;
  transition:background .18s ease, color .18s ease, transform .18s ease, border-color .18s ease;
}

.bh-category-sidebar__item:hover,
.bh-category-sidebar__item.is-active{
  color:#0d6efd;
  background:linear-gradient(135deg, rgba(13,110,253,.08), rgba(25,135,84,.06));
  border-color:rgba(13,110,253,.20);
  transform:translateX(2px);
  text-decoration:none;
}

.bh-category-sidebar__item .badge{
  color:#172033;
  background:#f3f6fb;
}

.bh-empty-icon{
  width:68px;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:22px;
  color:#0d6efd;
  background:rgba(13,110,253,.10);
  font-size:26px;
}

.bh-category-pagination .nav-links{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
}

.bh-category-pagination .page-numbers{
  min-width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 .9rem;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(23,32,51,.10);
  color:#172033;
  font-weight:700;
  text-decoration:none;
}

.bh-category-pagination .page-numbers.current,
.bh-category-pagination .page-numbers:hover{
  color:#fff;
  background:#172033;
  border-color:#172033;
}

@media (max-width: 767.98px){
  .bh-category-business-card:before{
    inset:0 0 auto 0;
    width:auto;
    height:6px;
  }

  .bh-category-business-card .col-md-8,
  .bh-category-business-card .col-xl-9{
    z-index:3;
  }

  .bh-category-business-card__image-wrap,
  .bh-category-business-card__image,
  .bh-category-business-card__placeholder{
    height:auto;
    min-height:210px;
  }
}


/* Business profile page */
.bh-business-profile-container{
  max-width:1180px;
}

.bh-business-profile-hero{
  position:relative;
  overflow:hidden;
  color:#102033;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 193, 7, .36), transparent 34%),
    radial-gradient(circle at 92% 5%, rgba(13, 110, 253, .20), transparent 30%),
    linear-gradient(135deg, #fff8e8 0%, #eef6ff 52%, #ffffff 100%);
}

.bh-business-profile-hero:after{
  content:"";
  position:absolute;
  inset:auto -12% -34% 35%;
  height:260px;
  background:linear-gradient(90deg, rgba(13,110,253,.12), rgba(255,193,7,.18));
  border-radius:999px;
  transform:rotate(-6deg);
  pointer-events:none;
}

.bh-profile-pill{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.5rem .85rem;
  border-radius:999px;
  color:#102033;
  background:#fff;
  border:1px solid rgba(16,32,51,.09);
  box-shadow:0 8px 22px rgba(16,32,51,.08);
  text-decoration:none;
  font-weight:700;
  font-size:.9rem;
}

.bh-profile-pill--open{
  color:#146c43;
  background:#d1e7dd;
}

.bh-profile-pill--closed{
  color:#495057;
  background:#e9ecef;
}

.bh-profile-pill--warning{
  color:#664d03;
  background:#fff3cd;
}

.bh-business-profile__identity{
  display:flex;
  align-items:flex-start;
  gap:1.25rem;
  max-width:920px;
}

.bh-business-profile__intro{
  min-width:0;
  flex:1;
}

.bh-business-profile__logo{
  flex:0 0 auto;
  width:144px;
  height:144px;
  padding:.4rem;
  border-radius:1rem;
  background:#fff;
  box-shadow:0 14px 30px rgba(16,32,51,.14);
}

.bh-business-profile__logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:.7rem;
}

.bh-profile-panel{
  border:1px solid rgba(16,32,51,.06);
}

.bh-profile-content{
  font-size:1.03rem;
  line-height:1.75;
}

.bh-profile-content > *:last-child{
  margin-bottom:0;
}

.bh-gallery-open-all{
  display:inline-flex;
  align-items:center;
  border:0;
  border-radius:999px;
  padding:.72rem 1.05rem;
  color:#fff;
  background:linear-gradient(135deg, #0d6efd, #102033);
  font-weight:700;
  box-shadow:0 14px 28px rgba(13,110,253,.22);
}

.bh-profile-gallery{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  grid-auto-rows:150px;
  gap:1rem;
}

.bh-profile-gallery__item{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  border-radius:1.25rem;
  overflow:hidden;
  background:#f1f3f5;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(16,32,51,.08);
}

.bh-profile-gallery__item:first-child{
  grid-row:span 2;
}

.bh-profile-gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .24s ease, filter .24s ease;
}

.bh-profile-gallery__overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:1.6rem;
  background:linear-gradient(180deg, rgba(16,32,51,0), rgba(16,32,51,.55));
  opacity:0;
  transition:opacity .2s ease;
}

.bh-profile-gallery__item:hover img{
  transform:scale(1.05);
  filter:saturate(1.08);
}

.bh-profile-gallery__item:hover .bh-profile-gallery__overlay{
  opacity:1;
}

.bh-gallery-lightbox{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:1.5rem;
}

.bh-gallery-lightbox.is-open{
  display:flex;
}

.bh-gallery-lightbox__backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,10,18,.86);
  backdrop-filter:blur(8px);
}

.bh-gallery-lightbox__dialog{
  position:relative;
  width:min(1080px, 100%);
  z-index:1;
}

.bh-gallery-lightbox__figure{
  margin:0;
  border-radius:1.5rem;
  overflow:hidden;
  background:#07111f;
  box-shadow:0 30px 90px rgba(0,0,0,.45);
}

.bh-gallery-lightbox__image{
  width:100%;
  max-height:78vh;
  object-fit:contain;
  display:block;
  background:#07111f;
}

.bh-gallery-lightbox__caption{
  display:flex;
  justify-content:center;
  padding:.85rem 1rem;
  color:#fff;
  font-weight:700;
  background:rgba(255,255,255,.06);
}

.bh-gallery-lightbox__close,
.bh-gallery-lightbox__nav{
  position:absolute;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  color:#102033;
  background:#fff;
  box-shadow:0 12px 30px rgba(0,0,0,.28);
}

.bh-gallery-lightbox__close{
  top:-1rem;
  right:-1rem;
  width:46px;
  height:46px;
  border-radius:50%;
}

.bh-gallery-lightbox__nav{
  top:50%;
  width:52px;
  height:52px;
  border-radius:50%;
  transform:translateY(-50%);
}

.bh-gallery-lightbox__nav--prev{
  left:-1.25rem;
}

.bh-gallery-lightbox__nav--next{
  right:-1.25rem;
}

body.bh-gallery-open{
  overflow:hidden;
}

.bh-profile-info-list{
  display:grid;
  gap:.9rem;
}

.bh-profile-info-list > div{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:.75rem;
  color:#5d6778;
  align-items:start;
}

.bh-profile-info-list i{
  color:#0d6efd;
  margin-top:.2rem;
}

.bh-profile-info-list a{
  color:#102033;
  font-weight:600;
  text-decoration:none;
  word-break:break-word;
}

.bh-profile-action-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
}

.bh-profile-action-buttons .btn{
  font-weight:700;
}

.bh-profile-hours{
  display:grid;
  gap:.65rem;
}

.bh-profile-hours__row{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  padding:.85rem 1rem;
  border-radius:1rem;
  background:#f8f9fa;
}

.bh-profile-hours__row strong{
  color:#102033;
}

.bh-profile-hours__row span{
  color:#5d6778;
  text-align:right;
}

.bh-profile-social__link{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fff;
  border:1px solid rgba(16,32,51,.08);
  text-decoration:none;
  box-shadow:0 10px 22px rgba(16,32,51,.10);
  transition:transform .18s ease, box-shadow .18s ease;
}

.bh-profile-social__link:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(16,32,51,.16);
}

.bh-profile-social__link img{
  width:22px;
  height:22px;
  display:block;
}

.bh-profile-social__link--facebook img{ filter:invert(32%) sepia(99%) saturate(1386%) hue-rotate(202deg) brightness(91%) contrast(95%); }
.bh-profile-social__link--instagram img{ filter:invert(30%) sepia(90%) saturate(1625%) hue-rotate(296deg) brightness(91%) contrast(91%); }
.bh-profile-social__link--linkedin img{ filter:invert(31%) sepia(96%) saturate(1107%) hue-rotate(177deg) brightness(86%) contrast(95%); }
.bh-profile-social__link--twitter img{ filter:invert(0%) sepia(0%) saturate(14%) hue-rotate(283deg) brightness(92%) contrast(103%); }
.bh-profile-social__link--youtube img{ filter:invert(16%) sepia(99%) saturate(7456%) hue-rotate(359deg) brightness(101%) contrast(113%); }



/* Business profile collapsible sub-category panel */
.bh-category-sidebar--collapsible{
  overflow:hidden;
}

.bh-category-sidebar__summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  cursor:pointer;
  list-style:none;
}

.bh-category-sidebar__summary::-webkit-details-marker{
  display:none;
}

.bh-category-sidebar__summary i{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#f1f5f9;
  color:#102033;
  transition:transform .18s ease, background .18s ease;
}

.bh-category-sidebar--collapsible[open] .bh-category-sidebar__summary i{
  transform:rotate(180deg);
}

.bh-category-sidebar__content{
  margin-top:1rem;
  padding-top:1rem;
  border-top:1px solid rgba(16,32,51,.08);
}

@media (max-width: 991.98px){
  .bh-category-sidebar.sticky-lg-top{
    position:static !important;
  }
}

@media (max-width: 767.98px){
  .bh-profile-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .bh-business-profile__identity{
    display:grid;
  }

  .bh-business-profile__logo{
    width:110px;
    height:110px;
  }

  .bh-profile-hours__row{
    display:grid;
  }

  .bh-profile-hours__row span{
    text-align:left;
  }
}

@media (max-width: 575.98px){
  .bh-profile-gallery{
    grid-template-columns:1fr;
    grid-auto-rows:210px;
  }

  .bh-profile-gallery__item:first-child{
    grid-row:auto;
  }

  .bh-gallery-lightbox{
    padding:.75rem;
  }

  .bh-gallery-lightbox__close{
    top:.5rem;
    right:.5rem;
  }

  .bh-gallery-lightbox__nav{
    width:44px;
    height:44px;
  }

  .bh-gallery-lightbox__nav--prev{
    left:.5rem;
  }

  .bh-gallery-lightbox__nav--next{
    right:.5rem;
  }
}

/* Business profile contact form */
.bh-profile-contact-panel{
  position:relative;
  overflow:hidden;
}

.bh-profile-contact-panel:before{
  content:"";
  position:absolute;
  top:-90px;
  right:-90px;
  width:220px;
  height:220px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(13,110,253,.16), rgba(255,193,7,.2));
  pointer-events:none;
}

.bh-contact-icon{
  position:relative;
  width:56px;
  height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:1.15rem;
  color:#fff;
  background:linear-gradient(135deg, #0d6efd, #102033);
  box-shadow:0 16px 32px rgba(13,110,253,.22);
}

.bh-business-contact-form{
  position:relative;
}

.bh-business-contact-form .form-control{
  border:1px solid #e4e8ef;
  border-radius:1rem;
  background:#fbfcfe;
}

.bh-business-contact-form .form-control:focus{
  border-color:#0d6efd;
  box-shadow:0 0 0 .25rem rgba(13,110,253,.12);
  background:#fff;
}

.bh-contact-hp{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* Featured categories on the front page */
.bh-featured-categories-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(720px 260px at 10% 0%, rgba(255, 212, 0, .22), transparent),
    radial-gradient(620px 260px at 92% 18%, rgba(13, 110, 253, .12), transparent),
    #fff;
}

.bh-featured-categories-container{
  max-width:1140px;
}

.bh-featured-category-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:1rem;
  padding:1.15rem;
  min-height:122px;
  color:#102033;
  background:#fff;
  border:1px solid rgba(16,32,51,.08);
  border-radius:1.35rem;
  box-shadow:0 16px 40px rgba(16,32,51,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.bh-featured-category-card:hover{
  color:#102033;
  transform:translateY(-3px);
  border-color:rgba(13,110,253,.22);
  box-shadow:0 22px 48px rgba(16,32,51,.13);
}

.bh-featured-category-card__icon{
  flex:0 0 auto;
  width:58px;
  height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:1.15rem;
  color:#fff;
  background:linear-gradient(135deg, var(--bh-cat-color), #102033);
  box-shadow:0 14px 28px rgba(16,32,51,.18);
  font-size:1.35rem;
}

.bh-featured-category-card__body{
  display:grid;
  gap:.2rem;
  min-width:0;
}

.bh-featured-category-card__title{
  font-weight:800;
  line-height:1.2;
}

.bh-featured-category-card__count{
  color:#6c757d;
  font-size:.9rem;
}

.bh-featured-category-card__arrow{
  margin-left:auto;
  color:#6c757d;
  transition:transform .18s ease, color .18s ease;
}

.bh-featured-category-card:hover .bh-featured-category-card__arrow{
  color:#0d6efd;
  transform:translateX(4px);
}

/* Global site footer */
.bh-site-footer{
  position:relative;
  overflow:hidden;
  color:#d8e2ef;
  background:
    linear-gradient(135deg, rgba(8,17,31,.58) 0%, rgba(13,40,78,.50) 50%, rgba(7,16,29,.62) 100%),
    radial-gradient(700px 260px at 12% 0%, rgba(255, 212, 0, .18), transparent),
    url(assets/images/footer-bg-blur.jpg) center center / cover no-repeat;
  background-blend-mode:normal, screen, normal;
  padding:2.75rem 0 1.25rem;
}

.bh-site-footer:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(0,58,97,.16), rgba(255,212,0,.04), rgba(0,58,97,.14));
  pointer-events:none;
}

.bh-site-footer > .container{
  position:relative;
  z-index:1;
}

.bh-site-footer a{
  color:#f7f9fc;
  text-decoration:none;
}

.bh-site-footer a:hover{
  color:#ffd400;
}

.bh-site-footer__brand img,
.bh-site-footer__brand .custom-logo{
  max-width:190px;
  height:auto;
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.25));
}

.bh-site-footer__brand-name{
  font-size:1.45rem;
  font-weight:900;
  letter-spacing:.02em;
}

.bh-site-footer__text{
  max-width:520px;
  color:#aebbd0;
  line-height:1.7;
}

.bh-site-footer__heading{
  margin:0 0 1rem;
  color:#fff;
  font-size:1rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.bh-site-footer__menu,
.bh-site-footer__links{
  display:grid;
  gap:.7rem;
  margin:0;
  padding:0;
  list-style:none;
}

.bh-site-footer__menu a,
.bh-site-footer__links a{
  color:#c6d1e0;
}


.bh-site-footer__discover-social{
  --bs-gutter-x:1.5rem;
}

.bh-site-footer__bottom{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  flex-wrap:wrap;
  margin-top:2rem;
  padding-top:1rem;
  color:#93a3ba;
  border-top:1px solid rgba(255,255,255,.12);
  font-size:.92rem;
}

@media (max-width: 575.98px){
  .bh-featured-category-card{
    min-height:auto;
  }

  .bh-site-footer{
    padding-top:2.5rem;
  }
}

/* Public business filters */
.bh-business-filter{
  position:relative;
  overflow:hidden;
}

.bh-business-filter:before{
  content:"";
  position:absolute;
  top:-80px;
  right:-80px;
  width:190px;
  height:190px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(13,110,253,.12), rgba(255,212,0,.2));
  pointer-events:none;
}

.bh-business-filter > *{
  position:relative;
}

.bh-business-filter .form-label{
  color:#172033;
  font-size:.9rem;
}

.bh-filter-select,
.bh-filter-search .form-control,
.bh-filter-search .input-group-text{
  border-color:#e3e8f0;
  background:#fbfcfe;
}

.bh-filter-select,
.bh-filter-search .form-control{
  min-height:48px;
  border-radius:1rem;
}

.bh-filter-search .input-group-text{
  border-radius:1rem 0 0 1rem;
  color:#6c757d;
}

.bh-filter-search .form-control{
  border-left:0;
  border-radius:0 1rem 1rem 0;
}

.bh-filter-select:focus,
.bh-filter-search .form-control:focus{
  border-color:rgba(13,110,253,.45);
  box-shadow:0 0 0 .2rem rgba(13,110,253,.12);
}

/* Professional About + Contact pages */
.bh-page{
  background:#f7f9fc;
}

.bh-page-hero{
  position:relative;
  overflow:hidden;
  padding:5rem 0;
  color:#fff;
  background:
    radial-gradient(720px 280px at 85% 0%, rgba(255,212,0,.28), transparent),
    linear-gradient(135deg, #07182c 0%, #0f3761 58%, #08111f 100%);
}

.bh-page-hero:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-120px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}

.bh-page-hero .container{
  position:relative;
  z-index:1;
}

.bh-page-hero .lead{
  max-width:760px;
  color:rgba(255,255,255,.82);
}

.fw-black{
  font-weight:900;
}

.bh-about-hero-card,
.bh-contact-info-panel{
  border:1px solid rgba(255,255,255,.16);
  border-radius:1.5rem;
  padding:2rem;
  color:#fff;
  background:rgba(255,255,255,.11);
  backdrop-filter:blur(12px);
}

.bh-about-hero-card i{
  display:inline-grid;
  place-items:center;
  width:64px;
  height:64px;
  margin-bottom:1.25rem;
  border-radius:1.25rem;
  color:#08111f;
  background:#ffd400;
  font-size:1.8rem;
}

.bh-info-card,
.bh-contact-side,
.bh-contact-form-card,
.bh-cta-panel{
  border:1px solid #e5ebf3;
  border-radius:1.5rem;
  background:#fff;
}

.bh-info-card{
  padding:2rem;
  box-shadow:0 16px 40px rgba(9,30,66,.06);
}

.bh-info-card__icon{
  display:inline-grid;
  place-items:center;
  width:56px;
  height:56px;
  margin-bottom:1.25rem;
  border-radius:1rem;
  color:#0d6efd;
  background:rgba(13,110,253,.1);
  font-size:1.4rem;
}

.bh-info-card p,
.bh-about-story p{
  color:#5c697a;
  line-height:1.75;
}

.bh-about-story{
  background:#fff;
}

.bh-about-stats{
  display:grid;
  gap:1rem;
}

.bh-about-stats > div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border:1px solid #e5ebf3;
  border-radius:1.25rem;
  padding:1.25rem 1.4rem;
  background:#f7f9fc;
}

.bh-about-stats strong{
  color:#08111f;
  font-size:1.2rem;
  font-weight:900;
}

.bh-about-stats span{
  color:#667085;
  text-align:right;
}

.bh-cta-panel{
  padding:2.5rem;
  box-shadow:0 16px 40px rgba(9,30,66,.06);
}

.bh-contact-list{
  display:grid;
  gap:1rem;
  margin:0;
  padding:0;
  list-style:none;
}

.bh-contact-list li{
  display:flex;
  align-items:center;
  gap:.8rem;
  color:rgba(255,255,255,.88);
}

.bh-contact-list i{
  display:inline-grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  color:#08111f;
  background:#ffd400;
}

.bh-contact-side,
.bh-contact-form-card{
  padding:2rem;
}

.bh-contact-benefits{
  display:grid;
  gap:.85rem;
  margin-top:1.5rem;
  color:#172033;
  font-weight:700;
}

.bh-contact-benefits i{
  margin-right:.55rem;
  color:#198754;
}

.bh-site-contact-form .form-control{
  min-height:50px;
  border-color:#e1e7ef;
  border-radius:1rem;
  background:#fbfcfe;
}

.bh-site-contact-form textarea.form-control{
  min-height:150px;
}

.bh-site-contact-form .form-control:focus{
  border-color:rgba(13,110,253,.45);
  box-shadow:0 0 0 .2rem rgba(13,110,253,.12);
}

.bh-honeypot{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}

@media (max-width: 767.98px){
  .bh-page-hero{
    padding:3.75rem 0;
  }

  .bh-about-stats > div{
    display:block;
  }

  .bh-about-stats span{
    display:block;
    margin-top:.35rem;
    text-align:left;
  }

  .bh-contact-side,
  .bh-contact-form-card,
  .bh-cta-panel{
    padding:1.5rem;
  }
}

/* Country cards on the front page */
.bh-country-select-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(760px 280px at 8% 0%, rgba(255, 212, 0, .22), transparent),
    radial-gradient(680px 280px at 94% 24%, rgba(13, 110, 253, .12), transparent),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border-top:1px solid rgba(16,32,51,.08);
}

.bh-country-select-container{
  max-width:1140px;
}

.bh-country-select-heading{
  max-width:720px;
}

.bh-country-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:1rem;
}

.bh-country-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:.9rem;
  min-height:96px;
  padding:1rem 1.05rem;
  color:#102033;
  text-decoration:none;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(16,32,51,.09);
  border-radius:1.35rem;
  box-shadow:0 16px 36px rgba(16,32,51,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.bh-country-card:hover,
.bh-country-card:focus{
  color:#102033;
  transform:translateY(-4px);
  border-color:rgba(13,110,253,.26);
  background:#fff;
  box-shadow:0 24px 52px rgba(16,32,51,.14);
}

.bh-country-card__flag{
  flex:0 0 auto;
  width:62px;
  height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#f3f6fa;
  border-radius:.95rem;
  box-shadow:inset 0 0 0 1px rgba(16,32,51,.08);
}

.bh-country-card__flag img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.bh-country-card__emoji{
  font-size:1.85rem;
  line-height:1;
}

.bh-country-card__content{
  display:flex;
  min-width:0;
  flex:1 1 auto;
  flex-direction:column;
  gap:.2rem;
}

.bh-country-card__name{
  font-weight:850;
  line-height:1.15;
}

.bh-country-card__action{
  color:#6c757d;
  font-size:.83rem;
  font-weight:700;
}

.bh-country-card__arrow{
  flex:0 0 auto;
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#0d6efd;
  background:rgba(13,110,253,.08);
  border-radius:999px;
  opacity:.9;
  transition:transform .18s ease, background .18s ease;
}

.bh-country-card:hover .bh-country-card__arrow,
.bh-country-card:focus .bh-country-card__arrow{
  transform:translateX(3px);
  background:rgba(13,110,253,.13);
}

@media (max-width: 991.98px){
  .bh-country-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px){
  .bh-country-grid{
    grid-template-columns:1fr;
  }

  .bh-country-card{
    min-height:86px;
  }
}


/* =========================
   BottinHaitien Events
   ========================= */
.bh-events-section,
.bh-events-archive,
.bh-event-single{
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}

.bh-events-container{
  max-width:1140px;
}

.bh-event-card{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.bh-event-card:hover{
  transform:translateY(-4px);
  border-color:rgba(13,110,253,.24) !important;
  box-shadow:0 22px 50px rgba(16,32,51,.12) !important;
}

.bh-event-card__image-wrap{
  display:block;
  position:relative;
  height:210px;
  overflow:hidden;
  background:#eef3f8;
  color:#0d6efd;
  text-decoration:none;
}

.bh-event-card__image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .25s ease;
}

.bh-event-card:hover .bh-event-card__image{
  transform:scale(1.04);
}

.bh-event-card__placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:3rem;
  background:linear-gradient(135deg,rgba(13,110,253,.08),rgba(255,212,0,.18));
}

.bh-event-single__hero{
  height:420px;
  background:#eef3f8;
  overflow:hidden;
}

.bh-event-single__image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.bh-event-detail-row{
  display:flex;
  gap:.75rem;
  align-items:flex-start;
  padding:.85rem 0;
  border-bottom:1px solid rgba(16,32,51,.08);
  color:#344054;
}

.bh-event-detail-row i{
  width:1.25rem;
  margin-top:.15rem;
  color:#0d6efd;
}

.bh-event-content img{
  max-width:100%;
  height:auto;
  border-radius:1rem;
}

@media (max-width: 767.98px){
  .bh-event-single__hero{
    height:260px;
  }
}



/* Keep the home event section balanced when fewer than three events exist. */
@media (min-width: 992px){
  .bh-home-events-grid--1 > [class*="col-"]{
    flex:0 0 auto;
    width:58.333333%;
  }

  .bh-home-events-grid--2 > [class*="col-"]{
    flex:0 0 auto;
    width:41.666667%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px){
  .bh-home-events-grid--1 > [class*="col-"]{
    width:75%;
  }
}

/* Event categories */
.bh-event-card__cats,
.bh-event-single__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bh-event-cat-link {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 58, 97, 0.18);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  background: rgba(255, 212, 0, 0.16);
  color: #003a61;
}

.bh-event-cat-link:hover {
  background: #ffd400;
  color: #003a61;
}

.bh-event-category-filter .btn {
  font-weight: 700;
}


/* Event media gallery/video */
.bh-event-video__frame{
  position:relative;
  width:100%;
  padding-top:56.25%;
  overflow:hidden;
  border-radius:18px;
  background:#111;
}
.bh-event-video__frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.bh-event-gallery__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.bh-event-gallery__item{
  display:block;
  overflow:hidden;
  border-radius:16px;
  background:#f3f4f6;
}
.bh-event-gallery__image{
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
  transition:transform .25s ease;
}
.bh-event-gallery__item:hover .bh-event-gallery__image{
  transform:scale(1.04);
}
.bh-event-social-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.bh-event-social-link{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  color:#111;
  text-decoration:none;
}
.bh-event-social-link:hover{
  color:#0d6efd;
  border-color:#0d6efd;
}
@media(max-width:767px){
  .bh-event-gallery__grid{grid-template-columns:1fr 1fr;}
  .bh-event-gallery__image{height:145px;}
}

/* Business profile share box
   Lets visitors share a business profile without changing the business owner's social profile links. */
.bh-profile-share__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.65rem;
}

.bh-profile-share__link{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  border:1px solid rgba(16,32,51,.08);
  border-radius:999px;
  background:#fff;
  color:#102033;
  font-size:.88rem;
  font-weight:800;
  line-height:1.2;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(16,32,51,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.bh-profile-share__link:hover,
.bh-profile-share__link:focus{
  color:#102033;
  transform:translateY(-2px);
  border-color:rgba(57,156,220,.35);
  box-shadow:0 16px 30px rgba(16,32,51,.14);
  text-decoration: none !important;
}

.bh-profile-share__link i{
  font-size:1rem;
}

.bh-profile-share__link--facebook i,
.bh-profile-share__link--messenger i{ color:#1877f2; }
.bh-profile-share__link--whatsapp i{ color:#25d366; }
.bh-profile-share__link--x i{ color:#111; }
.bh-profile-share__link--linkedin i{ color:#0a66c2; }
.bh-profile-share__link--telegram i{ color:#229ed9; }
.bh-profile-share__link--instagram i{ color:#e4405f; }
.bh-profile-share__link--reddit i{ color:#ff4500; }

button.bh-profile-share__link{
  width:100%;
  cursor:pointer;
}

@media (max-width: 575.98px){
  .bh-profile-share__grid{
    grid-template-columns:1fr;
  }
}

/* Client account pages */
.bh-client-hero {
  padding: 72px 0;
  color: #fff;
  background: linear-gradient(135deg, #073b63 0%, #0877b9 100%);
}

.bh-client-content {
  background: #f5f8fb;
}

.bh-client-content-card {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(7, 59, 99, 0.1);
  border-radius: 24px;
  background: #fff;
}

@media (max-width: 767.98px) {
  .bh-client-hero {
    padding: 48px 0;
  }

  .bh-client-content-card {
    padding: 22px 16px;
    border-radius: 18px;
  }
}


/* Business search pagination */
.bh-search-pagination .navigation.pagination{
  margin:0;
}

.bh-search-pagination .nav-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:.55rem;
}

.bh-search-pagination .page-numbers{
  min-width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 .95rem;
  border:1px solid rgba(23,32,51,.12);
  border-radius:999px;
  background:#fff;
  color:#172033;
  box-shadow:0 5px 14px rgba(23,32,51,.06);
  font-weight:700;
  line-height:1;
  text-decoration:none;
  transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.bh-search-pagination a.page-numbers:hover,
.bh-search-pagination a.page-numbers:focus-visible{
  color:#fff;
  background:#0d6efd;
  border-color:#0d6efd;
  box-shadow:0 8px 20px rgba(13,110,253,.22);
  transform:translateY(-2px);
  text-decoration:none;
}

.bh-search-pagination .page-numbers.current{
  color:#fff;
  background:#172033;
  border-color:#172033;
  box-shadow:0 8px 20px rgba(23,32,51,.18);
}

.bh-search-pagination .page-numbers.dots{
  min-width:28px;
  padding:0 .25rem;
  border-color:transparent;
  background:transparent;
  box-shadow:none;
}

.bh-search-pagination .page-numbers.prev,
.bh-search-pagination .page-numbers.next{
  padding:0 1.15rem;
}

.bh-filter-submit{
  min-height:38px;
}

@media (max-width:575.98px){
  .bh-search-pagination .nav-links{
    gap:.4rem;
  }

  .bh-search-pagination .page-numbers{
    min-width:40px;
    height:40px;
    padding:0 .75rem;
    font-size:.9rem;
  }

  .bh-search-pagination .page-numbers.prev,
  .bh-search-pagination .page-numbers.next{
    flex:1 1 calc(50% - .4rem);
    max-width:150px;
    order:2;
  }
}


/* Five-star business reviews */
.bh-business-rating-summary,
.bh-review-stars{
  display:flex;
  align-items:center;
  gap:.2rem;
}

.bh-business-rating-summary{
  flex-wrap:wrap;
  gap:.55rem;
}

.bh-business-rating-summary a{
  color:inherit;
  font-weight:600;
  text-decoration:none;
}

.bh-business-rating-summary a:hover,
.bh-business-rating-summary a:focus,
.bh-business-rating-summary a:active{
  color:inherit;
  text-decoration:none;
}

.bh-review-stars{
  color:#ffc107 !important;
  letter-spacing:.03em;
}

.bh-review-average-card{
  min-width:130px;
  padding:1rem 1.25rem;
  border:1px solid rgba(23,32,51,.1);
  border-radius:18px;
  background:#fffaf0;
}

.bh-review-average-card > strong{
  display:block;
  font-size:2rem;
  line-height:1;
}

.bh-review-average-card .bh-review-stars{
  justify-content:center;
  margin:.45rem 0 .25rem;
}

.bh-review-average-card > span{
  color:#6c757d;
  font-size:.85rem;
}

.bh-review-list{
  display:grid;
  gap:1rem;
}

.bh-review-item{
  padding:1.25rem;
  border:1px solid rgba(23,32,51,.1);
  border-radius:18px;
  background:#fff;
}

.bh-review-item p:last-child{
  margin-bottom:0;
}

.bh-review-empty{
  display:flex;
  align-items:center;
  gap:.85rem;
  padding:1rem 1.15rem;
  border:1px dashed rgba(23,32,51,.2);
  border-radius:16px;
  color:#6c757d;
  background:#f8fafc;
}

.bh-review-empty i{
  color:#ffc107 !important;
  font-size:1.5rem;
}

.bh-review-form-wrap{
  padding-top:1.5rem;
  border-top:1px solid rgba(23,32,51,.1);
}

.bh-review-form-wrap .comment-form > p{
  margin-bottom:1rem;
}

.bh-review-form-wrap .logged-in-as a{
  text-decoration:none;
}

.bh-star-rating-field{
  padding:0;
  border:0;
}

.bh-star-rating-input{
  display:inline-flex;
  flex-direction:row-reverse;
  gap:.35rem;
}

.bh-star-rating-input input{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}

.bh-star-rating-input label{
  cursor:pointer;
  color:#d7dce2;
  font-size:2rem;
  line-height:1;
  transition:color .15s ease, transform .15s ease;
}

.bh-star-rating-input label:hover,
.bh-star-rating-input label:hover ~ label,
.bh-star-rating-input input:checked ~ label{
  color:#ffc107 !important;
}

.bh-star-rating-input input:focus-visible + label{
  outline:3px solid rgba(13,110,253,.28);
  outline-offset:4px;
  border-radius:4px;
}

.bh-star-rating-input label:hover{
  transform:scale(1.08);
}

@media (max-width:575.98px){
  .bh-review-average-card{
    width:100%;
  }
}


/* Business ratings shown on every business card/listing. */
.bh-business-card-rating{
  display:flex;
  align-items:center;
  margin:0 0 .8rem;
  font-size:.9rem;
  line-height:1.2;
}
.bh-business-card-rating__link{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  color:#394150;
  text-decoration:none;
}
.bh-business-card-rating__link:hover,
.bh-business-card-rating__link:focus,
.bh-business-card-rating__link:active{
  color:#111827;
  text-decoration:none;
}
.bh-business-card-rating__stars{
  display:inline-flex;
  gap:.12rem;
  color:#ffc107 !important;
  letter-spacing:0;
}
.bh-business-card-rating__count{
  color:#6c757d;
  font-weight:400;
}


/* Keep every business-rating star yellow and remove link underlines in all states. */
.bh-review-stars,
.bh-review-stars i,
.bh-review-stars span,
.bh-business-card-rating__stars,
.bh-business-card-rating__stars i,
.bh-business-card-rating__stars span,
.bh-star-rating-input input:checked ~ label,
.bh-star-rating-input label:hover,
.bh-star-rating-input label:hover ~ label {
  color:#ffc107 !important;
}
.bh-business-rating-summary a,
.bh-business-rating-summary a:hover,
.bh-business-rating-summary a:focus,
.bh-business-rating-summary a:active,
.bh-business-card-rating__link,
.bh-business-card-rating__link:hover,
.bh-business-card-rating__link:focus,
.bh-business-card-rating__link:active {
  text-decoration:none !important;
}


/* Business claim workflow */
.bh-business-claim-button {
  font-weight: 800;
}

.bh-claim-auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0;
}

.bh-claim-form {
  margin: 24px 0;
}

.bh-claim-confirm {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(7, 59, 99, .14);
  border-radius: 12px;
  background: #f7fafc;
}

.bh-claim-confirm input {
  width: auto !important;
  margin-top: 4px;
  flex: 0 0 auto;
}

@media (max-width: 575.98px) {
  .bh-claim-auth-actions .bh-client-button,
  .bh-business-claim-button {
    width: 100%;
    justify-content: center;
  }
}

/* Advertising marketplace and placements */
.bh-ad-page-top{padding-top:1.5rem}.bh-ad-slot{position:relative;margin:0 0 1.5rem;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(20,31,55,.10);border:1px solid rgba(20,31,55,.08)}.bh-ad-slot__label{position:absolute;z-index:2;top:8px;left:8px;padding:3px 8px;border-radius:999px;background:rgba(0,0,0,.65);color:#fff;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.bh-ad-slot a{display:block}.bh-ad-slot img{display:block;width:100%;height:auto;object-fit:cover}.bh-ad-slot--home_top img{aspect-ratio:1200/250}.bh-ad-slot--business_list_top img,.bh-ad-slot--category_list_top img,.bh-ad-slot--category_archive_top img{aspect-ratio:970/250}.bh-ad-slot--home_right img{aspect-ratio:300/250}.bh-ad-slot--business_list_right img,.bh-ad-slot--category_list_right img,.bh-ad-slot--category_archive_right img{aspect-ratio:300/600}.bh-ad-purchase{padding:3.5rem 0;background:#f7f8fb}.bh-ad-purchase__intro{max-width:760px;margin:0 auto 2rem;text-align:center}.bh-ad-purchase__intro h1{font-weight:800}.bh-ad-form-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:2rem;align-items:start}.bh-ad-placement-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.bh-ad-placement-card{cursor:pointer}.bh-ad-placement-card input{position:absolute;opacity:0;pointer-events:none}.bh-ad-placement-card span{display:flex;min-height:145px;flex-direction:column;gap:.45rem;padding:1.25rem;border:2px solid transparent;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(20,31,55,.08);transition:.2s}.bh-ad-placement-card input:checked+span{border-color:#0d6efd;box-shadow:0 12px 34px rgba(13,110,253,.18)}.bh-ad-placement-card small{color:#6c757d}.bh-ad-placement-card b{margin-top:auto;color:#0d6efd}.bh-ad-order-form{position:sticky;top:110px;padding:1.5rem;border-radius:20px;background:#fff;box-shadow:0 14px 40px rgba(20,31,55,.10)}.bh-ad-order-form h2{font-size:1.35rem;font-weight:800}.bh-ad-order-total{display:flex;justify-content:space-between;align-items:center;margin:1rem 0;padding:1rem;border-radius:14px;background:#f3f6fb}.bh-ad-order-total strong{font-size:1.25rem}.bh-ad-order-form input[type=file]{padding:.7rem;border:1px dashed #9ba7b6;border-radius:12px;background:#fafbfc}
@media(max-width:991.98px){.bh-ad-form-layout{grid-template-columns:1fr}.bh-ad-order-form{position:static}.bh-ad-placement-grid{grid-template-columns:1fr}.bh-ad-slot--business_list_right,.bh-ad-slot--category_list_right,.bh-ad-slot--category_archive_right,.bh-ad-slot--home_right{max-width:420px;margin-left:auto;margin-right:auto}}


/* Dedicated advertising purchase page */
.bh-advertising-hero {
  background: linear-gradient(135deg, #f4f8fc 0%, #ffffff 58%, #eef5fb 100%);
  border-bottom: 1px solid rgba(7, 59, 99, .08);
}

.bh-advertising-hero__card {
  position: relative;
  overflow: hidden;
}

.bh-advertising-purchase-page {
  background: #f7f8fb;
}

.bh-advertising-purchase-page .bh-ad-shop.container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.bh-advertising-purchase-page .bh-ad-shop__header {
  display: none;
}

.bh-ad-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.bh-ad-package-card {
  display: block;
  position: relative;
  cursor: pointer;
}

.bh-ad-package-card > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bh-ad-package-card__body {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  gap: .65rem;
  padding: 1.4rem;
  border: 2px solid transparent;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 31, 55, .08);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bh-ad-package-card:hover .bh-ad-package-card__body {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(20, 31, 55, .12);
}

.bh-ad-package-card > input:checked + .bh-ad-package-card__body {
  border-color: #0d6efd;
  box-shadow: 0 14px 34px rgba(13, 110, 253, .18);
}

.bh-ad-package-card__body > strong {
  font-size: 1.15rem;
}

.bh-ad-package-card__body > b {
  margin-top: auto;
  color: #0d6efd;
}

.bh-ad-order {
  padding: 1.75rem;
  border: 1px solid rgba(20, 31, 55, .08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(20, 31, 55, .08);
}

.bh-ad-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.bh-ad-form-grid label {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  font-weight: 700;
}

.bh-ad-form-grid input,
.bh-ad-form-grid select,
.bh-ad-form-grid textarea {
  width: 100%;
  padding: .8rem .9rem;
  border: 1px solid #ced4da;
  border-radius: 12px;
  background: #fff;
  font-weight: 400;
}

.bh-ad-form-grid input:focus,
.bh-ad-form-grid select:focus,
.bh-ad-form-grid textarea:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .15);
}

.bh-ad-form-grid .bh-full {
  grid-column: 1 / -1;
}

.bh-ad-order__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 1.25rem 0;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: #f3f6fb;
  font-size: 1.05rem;
}

.bh-ad-order__total strong {
  font-size: 1.3rem;
}

@media (max-width: 991.98px) {
  .bh-ad-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .bh-ad-package-grid,
  .bh-ad-form-grid {
    grid-template-columns: 1fr;
  }

  .bh-ad-form-grid .bh-full {
    grid-column: auto;
  }

  .bh-ad-order {
    padding: 1.1rem;
  }
}

/* Advertising account checkout */
.bh-my-ads-list{display:grid;gap:14px}.bh-my-ad-card{display:grid;grid-template-columns:80px minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px;border:1px solid #dce6ed;border-radius:16px;background:#fff}.bh-my-ad-card img{width:80px;height:70px;object-fit:cover;border-radius:10px}.bh-my-ad-card h3{margin:0 0 5px;font-size:18px}.bh-my-ad-card p{margin:2px 0;color:#637587}.bh-ad-package-card.is-selected{border-color:#0877b9;box-shadow:0 6px 20px rgba(8,119,185,.15)}@media(max-width:700px){.bh-my-ad-card{grid-template-columns:60px minmax(0,1fr)}.bh-my-ad-card img{width:60px;height:60px}.bh-my-ad-card>.bh-invoice-status{grid-column:1/-1;justify-self:start}}

/* Professional advertising purchase and account management */
.bh-advertising-checkout{max-width:1180px}.bh-ad-purchase-hero{position:relative;overflow:hidden;margin-bottom:24px;padding:48px clamp(24px,5vw,64px);border-radius:26px;background:linear-gradient(135deg,#071f3b 0%,#0d5f91 100%);color:#fff;box-shadow:0 20px 50px rgba(7,31,59,.18)}.bh-ad-purchase-hero:after{content:"";position:absolute;right:-90px;top:-120px;width:330px;height:330px;border-radius:50%;background:rgba(255,255,255,.08)}.bh-ad-purchase-hero .bh-flow-kicker{color:#9cdcff}.bh-ad-purchase-hero h1{position:relative;max-width:780px;margin:8px 0 12px;color:#fff;font-size:clamp(32px,5vw,54px);line-height:1.05}.bh-ad-purchase-hero p{position:relative;max-width:760px;margin:0;color:rgba(255,255,255,.86);font-size:18px}.bh-ad-purchase-benefits{position:relative;display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.bh-ad-purchase-benefits span{padding:9px 14px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.1);font-size:14px;font-weight:700}.bh-ad-package-grid--professional{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.bh-ad-package-grid--professional .bh-ad-package-card{display:grid;grid-template-columns:155px minmax(0,1fr);overflow:hidden;padding:0;border:1px solid #dbe6ee;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(20,45,70,.07)}.bh-ad-package-card__visual{display:flex;align-items:center;justify-content:center;min-height:250px;padding:20px;background:linear-gradient(145deg,#eaf5fb,#dbeaf3);color:#0b527d;font-size:18px;font-weight:800;text-align:center}.bh-ad-package-grid--professional .bh-ad-package-card__body{display:block;padding:24px}.bh-ad-package-grid--professional h3{margin:5px 0 10px;font-size:23px}.bh-ad-package-grid--professional p{margin:0 0 14px;color:#607285}.bh-ad-package-grid--professional ul{margin:0 0 20px;padding-left:19px;color:#35495c}.bh-ad-package-grid--professional li{margin:7px 0}.bh-ad-package-card__footer{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #edf1f4;padding-top:17px}.bh-ad-package-card__footer strong{font-size:23px}.bh-ad-package-card__footer small{display:block;color:#718292;font-size:12px}.bh-account-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px;padding:30px;border:1px solid #dce7ef;border-radius:22px;background:linear-gradient(135deg,#fff,#eff7fb)}.bh-account-page-header h1{margin:5px 0}.bh-account-page-header p{margin:0;color:#647587}.bh-my-ad-card--managed{display:block;padding:0;overflow:hidden}.bh-my-ad-card__top{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;padding:24px}.bh-my-ad-card__preview{display:flex;align-items:center;justify-content:center;min-height:150px;overflow:hidden;border-radius:15px;background:#eef4f7;color:#718290;text-align:center;font-weight:700}.bh-my-ad-card__preview img{width:100%;height:100%;min-height:150px;object-fit:contain;border-radius:0}.bh-my-ad-card__summary h2{margin:10px 0 7px}.bh-ad-management-form{padding:24px;border-top:1px solid #e5edf2;background:#f8fafb}.bh-empty-account-state{text-align:center;padding:50px 24px}.bh-account-advertising-link{margin-top:16px}
@media(max-width:900px){.bh-ad-package-grid--professional{grid-template-columns:1fr}.bh-ad-package-grid--professional .bh-ad-package-card{grid-template-columns:130px minmax(0,1fr)}}
@media(max-width:700px){.bh-ad-purchase-hero{padding:32px 22px}.bh-ad-package-grid--professional .bh-ad-package-card{grid-template-columns:1fr}.bh-ad-package-card__visual{min-height:120px}.bh-account-page-header{align-items:flex-start;flex-direction:column}.bh-my-ad-card__top{grid-template-columns:1fr}.bh-my-ad-card__preview{min-height:120px}}

/* Client business center */
.bh-client-dashboard{max-width:1220px}.bh-dashboard-hero{display:flex;justify-content:space-between;gap:32px;align-items:center;margin-bottom:18px;padding:38px;border-radius:26px;background:linear-gradient(135deg,#071f3b,#0c6a9d);color:#fff;box-shadow:0 20px 48px rgba(7,31,59,.17)}.bh-dashboard-hero h1{margin:6px 0 10px;color:#fff;font-size:clamp(32px,4vw,48px)}.bh-dashboard-hero p{max-width:730px;margin:0;color:rgba(255,255,255,.82);font-size:17px}.bh-dashboard-profile{min-width:250px;padding:18px 20px;border:1px solid rgba(255,255,255,.18);border-radius:17px;background:rgba(255,255,255,.09)}.bh-dashboard-profile strong,.bh-dashboard-profile span{display:block}.bh-dashboard-profile strong{margin-bottom:7px;font-size:18px}.bh-dashboard-profile span{color:rgba(255,255,255,.78);font-size:14px}.bh-account-nav{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px;padding:8px;border:1px solid #dce7ee;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(27,58,82,.06)}.bh-account-nav a{display:flex;align-items:center;gap:8px;padding:11px 16px;border-radius:11px;color:#385064;font-weight:700;text-decoration:none}.bh-account-nav a:hover,.bh-account-nav a.is-active{background:#eaf5fb;color:#075b89}.bh-account-nav a span{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#dcecf5;font-size:12px}.bh-dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.bh-dashboard-stats article{padding:22px;border:1px solid #dce7ee;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(27,58,82,.06)}.bh-dashboard-stats span,.bh-dashboard-stats small{display:block;color:#718292}.bh-dashboard-stats strong{display:block;margin:7px 0 4px;color:#092c47;font-size:30px}.bh-dashboard-management-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-bottom:22px}.bh-dashboard-panel{padding:25px;border:1px solid #dce7ee;border-radius:21px;background:#fff;box-shadow:0 10px 30px rgba(27,58,82,.06)}.bh-dashboard-panel__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:18px}.bh-dashboard-panel__heading h2{margin:4px 0 0}.bh-dashboard-panel__heading>a{font-weight:700}.bh-dashboard-entity-list{display:grid;gap:10px}.bh-dashboard-entity-list article{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:13px;padding:11px;border:1px solid #e4ebf0;border-radius:14px}.bh-dashboard-entity__image{display:flex;align-items:center;justify-content:center;width:54px;height:54px;overflow:hidden;border-radius:11px;background:#eef4f7;font-size:24px}.bh-dashboard-entity__image img{width:100%;height:100%;object-fit:cover}.bh-dashboard-entity-list strong,.bh-dashboard-entity-list small{display:block}.bh-dashboard-entity-list small{margin-top:3px;color:#718292}.bh-dashboard-entity-list article>a{font-weight:700;text-decoration:none}.bh-dashboard-empty{padding:25px;border:1px dashed #c9d9e3;border-radius:15px;background:#f8fbfd;text-align:center}.bh-dashboard-footer{margin-top:18px;text-align:right}.bh-invoices-section.bh-dashboard-panel{margin-top:0}.bh-invoices-table th{white-space:nowrap}
@media(max-width:900px){.bh-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.bh-dashboard-management-grid{grid-template-columns:1fr}.bh-dashboard-hero{align-items:flex-start;flex-direction:column}.bh-dashboard-profile{width:100%}}
@media(max-width:600px){.bh-dashboard-hero{padding:27px 21px}.bh-dashboard-stats{grid-template-columns:1fr 1fr}.bh-dashboard-stats article{padding:17px}.bh-dashboard-stats strong{font-size:24px}.bh-account-nav{display:grid;grid-template-columns:1fr 1fr}.bh-account-nav a{justify-content:center;padding:10px}.bh-dashboard-panel{padding:18px}.bh-dashboard-entity-list article{grid-template-columns:46px minmax(0,1fr)}.bh-dashboard-entity__image{width:46px;height:46px}.bh-dashboard-entity-list article>a{grid-column:2}}

/* Coupons & Rabais */
.bh-business-coupon-badge{display:block;background:linear-gradient(135deg,#fff6bf,#ffd400);color:#3c3100!important;text-decoration:none!important}.bh-business-coupon-badge span{display:block;font-weight:900;text-transform:uppercase;font-size:.78rem;letter-spacing:.05em}.bh-business-coupon-badge strong{display:block;font-size:1.15rem;margin:.45rem 0}.bh-business-coupon-badge small{font-weight:800}.bh-coupons-page{max-width:1180px;margin:35px auto;padding:0 20px}.bh-coupons-hero{padding:42px;border-radius:24px;background:#003a61;color:#fff;margin-bottom:24px}.bh-coupons-hero h1{color:#fff}.bh-coupon-filters{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;padding:18px;background:#fff;border:1px solid #dce5ec;border-radius:16px;margin-bottom:24px}.bh-coupon-filters select,.bh-coupon-filters button{padding:12px;border-radius:10px;border:1px solid #bdcbd6}.bh-coupon-filters button{background:#ffd400;font-weight:900}.bh-coupon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.bh-coupon-card{display:flex;flex-direction:column;padding:24px;border:1px solid #dce5ec;border-radius:18px;background:#fff;box-shadow:0 10px 25px rgba(0,58,97,.08)}.bh-coupon-card__type{font-size:.78rem;font-weight:900;text-transform:uppercase;color:#00689d}.bh-coupon-card h2{font-size:1.35rem;margin:.5rem 0}.bh-coupon-card__business{font-weight:800}.bh-coupon-card__expiry{margin-top:auto;padding-top:18px;font-size:.9rem;color:#596f80}.bh-coupon-card__link{margin-top:12px;font-weight:900}.bh-coupon-manager{max-width:1180px;margin:35px auto;padding:30px}.bh-coupon-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bh-coupon-form label{display:grid;gap:6px;font-weight:800}.bh-coupon-form input,.bh-coupon-form select,.bh-coupon-form textarea{width:100%;padding:12px;border:1px solid #bdcbd6;border-radius:10px}.bh-coupon-form .bh-full{grid-column:1/-1}.bh-coupon-list{display:grid;gap:14px;margin-bottom:24px}.bh-coupon-list article{display:grid;grid-template-columns:1fr auto;gap:12px;padding:18px;border:1px solid #dce5ec;border-radius:14px}.bh-coupon-actions{display:flex;gap:8px;align-items:center}.bh-coupon-actions a{font-weight:800}@media(max-width:850px){.bh-coupon-grid{grid-template-columns:1fr 1fr}.bh-coupon-filters{grid-template-columns:1fr}.bh-coupon-form{grid-template-columns:1fr}.bh-coupon-form .bh-full{grid-column:auto}}@media(max-width:560px){.bh-coupon-grid{grid-template-columns:1fr}.bh-coupons-hero{padding:28px 22px}}

/* Home page coupons */
.bh-home-coupons-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#003a61 0%,#005f8f 58%,#0078aa 100%);color:#fff}
.bh-home-coupons-section::before,.bh-home-coupons-section::after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.07);pointer-events:none}
.bh-home-coupons-section::before{width:320px;height:320px;right:-110px;top:-160px}
.bh-home-coupons-section::after{width:220px;height:220px;left:-90px;bottom:-130px}
.bh-home-coupons-section>.container{position:relative;z-index:1}
.bh-home-coupons-heading p{color:rgba(255,255,255,.78)}
.bh-home-coupons-section .bh-eyebrow{color:#ffd400}
.bh-home-coupon-card{position:relative;display:flex;flex-direction:column;overflow:hidden;padding:24px;border:1px solid rgba(255,255,255,.32);border-radius:22px;background:#fff;color:#183545;box-shadow:0 18px 42px rgba(0,22,42,.22);transition:transform .2s ease,box-shadow .2s ease}
.bh-home-coupon-card:hover{transform:translateY(-5px);box-shadow:0 24px 52px rgba(0,22,42,.3)}
.bh-home-coupon-card::before{content:"";position:absolute;left:0;right:0;top:0;height:6px;background:linear-gradient(90deg,#ffd400,#ff9f1c)}
.bh-home-coupon-card__top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px}
.bh-home-coupon-card__type{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eaf5fb;color:#00689d;font-size:.72rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase}
.bh-home-coupon-card__ticket{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#fff6c7;color:#8b6800;font-size:1.15rem}
.bh-home-coupon-card__offer{flex:1}
.bh-home-coupon-card__value{margin-bottom:5px;color:#00689d;font-size:2.2rem;font-weight:950;line-height:1.05;letter-spacing:-.04em}
.bh-home-coupon-card h3{margin:0 0 10px;color:#17384a;font-size:1.35rem;font-weight:900;line-height:1.25}
.bh-home-coupon-card__offer p{margin:0;color:#647987;line-height:1.55}
.bh-home-coupon-card__business{margin:21px -24px 0;padding:16px 24px;border-top:1px dashed #cbd7df;border-bottom:1px dashed #cbd7df;background:#f8fbfd}
.bh-home-coupon-card__business-link{display:flex;align-items:center;gap:12px;color:#17384a!important;text-decoration:none!important}
.bh-home-coupon-card__logo{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;overflow:hidden;border:1px solid #dce6ec;border-radius:13px;background:#fff;color:#00689d}
.bh-home-coupon-card__logo img{width:100%;height:100%;object-fit:contain;padding:4px}
.bh-home-coupon-card__business small,.bh-home-coupon-card__business strong{display:block}
.bh-home-coupon-card__business small{margin-bottom:1px;color:#718593;font-size:.73rem;text-transform:uppercase;letter-spacing:.04em}
.bh-home-coupon-card__business strong{font-size:1rem;line-height:1.25}
.bh-home-coupon-card__details{display:grid;gap:8px;padding:16px 0;color:#526b7a;font-size:.88rem}
.bh-home-coupon-card__details i{width:18px;color:#00689d}
.bh-home-coupon-card__button{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding:13px 16px;border-radius:12px;background:#ffd400;color:#302800!important;font-weight:900;text-decoration:none!important;transition:background .2s ease,transform .2s ease}
.bh-home-coupon-card__button:hover{background:#ffe04d;transform:translateX(2px)}
@media(max-width:767px){.bh-home-coupon-card{padding:21px}.bh-home-coupon-card__business{margin-left:-21px;margin-right:-21px;padding-left:21px;padding-right:21px}.bh-home-coupon-card__value{font-size:1.9rem}}

/* Coupon images */
.bh-coupon-card__image{display:block;height:210px;margin:-24px -24px 20px;overflow:hidden;border-radius:18px 18px 0 0;background:#eef3f6}
.bh-coupon-card__image img{display:block;width:100%;height:100%;object-fit:cover}
.bh-coupon-card--single{max-width:820px;margin:0 auto}
.bh-coupon-card__image--single{height:auto;max-height:460px}
.bh-coupon-card__image--single img{max-height:460px;object-fit:cover}
.bh-coupon-image-field{display:grid;gap:8px;padding:16px;border:1px dashed #aebfca;border-radius:12px;background:#f8fbfd}
.bh-coupon-image-field__label{font-weight:800}
.bh-coupon-image-field input[type=file]{padding:10px;background:#fff}
.bh-coupon-image-field small{color:#657b89}
.bh-coupon-image-preview{max-width:320px;overflow:hidden;border-radius:12px;border:1px solid #d8e2e8;background:#fff}
.bh-coupon-image-preview img{display:block;width:100%;height:auto}
.bh-coupon-image-remove{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;justify-content:flex-start;gap:8px!important;font-weight:700!important}
.bh-coupon-image-remove input{width:auto!important}
.bh-coupon-list article{align-items:center}
.bh-coupon-list__thumb{width:74px;height:62px;overflow:hidden;border-radius:10px;background:#eef3f6}
.bh-coupon-list__thumb img{width:100%;height:100%;object-fit:cover}
.bh-home-coupon-card__image{display:block;height:190px;margin:-24px -24px 20px;overflow:hidden;background:#eaf1f5}
.bh-home-coupon-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.bh-home-coupon-card:hover .bh-home-coupon-card__image img{transform:scale(1.035)}
@media(max-width:767px){.bh-home-coupon-card__image{margin:-21px -21px 18px}.bh-coupon-card__image{height:190px}}

/* Coupon presentation enhancements */
.bh-coupon-card{overflow:hidden;padding:0}
.bh-coupon-card__image{width:100%;height:220px;max-height:220px;margin:0;border-radius:0;background:#eef3f6}
.bh-coupon-card__image img{display:block;width:100%;height:100%;max-height:220px;object-fit:cover}
.bh-coupon-card__body{display:flex;flex:1;flex-direction:column;padding:24px}
.bh-coupon-card__value{margin:.5rem 0 .15rem;color:#00689d;font-size:2rem;font-weight:950;line-height:1.05}
.bh-coupon-card__redeem{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 0;padding:14px;border:1px dashed #bdcbd6;border-radius:14px;background:#f8fbfd}
.bh-coupon-card__code{min-width:0}.bh-coupon-card__code small,.bh-coupon-card__code strong{display:block}.bh-coupon-card__code small{color:#687d8b;font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.bh-coupon-card__code strong{overflow-wrap:anywhere;color:#17384a;font-size:1.05rem}
.bh-coupon-card__qr{flex:0 0 92px;text-align:center}.bh-coupon-card__qr img{display:block;width:92px;height:92px;padding:5px;border:1px solid #d9e3e9;border-radius:10px;background:#fff}.bh-coupon-card__qr small{display:block;margin-top:4px;color:#647987;font-size:.68rem}
.bh-coupon-share{display:flex;align-items:center;gap:8px;margin-top:16px}.bh-coupon-share__button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:40px;height:40px;padding:0 12px;border:1px solid #d6e0e6;border-radius:10px;background:#fff;color:#17384a!important;font-weight:800;text-decoration:none!important;cursor:pointer}.bh-coupon-share__button:hover{border-color:#00689d;color:#00689d!important}.bh-coupon-share--compact .bh-coupon-share__button{padding:0 10px}
.bh-business-coupons{overflow:hidden;border:1px solid #dce5ec;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(0,58,97,.1)}
.bh-business-coupons__heading{padding:20px 22px;background:linear-gradient(135deg,#003a61,#006b9d);color:#fff}.bh-business-coupons__heading span{display:block;margin-bottom:4px;color:#ffd400;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.055em}.bh-business-coupons__heading h2{margin:0;color:#fff;font-size:1.25rem}
.bh-business-coupons__grid{display:grid;gap:18px;padding:18px}.bh-coupon-card--business{border-radius:16px;box-shadow:none}.bh-coupon-card--business .bh-coupon-card__image{height:180px;max-height:180px}.bh-coupon-card--business .bh-coupon-card__image img{max-height:180px}.bh-coupon-card--business .bh-coupon-card__body{padding:18px}.bh-coupon-card--business .bh-coupon-card__value{font-size:1.75rem}.bh-coupon-card--business h2{font-size:1.2rem}.bh-coupon-card--business .bh-coupon-card__redeem{align-items:flex-start;flex-direction:column}.bh-coupon-card--business .bh-coupon-card__qr{align-self:center}
.bh-home-coupons-section .bh-coupon-card--home{height:100%;border:0;border-radius:22px;box-shadow:0 18px 42px rgba(0,22,42,.22)}.bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__image{height:190px;max-height:190px}.bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__image img{max-height:190px}.bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__body{color:#183545}.bh-home-coupons-section .bh-coupon-card--home h2{color:#17384a}.bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__redeem{margin-top:auto}
@media(max-width:767px){.bh-coupon-card__image,.bh-coupon-card__image img{height:190px;max-height:190px}.bh-coupon-card__redeem{align-items:flex-start;flex-direction:column}.bh-coupon-card__qr{align-self:center}.bh-coupon-card__body{padding:20px}}

/* Compact coupon cards */
.bh-coupon-card__image,
.bh-coupon-card__image img{
  height:135px;
  max-height:135px;
}
.bh-coupon-card__body{padding:16px 18px}
.bh-coupon-card__type{font-size:.7rem}
.bh-coupon-card__value{margin:.25rem 0 .1rem;font-size:1.65rem}
.bh-coupon-card h2{margin:.25rem 0 .4rem;font-size:1.12rem;line-height:1.2}
.bh-coupon-card__business{margin-bottom:.25rem}
.bh-coupon-card__body p{margin-bottom:.5rem;line-height:1.35}
.bh-coupon-card__details{gap:4px;padding:8px 0}
.bh-coupon-card__expiry{padding-top:8px}
.bh-coupon-card__redeem{gap:12px;margin:9px 0;padding:9px 11px}
.bh-coupon-card__qr{flex-basis:68px}
.bh-coupon-card__qr img{width:68px;height:68px;padding:3px}
.bh-coupon-card__qr small{display:none}
.bh-coupon-share{gap:6px;margin-top:8px}
.bh-coupon-share__button{height:34px;min-width:34px;padding:0 9px;font-size:.82rem}
.bh-coupon-card--business .bh-coupon-card__image,
.bh-coupon-card--business .bh-coupon-card__image img,
.bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__image,
.bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__image img{
  height:125px;
  max-height:125px;
}
.bh-coupon-card--business .bh-coupon-card__body{padding:14px 16px}
.bh-coupon-card--business .bh-coupon-card__redeem{align-items:center;flex-direction:row}
.bh-coupon-card--business .bh-coupon-card__qr{align-self:auto}
.bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__redeem{margin-top:8px}
@media(max-width:767px){
  .bh-coupon-card__image,
  .bh-coupon-card__image img,
  .bh-coupon-card--business .bh-coupon-card__image,
  .bh-coupon-card--business .bh-coupon-card__image img,
  .bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__image,
  .bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__image img{
    height:115px;
    max-height:115px;
  }
  .bh-coupon-card__body{padding:14px 16px}
  .bh-coupon-card__redeem{align-items:center;flex-direction:row}
  .bh-coupon-card__qr{align-self:auto}
}

/* Responsive top navigation */
.bh-topbar__menu-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid rgba(255,255,255,.35);
  border-radius:8px;
  background:transparent;
  color:#fff;
  cursor:pointer;
}

.bh-topbar__menu-toggle:hover,
.bh-topbar__menu-toggle:focus{
  border-color:#fff;
  background:rgba(255,255,255,.1);
  outline:none;
}

.bh-topbar__menu-toggle-icon{
  display:flex;
  width:20px;
  flex-direction:column;
  gap:4px;
}

.bh-topbar__menu-toggle-icon span{
  display:block;
  width:100%;
  height:2px;
  border-radius:2px;
  background:currentColor;
  transition:transform .2s ease, opacity .2s ease;
}

.bh-topbar__menu-toggle[aria-expanded="true"] .bh-topbar__menu-toggle-icon span:nth-child(1){
  transform:translateY(6px) rotate(45deg);
}

.bh-topbar__menu-toggle[aria-expanded="true"] .bh-topbar__menu-toggle-icon span:nth-child(2){
  opacity:0;
}

.bh-topbar__menu-toggle[aria-expanded="true"] .bh-topbar__menu-toggle-icon span:nth-child(3){
  transform:translateY(-6px) rotate(-45deg);
}

@media (max-width:768px){
  .bh-topbar__row{
    position:relative;
    flex-wrap:nowrap;
    min-height:52px;
  }

  .bh-topbar__right{
    width:auto;
    margin-left:auto;
    flex:1 1 auto;
    justify-content:flex-end;
    gap:10px;
    flex-wrap:nowrap;
  }

  .bh-topbar__menu-toggle{
    display:inline-flex;
    order:2;
    flex:0 0 auto;
  }

  .bh-topbar__account{
    order:1;
    margin-left:0;
    min-width:0;
  }

  .bh-topbar__account-links{
    gap:5px;
  }

  .bh-topbar__account-link{
    gap:5px;
    font-size:13px;
  }

  .bh-topbar__nav{
    display:none;
    position:absolute;
    z-index:1000;
    top:100%;
    right:0;
    left:0;
    order:3;
    width:100%;
    padding:10px 0 14px;
    border-top:1px solid rgba(255,255,255,.14);
    background:#111;
    box-shadow:0 12px 24px rgba(0,0,0,.24);
  }

  .bh-topbar__nav.is-open{
    display:block;
  }

  .bh-topbar__menu{
    display:block;
  }

  .bh-topbar__menu li{
    display:block;
  }

  .bh-topbar__menu a{
    display:block;
    padding:11px 20px;
    font-weight:600;
  }

  .bh-topbar__menu a:hover,
  .bh-topbar__menu a:focus{
    background:rgba(255,255,255,.08);
    text-decoration:none;
  }
}

@media (max-width:480px){
  .bh-topbar .container-fluid{
    padding-right:12px !important;
    padding-left:12px !important;
  }

  .bh-topbar__logo .custom-logo{
    max-width:105px;
    max-height:30px;
  }

  .bh-topbar__account-link{
    font-size:12px;
  }

  .bh-topbar__account-separator{
    font-size:12px;
  }
}


/* Collapsible public filters */
.bh-collapsible-filter {
  width: 100%;
}

.bh-collapsible-filter--center {
  text-align: center;
}

.bh-filter-toggle {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 46px;
  padding: .7rem 1.15rem;
  border: 1px solid #d9dee5;
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .08);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bh-filter-toggle:hover {
  border-color: #d9232e;
  color: #d9232e;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .12);
}

.bh-filter-toggle:focus-visible {
  outline: 3px solid rgba(217, 35, 46, .22);
  outline-offset: 3px;
}

.bh-filter-toggle__chevron {
  font-size: .8rem;
  transition: transform .2s ease;
}

.bh-filter-toggle[aria-expanded="true"] .bh-filter-toggle__chevron {
  transform: rotate(180deg);
}

.bh-filter-collapsible-panel {
  margin-top: 1rem;
}

.bh-filter-collapsible-panel[hidden] {
  display: none !important;
}

.bh-collapsible-filter--coupon {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.bh-collapsible-filter--coupon > .bh-filter-toggle {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .bh-filter-toggle {
    width: 100%;
  }
}
/* Front page: keep the featured businesses section separated from the top advertisement. */
.bh-home-featured-businesses {
  margin-top: 24px;
}



/* Front page: add spacing above the first right-column advertisement. */
.bh-home-right-ad-column .bh-ad-group:first-child {
    margin-top: 90px;
}

@media (max-width: 991.98px) {
    .bh-home-right-ad-column .bh-ad-group:first-child {
        margin-top: 24px;
    }
}


/* Mobile advertisements: full viewport width with a 25% taller package ratio. */
@media (max-width: 575.98px) {
  /* Break advertisements out of Bootstrap's container gutters on phones. */
  .bh-ad-group {
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  .bh-ad-group--grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  .bh-ad-group .bh-ad-slot,
  .bh-ad-group .bh-ad-slot > a {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Put the calculated mobile ratio on the wrapper, not on the replaced image. */
  .bh-ad-group .bh-ad-slot {
    height: auto !important;
    aspect-ratio: var(--bh-ad-width-number, 300) / var(--bh-ad-mobile-height-number, 313) !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  .bh-ad-group .bh-ad-slot > a {
    height: 100% !important;
  }

  .bh-ad-group .bh-ad-slot img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
  }

  .bh-ad-group--slideshow,
  .bh-ad-group--fade {
    height: auto !important;
    aspect-ratio: var(--bh-ad-width-number, 300) / var(--bh-ad-mobile-height-number, 313) !important;
  }

  .bh-ad-group--slideshow .bh-ad-slot,
  .bh-ad-group--fade .bh-ad-slot {
    position: absolute !important;
    inset: 0 !important;
    aspect-ratio: auto !important;
    height: 100% !important;
  }
}

/* Review and rating policy page */
.bh-review-policy-summary{
  display:flex;
  flex-direction:column;
  gap:.6rem;
  padding:1.75rem;
  border:1px solid rgba(255,255,255,.18);
  border-radius:1.5rem;
  background:rgba(255,255,255,.1);
  backdrop-filter:blur(12px);
}
.bh-review-policy-summary i{font-size:2rem;color:#ffd400}
.bh-review-policy-summary strong{font-size:1.1rem}
.bh-review-policy-summary span{color:rgba(255,255,255,.8)}
.bh-review-policy-intro{
  display:flex;
  gap:1rem;
  align-items:flex-start;
  padding:1.25rem 1.5rem;
  border:1px solid #dbe7f4;
  border-radius:1.25rem;
  background:#eef6ff;
  color:#18324d;
}
.bh-review-policy-intro i{margin-top:.2rem;color:#0d6efd;font-size:1.25rem}
.bh-review-policy-grid{display:grid;gap:1rem}
.bh-review-policy-card{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:1.1rem;
  padding:1.6rem;
  border:1px solid #e4eaf1;
  border-radius:1.25rem;
  background:#fff;
  box-shadow:0 10px 30px rgba(9,30,66,.045);
}
.bh-review-policy-card h2{margin:0 0 .65rem;font-size:1.2rem;font-weight:800;color:#102a43}
.bh-review-policy-card p{color:#52667a;line-height:1.72}
.bh-review-policy-number{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:14px;
  background:#0d6efd;
  color:#fff;
  font-weight:900;
}
.bh-review-policy-card--warning{border-left:4px solid #ffd400}
.bh-review-policy-card--warning .bh-review-policy-number{background:#102a43;color:#ffd400}
@media (max-width:575.98px){
  .bh-review-policy-card{grid-template-columns:1fr;padding:1.25rem}
  .bh-review-policy-intro{padding:1rem}
}


/* =========================================================
   Consentement aux témoins / Loi 25
   ========================================================= */
.bh-cookie-consent[hidden],.bh-cookie-settings[hidden]{display:none!important}
.bh-cookie-consent{position:fixed;left:20px;right:20px;bottom:20px;z-index:100000;max-width:1180px;margin:0 auto;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:18px;box-shadow:0 18px 55px rgba(15,23,42,.22);color:#172033}
.bh-cookie-consent__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px}
.bh-cookie-consent__content{display:flex;align-items:flex-start;gap:16px;max-width:780px}
.bh-cookie-consent__icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:14px;background:#fff4c2;color:#8a6500;font-size:22px}
.bh-cookie-consent h2{margin:0 0 6px;font-size:1.1rem;font-weight:800;color:#0f172a}
.bh-cookie-consent p{margin:0;color:#526074;font-size:.92rem;line-height:1.55}
.bh-cookie-consent__actions,.bh-cookie-settings__actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.bh-cookie-consent__actions{justify-content:flex-end;min-width:335px}
.bh-cookie-btn{appearance:none;border:0;border-radius:9px;padding:10px 15px;font:inherit;font-size:.9rem;font-weight:750;line-height:1.2;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
.bh-cookie-btn:hover{transform:translateY(-1px)}
.bh-cookie-btn--primary{background:#d9232e;color:#fff;box-shadow:0 6px 14px rgba(217,35,46,.2)}
.bh-cookie-btn--primary:hover{background:#bd1822;color:#fff}
.bh-cookie-btn--secondary{background:#eef2f6;color:#172033}
.bh-cookie-btn--secondary:hover{background:#e2e8f0;color:#172033}
.bh-cookie-btn--link{background:transparent;color:#334155;text-decoration:underline;text-underline-offset:3px;padding-left:7px;padding-right:7px}
.bh-cookie-settings{position:fixed;inset:0;z-index:100001;display:flex;align-items:center;justify-content:center;padding:20px}
.bh-cookie-settings__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(3px)}
.bh-cookie-settings__panel{position:relative;z-index:1;width:min(680px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:20px;padding:28px;box-shadow:0 25px 80px rgba(0,0,0,.3);color:#172033}
.bh-cookie-settings__close{position:absolute;right:18px;top:14px;border:0;background:transparent;color:#64748b;font-size:30px;line-height:1;cursor:pointer}
.bh-cookie-settings__eyebrow{display:block;margin-bottom:5px;color:#d9232e;font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.bh-cookie-settings__panel h2{margin:0 35px 8px 0;font-size:1.55rem;font-weight:850;color:#0f172a}
.bh-cookie-settings__panel>p{color:#64748b;line-height:1.6;margin:0 0 20px}
.bh-cookie-setting{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0;border-top:1px solid #e8edf3;color:inherit;text-decoration:none}
.bh-cookie-setting strong{display:block;margin-bottom:3px;color:#172033;font-size:.98rem}
.bh-cookie-setting p{margin:0;color:#64748b;font-size:.86rem;line-height:1.45}
.bh-cookie-setting__required{flex:0 0 auto;color:#277044;background:#eaf7ef;border-radius:999px;padding:6px 9px;font-size:.75rem;font-weight:800}
.bh-cookie-switch{position:relative;flex:0 0 48px;width:48px;height:27px}
.bh-cookie-switch input{position:absolute;opacity:0;width:1px;height:1px}
.bh-cookie-switch span{position:absolute;inset:0;border-radius:999px;background:#cbd5e1;cursor:pointer;transition:.2s}
.bh-cookie-switch span:before{content:"";position:absolute;left:4px;top:4px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.22);transition:.2s}
.bh-cookie-switch input:checked+span{background:#d9232e}
.bh-cookie-switch input:checked+span:before{transform:translateX(21px)}
.bh-cookie-switch input:focus-visible+span{outline:3px solid rgba(217,35,46,.25);outline-offset:2px}
.bh-cookie-settings__actions{padding-top:20px;border-top:1px solid #e8edf3}
.bh-cookie-manage{appearance:none;border:0;background:transparent;color:inherit;padding:0;font:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.bh-cookie-manage:hover{color:#fff}
body.bh-cookie-settings-open{overflow:hidden}
@media(max-width:900px){.bh-cookie-consent__inner{align-items:stretch;flex-direction:column;gap:15px}.bh-cookie-consent__actions{justify-content:flex-start;min-width:0}}
@media(max-width:575.98px){.bh-cookie-consent{left:10px;right:10px;bottom:10px;border-radius:14px}.bh-cookie-consent__inner{padding:16px}.bh-cookie-consent__content{gap:11px}.bh-cookie-consent__icon{flex-basis:38px;width:38px;height:38px;border-radius:11px;font-size:18px}.bh-cookie-consent h2{font-size:1rem}.bh-cookie-consent p{font-size:.84rem}.bh-cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.bh-cookie-btn{width:100%;padding:10px 9px}.bh-cookie-btn--link{grid-column:1/-1}.bh-cookie-settings{padding:10px}.bh-cookie-settings__panel{max-height:calc(100vh - 20px);border-radius:15px;padding:22px 18px}.bh-cookie-setting{gap:12px}.bh-cookie-setting__required{font-size:.68rem}.bh-cookie-settings__actions{display:grid;grid-template-columns:1fr}}


/* Privacy policy / cookie policy */
.bh-privacy-policy-page .bh-review-policy-card ul{margin:0;padding-left:1.15rem;color:#52667a;line-height:1.72}
.bh-privacy-policy-page .bh-review-policy-card li+li{margin-top:.35rem}
.bh-privacy-policy-page .bh-privacy-policy-meta{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:1rem;color:rgba(255,255,255,.82);font-size:.92rem}
.bh-privacy-policy-page .bh-privacy-policy-meta span{display:inline-flex;align-items:center;gap:.45rem}
.bh-privacy-policy-page .bh-privacy-policy-note{margin-top:1rem;padding:1rem 1.1rem;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;color:#52667a;line-height:1.65}
.bh-cookie-privacy-link{font-weight:700;color:inherit;text-decoration:underline;text-underline-offset:2px}
.bh-cookie-consent .bh-cookie-privacy-link:hover{color:#0f172a}
.bh-cookie-settings .bh-cookie-privacy-link{color:#d9232e}
.bh-cookie-settings .bh-cookie-privacy-link:hover{color:#ad1720}


/* Client account: event management */
.bh-client-events{max-width:1220px}.bh-client-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.bh-client-section-heading h1{margin:5px 0 8px}.bh-client-section-heading p{margin:0;max-width:760px;color:#667b8b}.bh-client-event-list{display:grid;gap:16px}.bh-client-event-card{display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:20px;align-items:center;padding:16px;border:1px solid #dce7ee;border-radius:18px;background:#fff;box-shadow:0 9px 28px rgba(27,58,82,.06)}.bh-client-event-card__image{display:flex;align-items:center;justify-content:center;height:110px;overflow:hidden;border-radius:14px;background:#eef4f7;font-size:38px}.bh-client-event-card__image img{width:100%;height:100%;object-fit:cover}.bh-client-event-card__body h2{margin:7px 0;font-size:21px}.bh-client-event-card__body p{margin:0;color:#617586}.bh-client-event-card__meta{display:flex;flex-wrap:wrap;gap:7px}.bh-client-event-card__meta span,.bh-event-owner-status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eaf5fb;color:#075b89;font-size:12px;font-weight:700}.bh-client-event-card__actions{display:flex;gap:8px;flex-direction:column}.bh-event-editor-heading{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 18px}.bh-event-editor-heading h2{margin:0 auto 0 0}.bh-event-account-form .bh-business-form__section{margin-bottom:18px}.bh-event-account-form small{display:block;margin-top:6px;color:#6d7f8e}.bh-event-checkbox{display:flex!important;align-items:center;gap:9px}.bh-event-checkbox input{width:auto!important;margin:0}.bh-event-current-image{display:block;width:100%;max-width:220px;height:130px;object-fit:cover;margin-top:10px;border-radius:12px;border:1px solid #dce7ee}.bh-event-gallery-existing{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.bh-event-gallery-existing label{width:110px;padding:7px;border:1px solid #dce7ee;border-radius:12px;background:#fff}.bh-event-gallery-existing img{display:block;width:100%;height:80px;object-fit:cover;border-radius:8px}.bh-event-gallery-existing span{display:flex;align-items:center;gap:5px;margin-top:6px;font-size:12px}.bh-event-gallery-existing input{width:auto!important}.bh-event-form-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
@media(max-width:780px){.bh-client-section-heading{flex-direction:column}.bh-client-event-card{grid-template-columns:95px minmax(0,1fr)}.bh-client-event-card__image{height:90px}.bh-client-event-card__actions{grid-column:1/-1;flex-direction:row}.bh-client-event-card__actions .bh-client-button{flex:1;text-align:center}}
@media(max-width:520px){.bh-client-event-card{grid-template-columns:1fr}.bh-client-event-card__image{height:180px}.bh-client-event-card__actions{grid-column:auto}.bh-event-form-actions .bh-client-button{width:100%;text-align:center}}


/* Event detail hero and professional share card */
.bh-event-single__hero {
  position: relative;
  width: 100%;
  height: 430px;
  min-height: 320px;
  overflow: hidden;
  background: #eef3f8;
}

.bh-event-single__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

.bh-event-share-card {
  margin-top: 1.5rem;
  padding: 1.15rem;
  border: 1px solid #e1e8ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(16, 32, 51, .08);
}

.bh-event-share-card__header {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .85rem;
}

.bh-event-share-card__header-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #102033;
  color: #ffffff;
  font-size: 1rem;
}

.bh-event-share-card__title {
  margin: 0;
  color: #102033;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.bh-event-share-card__text {
  margin: .15rem 0 0;
  color: #71808d;
  font-size: .78rem;
  line-height: 1.35;
}

.bh-event-share-card__networks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .6rem;
}

.bh-event-share-network,
.bh-event-share-network:visited {
  min-width: 0;
  min-height: 70px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .55rem .3rem;
  border: 0 !important;
  border-radius: 14px;
  color: #ffffff !important;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.bh-event-share-network:hover,
.bh-event-share-network:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  filter: brightness(.96);
  box-shadow: 0 8px 18px rgba(16, 32, 51, .16);
}

.bh-event-share-network i {
  color: inherit !important;
  font-size: 1.15rem;
}

.bh-event-share-network--facebook,
.bh-event-share-network--facebook:visited { background: #1877f2 !important; }
.bh-event-share-network--whatsapp,
.bh-event-share-network--whatsapp:visited { background: #25d366 !important; }
.bh-event-share-network--messenger,
.bh-event-share-network--messenger:visited { background: linear-gradient(135deg, #00b2ff 0%, #006aff 52%, #a033ff 100%) !important; }
.bh-event-share-network--x,
.bh-event-share-network--x:visited { background: #111111 !important; }
.bh-event-share-network--linkedin,
.bh-event-share-network--linkedin:visited { background: #0a66c2 !important; }
.bh-event-share-network--telegram,
.bh-event-share-network--telegram:visited { background: #229ed9 !important; }

.bh-event-share-copy {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-top: .7rem;
  padding: .65rem .8rem;
  border: 1px solid #dce5ec;
  border-radius: 13px;
  background: #f8fafc;
  color: #102033;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.bh-event-share-copy:hover,
.bh-event-share-copy:focus {
  background: #ffffff;
  border-color: #b9cbd8;
  box-shadow: 0 7px 18px rgba(16, 32, 51, .08);
}

.bh-event-share-copy__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #e9f1f6;
  color: #102033;
}

.bh-event-share-copy__label {
  flex: 1 1 auto;
  min-width: 0;
  font-size: .76rem;
  font-weight: 800;
}

.bh-event-share-copy__status {
  flex: 0 0 auto;
  padding: .3rem .55rem;
  border-radius: 999px;
  background: #102033;
  color: #ffffff;
  font-size: .65rem;
  font-weight: 800;
}

.bh-event-share-copy.is-copied .bh-event-share-copy__status {
  background: #198754;
}

@media (max-width: 767.98px) {
  .bh-event-single__hero {
    height: auto;
    min-height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bh-event-single__image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}

@media (max-width: 420px) {
  .bh-event-share-card__networks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Client account: event management */
.bh-client-events{max-width:1220px}.bh-client-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.bh-client-section-heading h1{margin:5px 0 8px}.bh-client-section-heading p{margin:0;max-width:760px;color:#667b8b}.bh-client-event-list{display:grid;gap:16px}.bh-client-event-card{display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:20px;align-items:center;padding:16px;border:1px solid #dce7ee;border-radius:18px;background:#fff;box-shadow:0 9px 28px rgba(27,58,82,.06)}.bh-client-event-card__image{display:flex;align-items:center;justify-content:center;height:110px;overflow:hidden;border-radius:14px;background:#eef4f7;font-size:38px}.bh-client-event-card__image img{width:100%;height:100%;object-fit:cover}.bh-client-event-card__body h2{margin:7px 0;font-size:21px}.bh-client-event-card__body p{margin:0;color:#617586}.bh-client-event-card__meta{display:flex;flex-wrap:wrap;gap:7px}.bh-client-event-card__meta span,.bh-event-owner-status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eaf5fb;color:#075b89;font-size:12px;font-weight:700}.bh-client-event-card__actions{display:flex;gap:8px;flex-direction:column}.bh-event-editor-heading{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 18px}.bh-event-editor-heading h2{margin:0 auto 0 0}.bh-event-account-form .bh-business-form__section{margin-bottom:18px}.bh-event-account-form small{display:block;margin-top:6px;color:#6d7f8e}.bh-event-checkbox{display:flex!important;align-items:center;gap:9px}.bh-event-checkbox input{width:auto!important;margin:0}.bh-event-current-image{display:block;width:100%;max-width:220px;height:130px;object-fit:cover;margin-top:10px;border-radius:12px;border:1px solid #dce7ee}.bh-event-gallery-existing{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.bh-event-gallery-existing label{width:110px;padding:7px;border:1px solid #dce7ee;border-radius:12px;background:#fff}.bh-event-gallery-existing img{display:block;width:100%;height:80px;object-fit:cover;border-radius:8px}.bh-event-gallery-existing span{display:flex;align-items:center;gap:5px;margin-top:6px;font-size:12px}.bh-event-gallery-existing input{width:auto!important}.bh-event-form-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
@media(max-width:780px){.bh-client-section-heading{flex-direction:column}.bh-client-event-card{grid-template-columns:95px minmax(0,1fr)}.bh-client-event-card__image{height:90px}.bh-client-event-card__actions{grid-column:1/-1;flex-direction:row}.bh-client-event-card__actions .bh-client-button{flex:1;text-align:center}}
@media(max-width:520px){.bh-client-event-card{grid-template-columns:1fr}.bh-client-event-card__image{height:180px}.bh-client-event-card__actions{grid-column:auto}.bh-event-form-actions .bh-client-button{width:100%;text-align:center}}

/* Claim workflow: current listing preview + package recommendation. */
.bh-claim-preview{display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px;align-items:center;margin:24px 0;padding:22px;border:1px solid #dce5eb;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(0,58,97,.08)}
.bh-claim-preview__media{aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:#eef4f7;display:flex;align-items:center;justify-content:center;font-size:52px}.bh-claim-preview__media img{width:100%;height:100%;object-fit:cover}.bh-claim-preview__content h2{margin:4px 0 12px}.bh-claim-preview__content p{margin:5px 0}.bh-claim-preview__facts{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.bh-claim-preview__facts span{padding:6px 10px;border-radius:999px;background:#eef4f7;font-size:.88rem;font-weight:600;color:#385263}
.bh-claim-package-section{margin:30px 0}.bh-claim-packages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}.bh-claim-package{position:relative;display:flex;flex-direction:column;gap:10px;padding:20px;border:2px solid #dce5eb;border-radius:16px;background:#fff;cursor:pointer;transition:.2s ease}.bh-claim-package:hover{border-color:#9ab7c8;transform:translateY(-2px)}.bh-claim-package.is-recommended{border-color:#d9232e;box-shadow:0 10px 25px rgba(217,35,46,.12)}.bh-claim-package>input{position:absolute;top:18px;right:18px;width:auto!important}.bh-claim-package__top{display:flex;gap:8px;align-items:center;padding-right:30px}.bh-claim-package__top strong{font-size:1.08rem}.bh-claim-package__top em{font-style:normal;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:#d9232e;padding:4px 7px;border-radius:999px}.bh-claim-package__price{font-weight:800;color:#003a61}.bh-claim-package__limits{color:#536977;font-size:.9rem}.bh-claim-package__warning{margin-top:auto;padding:10px;border-radius:10px;background:#fff6df;color:#71520b;font-size:.85rem}.bh-claim-package__ok{margin-top:auto;padding:10px;border-radius:10px;background:#eef8f0;color:#246331;font-size:.85rem;font-weight:600}
@media(max-width:900px){.bh-claim-packages{grid-template-columns:1fr}.bh-claim-preview{grid-template-columns:120px minmax(0,1fr)}}
@media(max-width:575px){.bh-claim-preview{grid-template-columns:1fr}.bh-claim-preview__media{max-width:160px}.bh-claim-preview__facts{display:grid}.bh-claim-package{padding:18px}}

/* Coupon image layout - show the complete coupon artwork without cropping */
.bh-coupon-card .bh-coupon-card__image,
.bh-coupon-card--business .bh-coupon-card__image,
.bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__image {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:auto;
  min-height:220px;
  max-height:none;
  padding:12px;
  overflow:hidden;
  background:#f7f9fb;
}

.bh-coupon-card .bh-coupon-card__image img,
.bh-coupon-card--business .bh-coupon-card__image img,
.bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__image img {
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  max-height:360px;
  object-fit:contain;
  object-position:center;
}

.bh-coupon-card--single .bh-coupon-card__image,
.bh-coupon-card__image--single {
  min-height:0;
  padding:16px;
}

.bh-coupon-card--single .bh-coupon-card__image img,
.bh-coupon-card__image--single img {
  width:100%;
  height:auto;
  max-height:600px;
  object-fit:contain;
}

@media (max-width:767px) {
  .bh-coupon-card .bh-coupon-card__image,
  .bh-coupon-card--business .bh-coupon-card__image,
  .bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__image {
    height:auto;
    min-height:180px;
    max-height:none;
    padding:10px;
  }

  .bh-coupon-card .bh-coupon-card__image img,
  .bh-coupon-card--business .bh-coupon-card__image img,
  .bh-home-coupons-section .bh-coupon-card--home .bh-coupon-card__image img {
    height:auto;
    max-height:320px;
    object-fit:contain;
  }
}

/* Event detail main image: always show the complete artwork without cropping. */
.bh-event-single__hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 70vh;
  overflow: hidden;
  background: #eef3f8;
}

.bh-event-single__image {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 70vh !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 767.98px) {
  .bh-event-single__hero {
    max-height: none;
  }

  .bh-event-single__image {
    width: 100% !important;
    max-height: none !important;
  }
}
