@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');


/* ======================================
   HERO SECTION
====================================== */

.bi-hero {
  background: var(--bi-light-bg);
  padding: 140px 0;
  margin-top: 7px;
}

/* Headings */
.bi-hero__main-title,
.bi-hero__secondary-title,
.bi-hero__launch {
  font-family: var(--bi-heading-font);
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  color: var(--bi-dark);
}

.bi-hero__main-title {
  margin-bottom: 40px;
}

/* Paragraph */
.bi-hero__description {
  font-family: var(--bi-body-font);
  font-size: 28px;
  line-height: 1.6;
  max-width: 650px;
  margin-bottom: 60px;
  color: #333333; /* since you removed SCSS variable */
}

.bi-hero__secondary-title {
  margin-top: 40px;
}

.bi-hero__launch {
  text-align: right;
}

.bi-hero__cta {
  margin-top: 40px;
}

/* Button */
.bi-btn-primary {
  display: inline-block;
  background: var(--bi-primary);
  color: var(--bi-white);
  font-family: var(--bi-body-font);
  font-weight: 500;
  padding: 16px 48px;
  border-radius: 6px;
  text-decoration: none !important;
  transition: var(--bi-transition);
}

.bi-btn-primary:hover {
  background: #b00000; /* manual darker shade */
  color: var(--bi-white);
}

/* ======================================
   RESPONSIVE
====================================== */

/* 1400px and below */
@media (max-width: 1400px) {

  .bi-hero__main-title,
  .bi-hero__secondary-title,
  .bi-hero__launch {
    font-size: 100px;
  }

  .bi-hero__description {
    font-size: 24px;
  }

}

/* 1200px and below */
@media (max-width: 1200px) {

  .bi-hero__main-title,
  .bi-hero__secondary-title,
  .bi-hero__launch {
    font-size: 80px;
  }

  .bi-hero__description {
    font-size: 22px;
  }

}

/* Tablet */
@media (max-width: 992px) {

  .bi-hero {
    padding: 100px 0;
  }

  .bi-hero__launch {
    text-align: left;
    margin-top: 40px;
  }

  .bi-hero__main-title,
  .bi-hero__secondary-title,
  .bi-hero__launch {
    font-size: 64px;
  }

  .bi-hero__description {
    font-size: 20px;
  }

}

/* Mobile */
@media (max-width: 768px) {

  .bi-hero {
    padding: 80px 0;
  }

  .bi-hero__main-title,
  .bi-hero__secondary-title,
  .bi-hero__launch {
    font-size: 48px;
  }

  .bi-hero__description {
    font-size: 18px;
  }

  .bi-btn-primary {
    padding: 14px 32px;
  }

}

/* Small Mobile (down to 320px) */
@media (max-width: 480px) {

  .bi-hero {
    padding: 60px 0;
  }

  .bi-hero__main-title,
  .bi-hero__secondary-title,
  .bi-hero__launch {
    font-size: 36px;
  }

  .bi-hero__description {
    font-size: 16px;
  }

  .bi-btn-primary {
    width: 100%;
    text-align: center;
  }

}


/* ======================================
   EXPLORE CATEGORIES (FINAL EXACT)
====================================== */

.bi-categories {
  background: #ffffff;   /* MAIN SECTION WHITE */
  padding: 60px 0px 80px;
}

.bi-categories-header {
  margin-bottom: 60px;
}

.bi-categories-title {
  font-family: var(--bi-heading-font);
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: none;
}

.bi-categories-title span {
  color: var(--bi-primary);
}

.bi-categories-subtitle {
  font-size: 16px;
  color: #000;
}

/* White Rounded Container */
.bi-categories-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  box-shadow: 0 0px 15px rgba(0,0,0,0.09);
}

/* Individual Item */
.bi-category-item {
  width: 140px;
  text-align: center;
  padding: 25px 10px 26px;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.3s ease;
  cursor: pointer;
  border: 1px solid #CDCDCD;
}

.bi-category-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.bi-category-item p {
font-size: 12px;
  margin-top: 12px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0;
}

