.elementor-3125 .elementor-element.elementor-element-9c4bcbb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}/* Start custom CSS for html, class: .elementor-element-b701bf2 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');

.bcm-locations-page {
  --bcm-gold: #c5a059;
  --bcm-dark: #111111;
  --bcm-soft-dark: #1b1b1b;
  --bcm-light: #f6f4ef;
  --bcm-white: #ffffff;
  --bcm-text: #5f5f5f;
  --bcm-border: rgba(17, 17, 17, .10);
  font-family: 'Montserrat', sans-serif;
  color: var(--bcm-dark);
  background: #fff;
  overflow: hidden;
}

.bcm-locations-page * {
  box-sizing: border-box;
}

.bcm-locations-page h1,
.bcm-locations-page h2,
.bcm-locations-page h3 {
  font-family: 'Playfair Display', serif;
}

.bcm-locations-page a {
  text-decoration: none;
}

.bcm-loc-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.bcm-loc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bcm-gold);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

.bcm-loc-eyebrow::before {
  content: '';
  width: 42px;
  height: 1px;
  background: var(--bcm-gold);
  display: inline-block;
}

.bcm-loc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 26px;
  border: 1px solid var(--bcm-gold);
  background: var(--bcm-gold);
  color: #111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: all .28s ease;
}

.bcm-loc-btn:hover {
  background: transparent;
  color: var(--bcm-gold);
  transform: translateY(-2px);
}

.bcm-loc-btn-dark:hover {
  background: #111;
  color: var(--bcm-gold);
}

.bcm-loc-hero {
  min-height: 78vh;
  display: flex;
  align-items: center;
  position: relative;
  background-image: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.55) 52%, rgba(0,0,0,.18) 100%), url('https://bc-mx.com/wp-content/uploads/2024/05/DSC01868.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bcm-loc-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 36%, rgba(197,160,89,.22), transparent 34%);
  pointer-events: none;
}

.bcm-loc-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 110px 0 95px;
}

.bcm-loc-hero h1 {
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.03;
  margin: 0 0 24px;
  color: #fff;
}

.bcm-loc-hero p {
  color: rgba(255,255,255,.82);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.85;
  max-width: 690px;
  margin: 0 0 34px;
  font-weight: 300;
}

.bcm-loc-intro {
  padding: 82px 0;
  background: #fff;
}

.bcm-loc-intro-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.bcm-loc-title {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  margin: 0;
  color: var(--bcm-dark);
}

.bcm-loc-line {
  width: 84px;
  height: 3px;
  background: var(--bcm-gold);
  margin: 22px 0 0;
}

.bcm-loc-text {
  color: var(--bcm-text);
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 18px;
}

.bcm-loc-intro-note {
  margin-top: 28px;
  padding: 24px 28px;
  border-left: 4px solid var(--bcm-gold);
  background: var(--bcm-light);
  color: #333;
  line-height: 1.7;
  font-weight: 500;
}

.bcm-loc-split-section {
  padding: 0;
  background: var(--bcm-light);
}

.bcm-loc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}

.bcm-loc-photo {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.bcm-loc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

.bcm-loc-split:hover .bcm-loc-photo img {
  transform: scale(1.045);
}

.bcm-loc-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.45));
}

.bcm-loc-photo-label {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 2;
  color: #fff;
  background: rgba(17,17,17,.74);
  border: 1px solid rgba(197,160,89,.34);
  padding: 18px 22px;
  backdrop-filter: blur(8px);
}

.bcm-loc-photo-label span {
  display: block;
  color: var(--bcm-gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 700;
  margin-bottom: 5px;
}

.bcm-loc-photo-label strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 1;
}

.bcm-loc-content {
  display: flex;
  align-items: center;
  padding: 80px 10vw 80px 72px;
  background: #fff;
}

.bcm-loc-content-inner {
  max-width: 560px;
}

.bcm-loc-content h2 {
  font-size: clamp(34px, 4vw, 56px);
  margin: 0 0 22px;
  line-height: 1.08;
  color: #111;
}

.bcm-loc-content p {
  color: var(--bcm-text);
  line-height: 1.9;
  font-size: 16px;
  margin: 0 0 18px;
}

.bcm-loc-checks {
  display: grid;
  gap: 14px;
  margin: 30px 0 34px;
}

.bcm-loc-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #262626;
  line-height: 1.55;
  font-size: 15px;
  font-weight: 500;
}

.bcm-loc-check i {
  color: var(--bcm-gold);
  margin-top: 3px;
}

.bcm-loc-split-reverse .bcm-loc-photo {
  order: 2;
}

.bcm-loc-split-reverse .bcm-loc-content {
  order: 1;
  padding: 80px 72px 80px 10vw;
}

.bcm-loc-compare {
  padding: 95px 0;
  background: #111;
  color: #fff;
}

.bcm-loc-head-center {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 54px;
}

.bcm-loc-head-center .bcm-loc-eyebrow::before {
  display: none;
}

.bcm-loc-head-center h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.12;
  margin: 0 0 18px;
}

.bcm-loc-head-center p {
  color: rgba(255,255,255,.68);
  line-height: 1.85;
  font-size: 16px;
  margin: 0;
}

.bcm-loc-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.bcm-loc-compare-card {
  border: 1px solid rgba(197,160,89,.22);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  padding: 40px;
}

.bcm-loc-compare-card h3 {
  color: var(--bcm-gold);
  font-size: 34px;
  margin: 0 0 24px;
}

.bcm-loc-compare-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bcm-loc-compare-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,.78);
  line-height: 1.65;
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding-bottom: 14px;
}

.bcm-loc-compare-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.bcm-loc-compare-list i {
  color: var(--bcm-gold);
  margin-top: 4px;
}

.bcm-loc-cards-section {
  padding: 95px 0;
  background: var(--bcm-light);
}

.bcm-loc-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.bcm-loc-card {
  background: #fff;
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 18px 44px rgba(0,0,0,.06);
  overflow: hidden;
}

.bcm-loc-card-img {
  height: 290px;
  overflow: hidden;
}

.bcm-loc-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s ease;
}

.bcm-loc-card:hover .bcm-loc-card-img img {
  transform: scale(1.05);
}

.bcm-loc-card-body {
  padding: 34px;
}

.bcm-loc-card-body h3 {
  font-size: 31px;
  margin: 0 0 12px;
}

.bcm-loc-card-body p {
  color: var(--bcm-text);
  line-height: 1.75;
  margin: 0 0 24px;
  font-size: 15px;
}

.bcm-loc-address {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px;
  background: var(--bcm-light);
  margin-bottom: 24px;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.bcm-loc-address i {
  color: var(--bcm-gold);
  margin-top: 3px;
}

.bcm-loc-final-cta {
  position: relative;
  background-image: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.62)), url('https://bc-mx.com/wp-content/uploads/2024/05/2121ebf58be762683cd164e7b9d5b881.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 105px 20px;
}

.bcm-loc-final-cta h2 {
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.08;
  margin: 0 0 22px;
  color: #fff;
}

.bcm-loc-final-cta p {
  color: rgba(255,255,255,.76);
  max-width: 720px;
  margin: 0 auto 34px;
  line-height: 1.8;
  font-size: 17px;
}

@media (max-width: 1024px) {
  .bcm-loc-intro-grid,
  .bcm-loc-split,
  .bcm-loc-compare-grid,
  .bcm-loc-card-grid {
    grid-template-columns: 1fr;
  }

  .bcm-loc-content,
  .bcm-loc-split-reverse .bcm-loc-content {
    padding: 70px 40px;
    order: 2;
  }

  .bcm-loc-photo,
  .bcm-loc-split-reverse .bcm-loc-photo {
    order: 1;
    min-height: 460px;
  }
}

@media (max-width: 640px) {
  .bcm-loc-container {
    width: min(100% - 28px, 1180px);
  }

  .bcm-loc-hero {
    min-height: auto;
  }

  .bcm-loc-hero-content {
    padding: 92px 0 72px;
  }

  .bcm-loc-intro,
  .bcm-loc-compare,
  .bcm-loc-cards-section {
    padding: 70px 0;
  }

  .bcm-loc-content,
  .bcm-loc-split-reverse .bcm-loc-content {
    padding: 54px 24px;
  }

  .bcm-loc-photo,
  .bcm-loc-split-reverse .bcm-loc-photo {
    min-height: 360px;
  }

  .bcm-loc-photo-label {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .bcm-loc-compare-card,
  .bcm-loc-card-body {
    padding: 28px 24px;
  }

  .bcm-loc-card-img {
    height: 240px;
  }

  .bcm-loc-btn {
    width: 100%;
  }
}/* End custom CSS */