.elementor-9 .elementor-element.elementor-element-501cb15{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-156dbab{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-1ae47bc{--display:flex;}.elementor-9 .elementor-element.elementor-element-a3cab13{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-6b6691d{--display:flex;--margin-top:0px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b0a4092 */.bh-yt-fixed{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #05070d;
  font-family: 'Montserrat', sans-serif;
}

.bh-yt-fixed__video-wrap{
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.bh-yt-fixed__video-wrap iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100vw;
  min-height: 100vh;
  transform: translate(-50%, -50%) scale(1.18);
  border: 0;
}

.bh-yt-fixed__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3,7,16,0.90) 0%, rgba(3,7,16,0.78) 34%, rgba(4,10,24,0.42) 70%, rgba(4,10,24,0.24) 100%),
    linear-gradient(180deg, rgba(2,5,12,0.28) 0%, rgba(2,5,12,0.76) 100%);
}

.bh-yt-fixed__glow{
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 82% 22%, rgba(32,120,255,0.24) 0%, rgba(32,120,255,0.08) 26%, rgba(32,120,255,0) 56%);
}

.bh-yt-fixed__wrap{
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 120px 32px 70px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.bh-yt-fixed__content{
  max-width: 760px;
}

.bh-yt-fixed__eyebrow{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  margin-bottom: 22px;
  background: rgba(55,120,215,0.14);
  border: 1px solid rgba(124,178,255,0.18);
  color: rgba(255,255,255,0.86);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.bh-yt-fixed__title{
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5.2vw, 82px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -1.8px;
}

.bh-yt-fixed__title span{
  display: block;
  color: #77b4ff;
}

.bh-yt-fixed__desc{
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.84);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.9;
  font-weight: 400;
}

.bh-yt-fixed__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.bh-yt-fixed__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: all .25s ease;
}

.bh-yt-fixed__btn--primary{
  color: #ffffff;
  background: linear-gradient(135deg, #0f6fff 0%, #38a0ff 100%);
  box-shadow: 0 16px 34px rgba(15,111,255,0.26);
}

.bh-yt-fixed__btn--ghost{
  color: #ffffff;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
}

.bh-yt-fixed__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.bh-yt-fixed__tags span{
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(130,180,255,0.16);
  color: #e6f0ff;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

@media (max-width: 767px){
  .bh-yt-fixed__wrap{
    padding: 92px 16px 56px;
  }

  .bh-yt-fixed__eyebrow{
    font-size: 10px;
    letter-spacing: 1.4px;
    min-height: 34px;
    padding: 0 12px;
    margin-bottom: 16px;
  }

  .bh-yt-fixed__title{
    font-size: clamp(34px, 10vw, 52px);
    letter-spacing: -1.2px;
  }

  .bh-yt-fixed__desc{
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.75;
  }

  .bh-yt-fixed__actions{
    gap: 12px;
    margin-top: 24px;
  }

  .bh-yt-fixed__btn{
    width: 100%;
  }
}
.bh-yt-fixed{
  position: relative;
  overflow: hidden;
}

.bh-yt-fixed__image-wrap{
  position: absolute;
  inset: 0;
  z-index: 1;
}

.bh-yt-fixed__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bh-yt-fixed__overlay{
  position: absolute;
  inset: 0;
  z-index: 2;
}

.bh-yt-fixed__glow{
  position: absolute;
  inset: 0;
  z-index: 3;
}

.bh-yt-fixed__wrap{
  position: relative;
  z-index: 4;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f84180d *//* =========================================
HOMEPAGE SECTION - EVENT GALLERY SHOWCASE
BLUEHORSE EVENTS & MEDIA
CLEAN VERSION WITHOUT RIGHT TOP BOX
========================================= */

.bh-home-gallery{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(28,108,255,0.12) 0%, rgba(28,108,255,0.04) 24%, rgba(28,108,255,0) 48%),
    radial-gradient(circle at 14% 78%, rgba(72,132,255,0.10) 0%, rgba(72,132,255,0.02) 22%, rgba(72,132,255,0) 46%),
    linear-gradient(180deg, #05070d 0%, #08111d 48%, #0b1830 100%);
  font-family: 'Montserrat', sans-serif;
}

.bh-home-gallery::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.bh-home-gallery__wrap{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
}

/* TOP */
.bh-home-gallery__top{
  margin-bottom: 46px;
}

.bh-home-gallery__intro{
  max-width: 860px;
}

.bh-home-gallery__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(55,120,215,0.12);
  border: 1px solid rgba(124,178,255,0.18);
  color: #e7f1ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.bh-home-gallery__title{
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.2px;
}

.bh-home-gallery__title span{
  display: block;
  color: #79b6ff;
}

.bh-home-gallery__desc{
  margin: 20px 0 0;
  max-width: 720px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.9;
}

/* GRID */
.bh-home-gallery__grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.bh-home-gallery__item{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(129,181,255,0.12);
  background: rgba(255,255,255,0.04);
  box-shadow:
    0 20px 45px rgba(0,0,0,0.20),
    inset 0 1px 0 rgba(255,255,255,0.04);
  aspect-ratio: 1 / 1;
  text-decoration: none;
}

.bh-home-gallery__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s ease, filter .35s ease;
}

.bh-home-gallery__item::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0.10) 100%);
  pointer-events: none;
  z-index: 1;
}

