html {
  overflow-x: hidden;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: "Playfair Display", Sans-serif !important;
}

.h-two {
    font-size: 48px;
}

body {
  overflow-x: hidden;
}

.elementor-popup-modal.modal-menu {
  position: absolute;
}


/* Shared title styling */
.bbw-block-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 40px;
  line-height: 1.1;
}

/* left: Title — line after */
.bbw-block-title.is-left::after {
  content: "";
  height: 1px;
  background: #D0D0D0;
  opacity: .25;
  flex: 1 1 auto;
}

.bbw-block-title.is-left.light-line::after, .bbw-block-title.is-right.light-line::before {
  background: #fff;
}

/* right: line before — Title */
.bbw-block-title.is-right {
  justify-content: flex-end;
}
.bbw-block-title.is-right::before {
  content: "";
  height: 1px;
  background: #D0D0D0;
  opacity: .25;
  flex: 1 1 auto;
}

/* Category Picks grid variable fallback */
.bbw-posts.category-picks {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(var(--cp-cols, 3), minmax(0,1fr));
}

.ft-card .bbw-thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.bbw-posts .ft-title a,
.bbw-posts .car-title a,
.bbw-posts .bbw-title a,
.bbw-posts .mg-title a,
.sing-slide-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}