/* Icon Box */
.bi-category-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* Background Variations */
.bi-bg-blue { background:#e0edff; color:#2563eb; }
.bi-bg-orange { background:#ffe8d5; color:#ea580c; }
.bi-bg-pink { background:#ffe0ef; color:#db2777; }
.bi-bg-green { background:#e3f9e5; color:#16a34a; }
.bi-bg-gray { background:#eeeeee; color:#555; }
.bi-bg-purple { background:#ede9fe; color:#7c3aed; }
.bi-bg-lilac { background:#f3e8ff; color:#9333ea; }
.bi-bg-sky { background:#dbeafe; color:#0284c7; }
.bi-bg-indigo { background:#e0e7ff; color:#4f46e5; }
.bi-bg-dark { background:#f3f4f6; color:#111; }

.dance_academies {
  background: rgba(252, 231, 243, 1);
  color: #9333ea;
}

.decorators {
  background: rgba(243, 232, 255, 1);
}
.electricians {
  background: rgba(254, 249, 194, 1);
}

.family_doctors {
  background: rgba(255, 228, 230, 1);
}

.graphic_designers {
  background: rgba(203, 251, 241, 1)
}

.real_estate {
  background: rgba(254, 243, 198, 1)
}

.wedding_vendors {
  background: rgba(250, 232, 255, 1)
}

/* ======================================
   RESPONSIVE
====================================== */

@media (max-width: 1200px) {
  .bi-categories-title { font-size: 42px; }
}

@media (max-width: 992px) {
  .bi-categories { padding: 90px 0; }
  .bi-categories-title { font-size: 34px; }
}

@media (max-width: 768px) {
  .bi-category-item { width: 110px; }

  .bi-social {
    padding-top: 10px !important;
  }

  
}

@media (max-width: 480px) {
  .bi-category-item { width: 45%; }
  .bi-categories-title { font-size: 26px; }
}




/* ==========================================
   FEATURED BUSINESS (FIGMA MATCHED)
========================================== */

.bi-featured {
  background: #fff;
  padding: 10px 0px 30px;
}

.bi-featured-title {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: none;
}

.bi-featured-title span {
  color: #e10600;
}

.bi-featured-subtitle {
  font-size: 16px;
  color: #000;
}

/* CARD */

.bi-featured-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.bi-story-card {
  overflow: hidden;
  transition: 0.3s ease !important;
}

.bi-story-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.bi-featured-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* LOGO */

.bi-card-logo img {
width: 100%;
  height: 435px;
  object-fit: cover;
}

/* BODY */

.bi-card-body {
padding: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bi-card-body h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.bi-card-category {
  font-size: 12px;
  color: #e10600;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* INFO */

.bi-card-info {
  font-size: 13px;
  color: #444;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bi-card-info i {
  margin-right: 6px;
}

/* ICON COLORS */

.bi-blue { color: #2563eb; }
.bi-pink { color: #db2777; }
.bi-red { color: #e10600; }
.bi-green { color: #16a34a; }

/* RESPONSIVE */

@media (max-width: 1200px) {
  .bi-featured .col-md-6 { margin-bottom: 20px; }
}

@media (max-width: 768px) {
  .bi-featured-title { font-size: 38px; }
}

@media (max-width: 480px) {
  .bi-featured-title { font-size: 28px; }
  .bi-featured { padding: 80px 0; }
}



/* =========================================
   FREE TRIAL CTA SECTION
========================================= */

.bi-cta {
  background: #fff;
  padding: 80px 0px 10px !important;
}

.bi-cta-box {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 332px;
    /* background: url('/assets/img/home-cta.png') center/cover no-repeat; */
   background: url('../img/home-cta.png') center/cover no-repeat;
}

/* Dark overlay */
.bi-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0.2;
}

.bi-cta-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 60px 30px;
}

/* Title */
.bi-cta-title {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
  text-transform: none;   /* IMPORTANT: Normal case */
  line-height: 1.1;
}

/* Subtitle */
.bi-cta-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #e5e5e5;
}

/* Button */
.bi-cta-btn {
  background: #ffffff;
  color: #000000;
  padding: 14px 32px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s ease;
}

.bi-cta-btn:hover {
  background: #e10600;
  color: #ffffff;
}

/* Responsive */

@media (max-width: 1200px) {
  .bi-cta-title {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .bi-cta-title {
    font-size: 32px;
  }

  .bi-categories {
    padding-top: 40px;
  }
  .bi-categories-header {
    margin-bottom: 30px;
  }
  .bi-categories {
    padding-bottom: 40px;
  }
  .bi-cta-box {
    min-height: 260px;
  }

  .bi-trusted-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .bi-cta-title {
    font-size: 24px;
  }

  .bi-cta {
    padding: 80px 0;
  }
}


/* =========================================
   TRUSTED SERVICES SECTION
========================================= */

.bi-trusted {
  background: #ffffff;
  padding: 70px 0 90px 0;
}

.bi-trusted-header {
  padding: 0 0 40px 0;
}

/* TITLE */
.bi-trusted-title {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 15px 0;
}

.bi-trusted-title span {
  color: #e10600;
}

/* SUBTITLE */
.bi-trusted-subtitle {
  font-size: 18px;
  color: #000000;
  max-width: 750px;
  margin: 0 auto 0 auto;
}

/* CARD */
.bi-trusted-card {
  position: relative;
}

/* IMAGE CONTAINER */
.bi-trusted-image {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.bi-trusted-image:before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 54.7%, rgba(0, 0, 0, 0.57) 74.24%, #000000 94.93%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.swiper-wrapper {
  padding-bottom: 10px;
}



.bi-trusted-image img {
width: 100%;
  height: 434px;
  object-fit: cover;
  display: block;
}

/* LOGO CENTERED */
.bi-trusted-logo {
position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.bi-trusted-logo img {
width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #fff;
  box-shadow: 0 0px 15px rgba(0,0,0,0.6);
}

/* BOTTOM INFO CARD */
.bi-trusted-info {
background: #ffffff;
  border: 1px solid #000000;
  border-radius: 14px;
  padding: 20px 15px 20px 15px;
  margin: -80px 20px 0 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  min-height: 126px;
}

.bi-trusted-info a {
    text-decoration: none;
    color: inherit;
}

.bi-trusted-info h5 {
  font-size: 20px;
  margin: 0 0 8px 0;
  text-transform: none;
}

.bi-trusted-address {
font-size: 16px;
  color: #000000;
  line-height: 1;
  font-weight: 300;
}

.bi-trusted-address img {
display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
}

.bi-trusted-address i {
margin: 9px 6px 5px 0;
  display: block !important;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .bi-trusted-title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .bi-trusted-title {
    font-size: 34px;
  }

  .bi-trusted-logo {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 480px) {
  .bi-trusted-title {
    font-size: 26px;
  }

  .bi-trusted {
    padding: 80px 0 80px 0;
  }
}

/* =========================================
   DIGITAL EDITION SECTION
========================================= */

.bi-digital {
  background: #f3f3f3;
  padding: 90px 0 70px 0;
  margin-bottom: 70px;
}
.bi-news-hero
/* LEFT SIDE */

.bi-digital-text {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}

.bi-digital-tag {
  font-size: 16px;
  color: #000;
  display: block;
  margin: 0 0 20px 0;
}

.bi-digital-title {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 10px 0;
}

.bi-digital-title span {
  color: #e10600;
}

.bi-digital-desc {
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  margin: 0 0 10px 0;
  font-weight: 500;
}

.bi-digital-link {
font-size: 16px;
  color: #007bff;
  text-decoration: underline;
  font-weight: 500;
}

/* Decorative Arrow */

.bi-digital-arrow {
  position: absolute;
  right: 0px;
  top: -60px;
}

.bi-digital-arrow img {
  width: 160px;
}

/* Insight Box */

.bi-insight-box {
border: 1px solid #000000;
  border-radius: 12px;
  padding: 40px 20px 40px 20px;
  background: #ffffff;
  text-align: center;
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bi-insight-box h3 {
font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.bi-insight-box span {
  color: #e10600;
}

/* Magazine Cards */

.bi-magazine {
  border-radius: 14px;
  overflow: hidden;
  /* Ensure images have a real box on desktop too */
  height: 260px;
}

.bi-magazine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bi-magazine.big {
  margin-top: 30px;
  height: 420px;
}

.bi-magazine.small {
  margin-bottom: 30px;
  height: 260px;
}

/* RESPONSIVE */

@media (max-width: 992px) {

  .bi-digital-title {
    font-size: 42px;
  }

  .bi-digital-arrow {
    display: none;
  }

}

@media (max-width: 768px) {

  .bi-digital {
    padding: 80px 0 80px 0;
  }

  .bi-magazine.big,
  .bi-magazine.small {
    height: 300px;
  }

}

@media (max-width: 480px) {

  .bi-digital-title {
    font-size: 28px;
  }

}

/* =========================================
   VIEW ALL LINK
========================================= */

.bi-view-all {
font-size: 16px;
  font-weight: 500;
  color: #007bff;
  text-decoration: underline;
  display: block;
  padding: 0 0 0 0;
  transition: all 0.3s ease;
  text-align: right;
  margin-top: -30px;
}

.bi-view-all:hover {
  color: #e10600;
  text-decoration: underline;
}

/* =========================================
   EVENTS SECTION
========================================= */

.bi-events {
  background: #ffffff;
  padding: 20px 0 20px 0;
}

.bi-events-header {
  padding: 0 0 60px 0;
}

/* TITLE */
.bi-events-title {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 15px 0;
}

.bi-events-title span {
  color: #e10600;
}

/* SUBTITLE */
.bi-events-subtitle {
  font-size: 18px;
  color: #000000;
  margin: 0 0 0 0;
}

/* EVENT CARD */
.bi-event-card {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 30px;
}

.bi-event-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

/* BIG CARDS */
.bi-event-card.big img {
  min-height: 380px;
}

/* RESPONSIVE */

@media (max-width: 992px) {

  .bi-events-title {
    font-size: 42px;
  }

  .bi-event-card.big img {
    min-height: 400px;
  }

}

@media (max-width: 768px) {

  .bi-events {
    padding: 20px 0 60px 0;
  }

  .bi-digital-text {
  	margin-bottom: 50px;
  }

  .bi-events-title {
    font-size: 32px;
  }

  .bi-event-card img,
  .bi-event-card.big img {
    min-height: 300px;
    height: 300px;
  }

}

@media (max-width: 480px) {

  .bi-events-title {
    font-size: 26px;
  }

}


/* =========================================
   BRAND CTA SECTION
========================================= */

.bi-brand-cta {
  background: #ffffff;
  padding: 40px 0 80px 0;
}

.bi-brand-cta-box {
  background: linear-gradient(90deg, #962424 -17.28%, #F73B3B 32.83%, #F73B3B 77.14%, #962424 110.42%);
  border-radius: 14px;
  padding: 80px 40px 80px 40px;
}

/* Top Small Text */
.bi-brand-cta-top {
display: block;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  font-family: var(--bi-ui-font);
}

/* Main Title */
.bi-brand-cta-title {
    font-family: var(--bi-ui-font);
    font-size: 74px;
    font-weight: 900;
    color: #ffcc00;
    text-transform: none;
    margin: 0 0 30px 0;
    letter-spacing: 3px;
}

/* Button */
.bi-brand-cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 36px 14px 36px;
  border-radius:  8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bi-brand-cta-btn:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;

}

/* Responsive */

@media (max-width: 992px) {
  .bi-brand-cta-title {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .bi-brand-cta {
    padding: 80px 0 80px 0;
  }

  .bi-brand-cta-title {
    font-size: 34px;
  }

  .bi-brand-cta-box {
    padding: 60px 20px 60px 20px;
  }
}

@media (max-width: 480px) {
  .bi-brand-cta-title {
    font-size: 26px;
  }
}



/* =========================================
   REAL STORIES SECTION
========================================= */

.bi-stories {
  background: #ffffff;
  padding: 0px 0 100px 0;
}

.bi-stories-header {
  padding: 0 0 40px 0;
}

/* TITLE */
.bi-stories-title {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 10px 0;
}

.bi-stories-title span {
  color: #e10600;
}

/* SUBTITLE */
.bi-stories-subtitle {
  font-size: 18px;
  color: #000000;
  margin: 0 0 0 0;
}

/* STORY CARD */

.bi-story-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 30px;
}


.bi-story-card img {
 width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  border: 1px solid #000;
}

/* Overlay Gradient */

.bi-story-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 20px 20px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0,0,0,0.0));
  color: #ffffff;
}

.bi-story-overlay h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #fff;
    text-transform: none;
}

.bi-story-meta {
  font-size: 12px;
  display: flex;
  gap: 15px;
}

.bi-story-meta i {
  margin: 0 5px 0 0;
}

/* Responsive */

@media (max-width: 992px) {
  .bi-stories-title {
    font-size: 42px;
  }

  .bi-story-card img {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .bi-stories {
    padding: 0px 0 40px 0;
  }

  .bi-card-logo img {
    height: auto;
  }
  .bi-trusted {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .bi-watch-subtitle {
    font-size: 16px;
  }
  .bi-video-card.small img {
    height: 280px;
  }
  .bi-story-card img {
    height: 300px;
  }
  .ctct-form-container .ctct-form-custom {
    display: flex !important;
    flex-wrap: wrap !important; 

  }

  div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .bi-stories-title {
    font-size: 26px;
  }
}






/* =========================================
   WATCH SECTION
========================================= */

.bi-watch {
  background: #f3f3f3;
  padding: 90px 0 90px 0;
}

/* LEFT SIDE */

.bi-watch-left {
  padding: 0 40px 0 0;
}

.bi-watch-left .bi-view-all {
    margin-top: 0;
    text-align: left;
}

.bi-watch-title {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 10px 0;
}

.bi-watch-title span {
  color: #e10600;
}

.bi-watch-subtitle {
  font-size: 18px;
  color: #000000;
  margin: 0 0 20px 0;
}

/* VIDEO CARD */

.bi-video-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.bi-video-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

/* Play Button */

.bi-video-play {

  background: #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bi-video-play a img {
height: 14px !important;
  width: 11px !important;
  border-radius: 0;
}

.bi-video-play i {
  color: #e10600;
}

/* Time Badge */


/* Bottom Overlay */



.bi-video-overlay h5 {

  color: #fff;
}

.bi-video-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.bi-video-icons i {
  margin: 0 0 0 10px;
  cursor: pointer;
}

/* Responsive */

@media (max-width: 992px) {
  .bi-watch-title {
    font-size: 40px;
  }

  .bi-watch-left {
    padding: 0 0 40px 0;
  }
}

@media (max-width: 768px) {
  .bi-watch {
    padding: 80px 0 80px 0;
  }

  .bi-video-card img {
    height: 240px;
  }
}

@media (max-width: 480px) {
  .bi-watch-title {
    font-size: 28px;
  }
}


/* =========================================
   BUSINESS OF THE MONTH
========================================= */

.bi-business-month {
  background: #ffffff;
  padding: 70px 0 40px 0;
}

/* SECTION TITLE */
.bi-section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 60px 0;
}

.bi-section-title span {
  color: #e10600;
}

/* CONTENT SPACING */
.bi-business-content {
  padding: 0 0 0 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* IMAGE */
.bi-business-image {
  border-radius: 14px;
  overflow: hidden;
}

.bi-business-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* RIGHT SIDE */

.bi-business-info {
  padding: 0 40px 0 40px;
}

.bi-business-script {
  font-family: 'Citadel Script Std';
  font-size: 58px;
  color: #e10600;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.bi-business-name {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-transform: none;
}

/* RATING */
.bi-business-rating {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

.bi-stars {
  color: #ffc107;
  margin: 0 10px 0 0;
}

.bi-rating-value {
  font-weight: 600;
}

/* DESCRIPTION */
.bi-business-description {
font-size: 16px;
  line-height: 1.6;
  margin: 0 0 25px 0;
  color: #000000;
}

/* Responsive */

@media (max-width: 992px) {

  .bi-section-title {
    font-size: 42px;
  }

  .bi-business-info {
    padding: 40px 0 0 0;
  }

  .bi-business-image img {
    height: 350px;
  }
}

@media (max-width: 768px) {

  .bi-business-month {
    padding: 80px 0 80px 0;
  }

  .bi-business-script {
    font-size: 36px;
  }

  .bi-business-image img {
    height: 280px;
  }
}

@media (max-width: 480px) {

  .bi-section-title {
    font-size: 28px;
  }

}


.bi-social {
  background: #ffffff;
  padding: 70px 0 80px 0;
}

.bi-social-title {
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.bi-social-title span {
  color: #e10600;
}

.bi-social-subtitle {
  font-size: 16px;
  color: #000000;
  margin: 0;
}

/* Clickable wrapper */
.bi-social-link {
  text-decoration: none;
  color: inherit;
  display: block;
  margin-bottom: 20px;
}

.bi-social {
  padding-bottom: 50px;
}
.bi-subscribe {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Card */
.bi-social-card {
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.bi-social-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.bi-social-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 22px 16px 22px;
}

.bi-social-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
}

.bi-user-info h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.bi-user-info span {
  font-size: 12px;
  color: #8a8a8a;
}

.bi-platform {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
}

.facebook { background: #1877f2; }
.instagram { background: #e1306c; }
.tiktok { background: #000000; }
.twitter { background: #000000; }

.bi-social-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f3f3;
}

.bi-social-image img,
.bi-social-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bi-social-content {
  padding: 18px 22px 18px 22px;
  font-size: 14px;
  line-height: 1.6;
  color: #444444;
  flex-grow: 1;
}

.bi-social-stats {
  border-top: 1px solid #f2f2f2;
  padding: 16px 22px 16px 22px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666666;
}

/* Responsive */

@media (max-width: 992px) {
  .bi-social {
    padding: 90px 0 90px 0;
  }
  .bi-social-title {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .bi-social {
    padding: 60px 0 60px 0;
  }
  .bi-social-title {
    font-size: 26px;
  }
  .bi-social-image {
    height: 190px;
  }
}

.bi-social-link:hover {
  text-decoration: none;
  color: inherit;
}


/* =========================================
   SUBSCRIBE SECTION
========================================= */

.bi-subscribe {
  background: #f6f6f6;
  padding: 90px 0 90px 0;
}

/* LEFT CONTENT */

.bi-subscribe-title {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px 0;
  text-transform: none;
}

.bi-subscribe-title span {
  color: #e10600;
}

.bi-subscribe-text {
  font-size: 16px;
  color: #000000;
  max-width: 420px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* FORM CARD */

.bi-subscribe-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 60px 50px 60px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* FLOATING LABEL */

.bi-form-group {
  position: relative;
}

.bi-form-group input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  padding: 24px 0 13px 0;
  font-size: 14px;
  background: transparent;
  outline: none;
}

.bi-form-group label {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 14px;
  color: #000;
  transition: all 0.25s ease;
  pointer-events: none;
}

/* When focused or filled */

.bi-form-group input:focus + label,
.bi-form-group input:not(:placeholder-shown) + label {
  top: 0;
  font-size: 12px;
  color: #e10600;
}

.bi-form-group input:focus {
  border-bottom: 1px solid #e10600;
}

/* BUTTON */

.bi-btn-subscribe {
  background: #e10600;
  color: #ffffff;
  border: none;
  padding: 14px 40px 14px 40px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 30px;
  margin-left: auto;
  display: block;
}

.bi-btn-subscribe:hover {
  background: #c00400;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1200px) {
  .bi-subscribe-title {
    font-size: 52px;
  }
}

@media (max-width: 992px) {

  .bi-subscribe {
    padding: 100px 0 100px 0;
  }

  .bi-subscribe-title {
    font-size: 44px;
  }

  .bi-subscribe-card {
    padding: 40px 40px 40px 40px;
  }
}

@media (max-width: 576px) {

  .bi-subscribe {
    padding: 70px 0 70px 0;
  }

  .bi-subscribe-title {
    font-size: 34px;
  }

  .bi-subscribe-text {
    font-size: 14px;
  }

  .bi-subscribe-card {
    padding: 30px 20px 30px 20px;
  }

  .bi-btn-subscribe {
    width: 100%;
  }
}

.bi-subscribe .align-items-center {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}


/* SECTION BACKGROUND GREY */

.bi-association {
  background: #f3f3f3;
  padding: 70px 0 90px 0;
}

/* TITLE */

.bi-association-title {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 10px 0;
}

.bi-association-title span {
  color: #e10600;
}

.bi-association-subtitle {
  font-size: 16px;
  color: #000;
  margin: 0 0 20px 0;
}

/* VIEW ALL */

.bi-view-all {
  color: #007bff;
  font-weight: 500;
  text-decoration: none;
}

/* CARD LINK */

.bi-association-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}

.bi-association-link:hover {
  text-decoration: none;
  color: inherit;
}

/* CARD WHITE */

.bi-association-card {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 14px;
  padding: 20px 20px 10px 20px;
  text-align: center;
  min-height: 290px;
  transition: 0.3s ease;
}

.bi-city:hover, .bi-city.active {
  color: #ff0000 !important;
}
.bi-association-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* LOGO */

.bi-association-logo {
  margin-bottom: 20px;
}

.bi-association-logo img {
width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100px;
}

/* TEXT */

.bi-association-card h6 {
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}

.bi-president {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: left;

}

.bi-association-desc {
  font-size: 13px;
  color: #000;
  text-align: left;
  margin-bottom: 0;

}

/* RESPONSIVE */

@media (max-width: 992px) {
  .bi-association-title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .bi-association-title {
    font-size: 28px;
  }
}




.valuable_insight {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Reset default */
.valuable_insight > div {
  width: 100%;
}

/* 1️⃣ Insight box (top-left) */
.bi-insight-box {
  grid-column: 1 / 2;
  grid-row: 1 / 2;

  border: 2px solid #ccc;
  border-radius: 14px;
  padding: 30px;
  background: #fff;
}

/* 2️⃣ Left bottom (big image - Raman) */
.bi-magazine.big {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  height: 420px;
}

/* 3️⃣ Right top (Harpreet) */
.valuable_insight .bi-magazine.small:nth-of-type(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  height: 420px;
}

/* 4️⃣ Right bottom (Pradeep) */
.valuable_insight .bi-magazine.small:nth-of-type(4) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  height: 260px;
}

/* Images */
.bi-magazine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

/* Text styling */
.bi-insight-box h3 {  
  font-size: 42px;
  line-height: 1.1;
  margin: 0;
}
     
.bi-insight-box span {
  color: #e10600;
}

@media (max-width: 768px) {
  .valuable_insight {
    grid-template-columns: 1fr;
  }

  .bi-magazine.big,
  .bi-magazine.small {
    height: auto; 
  }
}




.bi-header .navbar {
    padding-bottom: 20px;
}

.bi-menu-bar a img {
  top: -1px;
  position: relative;
  margin-left: 4px;
}

.bi-menu-bar a:hover, .bi-menu-bar a:hover img {
    color: #e10600;
}


.bi-menu-bar a img {
  transition: 0.3s ease;
}

.bi-menu-bar a:hover img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(7482%) hue-rotate(358deg) brightness(95%) contrast(105%);
}

.bi-menu-bar .active a img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(7482%) hue-rotate(358deg) brightness(95%) contrast(105%);
}

.bi-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 15px 0 0 0;
}

/* LOGO */
.bi-logo {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #000;
}

/* =============================
   SEARCH
============================= */

.bi-search-wrapper {
  max-width: 600px;
  width: 100%;
}

.bi-search-box {
  display: flex;
  align-items: center;
  border: 1px solid #e10600;
  border-radius: 8px;
  padding: 12px 15px 12px 15px;
  background: #fff;
  position: relative;
}

.bi-search-box img {
  margin-right: 8px;
}

#accountDropdown {
  margin-left: 15px;
}



/* SEARCH SUGGESTIONS */

.bi-search-suggestions {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background: #fff;
  list-style: none;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  display: none;
  z-index: 999;
  padding-left: 0px
}

.bi-search-suggestions li {
  padding: 12px 15px 12px 15px;
  cursor: pointer;
}

.bi-search-suggestions li:hover {
  background: #f5f5f5;
}

.bi-search-suggestions li a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* =============================
   DROPDOWN
============================= */

.bi-dropdown {
  position: relative;
}

.bi-dropdown-toggle {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bi-dropdown-menu {
  position: absolute;
  top: 120%;
  right: 0;
  background: #fff;
  list-style: none;
  padding: 10px 0 10px 0;
  width: 200px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  display: none;
  z-index: 999;
}

.bi-dropdown-menu li {
  padding: 10px 15px 10px 15px;
}

.bi-dropdown-menu li a {
  text-decoration: none;
  color: #333;
  display: block;
}

.bi-dropdown.open .bi-dropdown-menu {
  display: block;
}

/* LOCATION BUTTON */
.bi-location-btn {
  border: 1px solid #ddd;
  padding: 8px 14px 8px 14px;
  border-radius: 6px;
}

/* BUTTON */
.bi-btn-list {
  background: #e10600;
  color: #fff;
  padding: 10px 18px 10px 18px;
  border-radius: 6px;
  text-decoration: none;
}

.bi-btn-list:hover {
    text-decoration: none;
    color: #fff;
}

/* =============================
   CENTER MENU
============================= */

.bi-menu-wrapper {
  border-top: 1px solid #eee;
  background: #fff;
  margin-bottom: 8px;
}

.bi-menu-bar ul {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 15px 0 15px 0;
  margin: 0;
  flex-wrap: wrap;
}

.bi-menu-bar a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.bi-menu-bar .active a {
  color: #e10600;
}

/* MOBILE MENU BUTTON */
.bi-menu-mobile {
  padding: 12px 0 12px 0;
}

.bi-menu-toggle {
  background: transparent;
  border: 1px solid #ddd;
  padding: 8px 14px 8px 14px;
  border-radius: 6px;
  font-size: 14px;
}

/* MOBILE STYLE */

@media (max-width: 991px) {

  .bi-menu-bar ul {
    flex-direction: column;
    gap: 18px;
    padding: 20px 0 20px 0;
  }

}

.bi-dropdown .bi-location-btn {
    margin-right: 10px;
}

.bi-dropdown .bi-location-btn img {
  margin-right: 0px;
}

.bi-dropdown .bi-location-btn i {
  color: #555;
}

.bi-header-logo{
    height:40px;
    width:auto;
    object-fit:contain;
}



/* ===== WRAPPER ===== */
.vi-section {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  align-items: start;
}

/* ===== TITLE BOX ===== */
.vi-box {
background: #fff;
  border: 1.5px solid #5f5f5f;
  border-radius: 14px;
  padding: 36px 32px;
  text-align: center;
  margin-bottom: 24px;
}

.vi-box h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}

.vi-box span {
  color: #e10600;
}

/* ===== COMMON CARD ===== */
.vi-card {
  border-radius: 14px;
  overflow: hidden;
}

.vi-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 0;
}

.vi-top .vi-bottom {
  margin-top: 15px;
}

/* ===== SPACING TUNING ===== */
.vi-left img,
.vi-top img,
.vi-bottom img {
  border-radius: 14px;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
  .vi-section {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }

  .vi-box h3 {
    font-size: 42px;
  }

  .vi-left,
  .vi-top {
    height: 380px;
  }

  .vi-bottom {
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .vi-section {
    grid-template-columns: 1fr;
  }

  .vi-box,
  .vi-left,
  .vi-top,
  .vi-bottom {
    grid-column: auto;
    grid-row: auto;
  }

  .vi-box {
    padding: 24px;
  }

  .vi-box h3 {
    font-size: 32px;
  }

  .vi-card {
    height: auto;
  }
}  






/* ================= WATCH GRID ================= */

.bi-watch-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

/* BIG VIDEO */
.bi-video-big .bi-video-card img {
  height: 420px;
}

/* SIDE COLUMN */
.bi-video-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* SMALL VIDEOS */
.bi-video-card.small img {
  height: 200px;
}

/* COMMON CARD */
.bi-video-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.bi-video-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

/* PLAY BUTTON */
.bi-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bi-video-play i {
  background: #fff;
  color: #ff0000;
  border-radius: 50%;
  padding: 12px;
  font-size: 14px;
}

/* TIME */
.bi-video-time {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 6px;
}

/* OVERLAY */
.bi-video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

.bi-video-overlay h5 {
  font-size: 14px;
  margin: 0 0 5px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .bi-watch-grid {
    grid-template-columns: 1fr;
  }

  .bi-video-big .bi-video-card img {
    height: 300px;
  }

  .bi-video-card.small img {
    height: 180px;
  }
}


/* ================= VI CARD ================= */

.vi-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  transition: all 0.3s ease;
}

/* INNER */
.vi-card-inner {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

/* IMAGE */
.vi-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* ================= OVERLAY (HIDDEN BY DEFAULT) ================= */
.vi-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85),
    rgba(0,0,0,0.8)
  );

  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 👈 KEY CHANGE */

  padding: 24px;
  text-align: center;

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* TITLE CENTER */
.vi-overlay h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;

  margin: auto 0;   /* 👈 centers vertically */
  transform: translateY(15px);
  transition: 0.3s ease;
}

/* BUTTON BOTTOM */
.vi-btn {
  background: #fff;
  color: #111;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 500;

  align-self: center; /* 👈 center horizontally */
  margin-bottom: 10px;

  transform: translateY(15px);
  transition: 0.3s ease;
}

/* HOVER */
.vi-card-inner:hover .vi-overlay {
  opacity: 1;
  visibility: visible;
}

.vi-card-inner:hover h4,
.vi-card-inner:hover .vi-btn {
  transform: translateY(0);
}

/* BUTTON HOVER */
.vi-btn:hover {
  background: #ff0000;
  color: #fff;
}



:root{
  --bi-red:#ff0000;
  --bi-text:#111;
}

/* ================= SECTION WRAP ================= */
.bi-popular-cities {
padding: 0px 16px;
  background: transparent;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 99;
}

/* ================= BOX ================= */
.bi-cities-box {
  width: 100%;
  max-width: 900px;
  background: #fff;
  border-radius: 22px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 1px 15px rgba(0,0,0,0.08);
  position: relative;
  margin-top: -60px;
}

/* ================= TITLE ================= */
.bi-cities-title {
  font-family: var(--bi-heading-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--bi-red);
  margin-bottom: 18px;
}

/* ================= TAG LIST ================= */
.bi-cities-list {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ================= TAG ================= */
.bi-city {
  padding: 8px 16px;
  border-radius: 999px;
  background: #f1f1f1;
  font-size: 14px;
  color: var(--bi-text);
  cursor: pointer;
  transition: 0.25s ease;
  border: 1px solid transparent;
}

/* ACTIVE */
.bi-city.active {
  background: #fff;
  border: 1px solid #ff0000;
  color: #111;
}

/* HOVER */
.bi-city:hover {
  background: #fff;
  border: 1px solid #ff0000;
}

/* ================= FLOAT ICON ================= */
.bi-floating-icon {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);

  width: 36px;
  height: 36px;
  border-radius: 50%;

  background: #ff2ca8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
  font-size: 14px;

  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 768px) {
  .bi-cities-box {
    padding: 25px 16px;
  }

  .bi-city {
    font-size: 13px;
    padding: 7px 14px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .bi-cities-title {
    font-size: 16px;
  }

  .bi-city {
    font-size: 12px;
    padding: 6px 12px;
  }
}

/* Small devices (320px) */
@media (max-width: 360px) {
  .bi-city {
    font-size: 11px;
    padding: 5px 10px;
  }
}



.js-subscribe-form {
  display: none;
}




.bi-trusted-slider,
.bi-wedding-slider{
    overflow:hidden;
}

.bi-trusted-slider .swiper-slide,
.bi-wedding-slider .swiper-slide{
    height:auto;
}


@font-face {
    font-family: 'Citadel Script Std';
    src: url('../img/CitadelScriptStd.woff2') format('woff2'),
        url('../img/CitadelScriptStd.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.bi-video-overlay span {
  display: none;
}