.bh-home-gallery__item:hover img{
  transform: scale(1.05);
  filter: saturate(1.04);
}

/* BOTTOM */
.bh-home-gallery__bottom{
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.bh-home-gallery__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(125,182,255,0.24);
  background: rgba(255,255,255,0.04);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease;
  box-shadow: 0 14px 30px rgba(0,0,0,0.16);
}

.bh-home-gallery__btn:hover{
  transform: translateY(-3px);
  background: rgba(125,182,255,0.12);
  border-color: rgba(125,182,255,0.42);
}

/* TABLET */
@media (max-width: 1100px){
  .bh-home-gallery__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* MOBILE */
@media (max-width: 767px){
  .bh-home-gallery{
    padding: 90px 16px;
  }

  .bh-home-gallery__top{
    margin-bottom: 32px;
  }

  .bh-home-gallery__title{
    font-size: clamp(28px, 8vw, 42px);
  }

  .bh-home-gallery__desc{
    font-size: 14px;
    line-height: 1.8;
  }

  .bh-home-gallery__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .bh-home-gallery__item{
    border-radius: 16px;
  }

  .bh-home-gallery__btn{
    width: 100%;
    text-align: center;
    min-height: 50px;
  }
}
/* TOP */
.bh-home-gallery__top{
  margin-bottom: 46px;
}

.bh-home-gallery__intro{
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.bh-home-gallery__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  margin: 0 auto 20px;
  border-radius: 999px;
  background: rgba(55,120,215,0.12);
  border: 1px solid rgba(124,178,255,0.18);
  color: #e7f1ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.bh-home-gallery__title{
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.2px;
  text-align: center;
}

.bh-home-gallery__title span{
  display: block;
  color: #79b6ff;
}

.bh-home-gallery__desc{
  margin: 20px auto 0;
  max-width: 720px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-894e2da *//* =========================================
SEC 5 - CLIENTS / TRUSTED BY
BLUEHORSE EVENTS & MEDIA
PREMIUM LOGO GRID
========================================= */

.bh-sec5-clients{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 110px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(25,102,255,0.08) 0%, rgba(25,102,255,0.02) 24%, rgba(25,102,255,0) 48%),
    radial-gradient(circle at 85% 75%, rgba(53,125,255,0.08) 0%, rgba(53,125,255,0.02) 20%, rgba(53,125,255,0) 44%),
    linear-gradient(180deg, #07111c 0%, #0a1625 45%, #0d1d31 100%);
  font-family: 'Montserrat', sans-serif;
}

.bh-sec5-clients::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.bh-sec5-clients__wrap{
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.bh-sec5-clients__head{
  max-width: 860px;
  margin: 0 auto 52px;
  text-align: center;
}

.bh-sec5-clients__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(55,120,215,0.12);
  border: 1px solid rgba(124,178,255,0.18);
  color: #e7f1ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.bh-sec5-clients__title{
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.2px;
}

.bh-sec5-clients__title span{
  display: block;
  color: #79b6ff;
}

.bh-sec5-clients__grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.bh-sec5-clients__logo{
  position: relative;
  min-height: 150px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(129,181,255,0.12);
  box-shadow: 0 18px 40px rgba(0,0,0,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
  backdrop-filter: blur(10px);
}

.bh-sec5-clients__logo:hover{
  transform: translateY(-6px);
  border-color: rgba(129,181,255,0.24);
  background: rgba(255,255,255,0.09);
  box-shadow: 0 24px 54px rgba(0,0,0,0.22);
}

.bh-sec5-clients__logo img{
  max-width: 100%;
  max-height: 78px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  filter: brightness(1.02) contrast(1.02);
}

/* tablet */
@media (max-width: 1100px){
  .bh-sec5-clients__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* mobile */
@media (max-width: 767px){
  .bh-sec5-clients{
    padding: 85px 16px;
  }

  .bh-sec5-clients__head{
    margin-bottom: 34px;
  }

  .bh-sec5-clients__title{
    font-size: clamp(28px, 9vw, 42px);
    letter-spacing: -1px;
  }

  .bh-sec5-clients__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .bh-sec5-clients__logo{
    min-height: 110px;
    padding: 16px;
    border-radius: 18px;
  }

  .bh-sec5-clients__logo img{
    max-height: 52px;
  }
}/* End custom CSS */