/* ============================================================
   Blackburn Virtual Golf — site styles
   ============================================================ */

/* Disable custom cursor circles site-wide */
.custom__cursor-one,
.custom__cursor-two {
  display: none !important;
}

/* Hero section background
   Path is relative to this CSS file (dev/css/site.css → ../../assets/) */
.banner__area.bvg-hero {
  background-color: #0f1212;
  background-image: linear-gradient(
      120deg,
      rgba(15, 18, 18, 0.92) 0%,
      rgba(15, 18, 18, 0.75) 45%,
      rgba(219, 115, 54, 0.15) 100%
    ),
    url("../../assets/img/redding-virtual-golf-lounge.jpg");
  background-size: cover;
  background-position: center;
}

/* Accent icon colour (brand orange) */
.bvg-icon-accent {
  color: #db7336;
}

/* Benefits / checklist columns */
.bvg-checklist {
  max-width: 28rem;
}

/* Services section dark gradient background */
.bvg-services-bg {
  background-image: linear-gradient(180deg, #0c0f0f 0%, #121717 100%);
}

/* Full-width section image (constrained to its container) */
.bvg-section-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Section intro / subtitle paragraph */
.bvg-section-intro {
  max-width: 40rem;
  color: #9fa0a1;
}

/* Package price */
.bvg-price {
  color: #db7336;
}

/* Muted body text */
.bvg-text-muted {
  color: #9fa0a1;
}

/* Booking embed placeholder box */
.bvg-booking-embed {
  border: 1px dashed #272a2a;
  background: #121717;
}

/* ============================================================
   Header — logo top-left
   ============================================================ */
/* Blackburn Virtual Golf — dev header: logo top-left */
.header__area.bvg-header .header__area-box {
  justify-content: space-between;
}
.header__area.bvg-header .header__area-box-logo {
  position: relative;
  flex: 0 0 auto;
  flex-shrink: 0;
  margin-right: 1.5rem;
  z-index: 10001;
  text-align: left;
  align-self: center;
  /* avoid flex item shrinking to 0 width */
  min-width: min(22rem, 55vw);
  width: auto;
}
.header__area.bvg-header .header__area-box-logo > a {
  display: block;
  line-height: 0;
  flex-shrink: 0;
  width: fit-content;
  min-width: 280px;
  max-width: min(440px, calc(100vw - 120px));
  position: relative;
  z-index: 10002;
}
.header__area.bvg-header .header__area-box-logo img.bvg-logo,
.header__area-box-sidebar-popup-logo img.bvg-logo {
  display: block;
  width: 400px;
  max-width: 100%;
  height: auto;
  max-height: 104px;
  object-fit: contain;
  object-position: left center;
}
.header__area-box-sidebar-popup-logo > a {
  display: block;
  line-height: 0;
  width: fit-content;
  max-width: min(440px, 85vw);
}
@media (max-width: 991px) {
  .header__area.bvg-header .header__area-box-logo {
    padding-right: 56px;
  }
  .header__area.bvg-header .header__area-box-logo > a {
    min-width: 0;
    max-width: min(400px, calc(100vw - 100px));
  }
  .header__area.bvg-header .header__area-box-logo img.bvg-logo {
    width: min(400px, calc(100vw - 100px));
    max-height: min(104px, 18vw);
  }
  .mean-container .mean-nav {
    margin-top: 120px;
  }
}
.footer__area-widget-about-logo > a {
  display: block;
  line-height: 0;
  width: fit-content;
  max-width: min(440px, 85vw);
}
.footer__area-widget-about-logo img.bvg-logo {
  display: block;
  width: 400px;
  max-width: 100%;
  height: auto;
  max-height: 104px;
  object-fit: contain;
}
.bvg-package-card {
  border: 1px solid #272a2a;
  background: #121717;
  height: 100%;
  transition: border-color 0.25s ease;
}
.bvg-package-card:hover {
  border-color: #db7336;
}
.bvg-package-card .card-body {
  display: flex;
  flex-direction: column;
}
.bvg-package-card .theme-btn {
  margin-top: auto;
  align-self: flex-start;
}

/* Metier CTA “buttons” (.theme-btn on <a>) → green; plain nav/content links unchanged */
.theme-btn,
.theme-btn-1 {
  background: #225c3e !important;
  border-radius: 6px;
}
.theme-btn:hover,
.theme-btn:focus,
.theme-btn-1:hover,
.theme-btn-1:focus {
  color: #030404 !important;
}

/* Gallery section background */
.bvg-gallery-section {
  background: #121717;
}

/* Isotope masonry gallery wall */
.bvg-gallery-masonry {
  position: relative;
  margin: 0 -12px;
}
.bvg-gallery-masonry-sizer,
.bvg-gallery-masonry-item {
  width: 33.333%;
}
.bvg-gallery-masonry-sizer {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.bvg-gallery-masonry-item {
  padding: 0 12px 24px;
  box-sizing: border-box;
}
.bvg-gallery-masonry-item > a {
  display: block;
  overflow: hidden;
  cursor: zoom-in;
}
.bvg-gallery-masonry-item img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .bvg-gallery-masonry-sizer,
  .bvg-gallery-masonry-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .bvg-gallery-masonry-sizer,
  .bvg-gallery-masonry-item {
    width: 100%;
  }
}

/* Google Maps embed section */
.bvg-map-section {
  padding-bottom: 0;
}
.bvg-map-embed {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
}
@media (max-width: 575px) {
  .bvg-map-embed {
    height: 320px;
  }
}

/* Mobile menu expand controls (buttons, not nav links) */
.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li a.mean-expand:hover,
.header__area-box-logo.two .mean-container .mean-nav ul li a.mean-expand,
.header__area-box-logo.two .mean-container .mean-nav ul li a.mean-expand:hover,
.header__area-box-logo.two .mean-container .mean-nav .sub-menu li a.mean-expand,
.header__area-box-logo.two .mean-container .mean-nav .sub-menu li a.mean-expand:hover {
  background: #225c3e !important;
}

/* ============================================================
   Lightbox (Magnific Popup) custom styling
   ============================================================ */

/* Hide title and counter */
.mfp-bvg-gallery .mfp-bottom-bar,
.mfp-bvg-gallery .mfp-title,
.mfp-bvg-gallery .mfp-counter {
  display: none !important;
}

/* Slide transition between images */
@keyframes bvg-slide-from-right {
  from { opacity: 0; transform: translateX(60px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes bvg-slide-from-left {
  from { opacity: 0; transform: translateX(-60px); }
  to   { opacity: 1; transform: translateX(0); }
}
.mfp-bvg-gallery.mfp-dir-next .mfp-figure {
  animation: bvg-slide-from-right 0.25s ease both;
}
.mfp-bvg-gallery.mfp-dir-prev .mfp-figure {
  animation: bvg-slide-from-left 0.25s ease both;
}

/* Arrow: replace the chunky triangle with a thin Font Awesome chevron */
.mfp-bvg-gallery .mfp-arrow {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s, background 0.2s;
}
.mfp-bvg-gallery .mfp-arrow:hover,
.mfp-bvg-gallery .mfp-arrow:focus {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
/* hide the default CSS triangle shapes */
.mfp-bvg-gallery .mfp-arrow::before,
.mfp-bvg-gallery .mfp-arrow::after {
  display: none;
}
.mfp-bvg-gallery .mfp-arrow i {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}
.mfp-bvg-gallery .mfp-arrow-left  { left: 16px; }
.mfp-bvg-gallery .mfp-arrow-right { right: 16px; }

/* Close button: top-left corner of the image, fade in on hover */
.mfp-bvg-gallery .mfp-image-holder .mfp-close {
  /* override default sizing / positioning */
  top: 40px;       /* matches the img top padding */
  left: 0;
  right: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0 0 4px 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  /* use the × character rendered by the parent library */
}
.mfp-bvg-gallery .mfp-wrap:hover .mfp-image-holder .mfp-close,
.mfp-bvg-gallery .mfp-image-holder .mfp-close:focus {
  opacity: 1;
}
