.elementor-124 .elementor-element.elementor-element-f7c1202{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-6f52aae *//* =========================
   COASTLINE BLACK CAR
   HEADER / NAVIGATION
   ELEMENTOR SAFE
========================= */

.cbc-header {
  position: sticky;
  top: 0;
  z-index: 9999;

  background: rgba(0, 0, 0, 0.78); /* black, slightly transparent */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* INNER WRAPPER */
.cbc-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* =========================
   LOGO
========================= */

.cbc-logo {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}

/* MAIN LOGO WORD — WIDER */
.cbc-logo-title {
  display: block;

  font-family: "Libre Baskerville", serif;
  font-style: italic;

  font-size: 23px;             /* slightly bigger */
  letter-spacing: 0.04em;      /* widen letters */
  color: #9a7c4f;

  transform: scaleX(1.08);     /* ⬅️ main width increase */
  transform-origin: left;
}

/* SUBTEXT */
.cbc-logo-sub {
  display: block;
  margin-top: 4px;

  font-family: Inter, sans-serif;
  font-size: 10px;
  letter-spacing: 0.30em;      /* matches widened logo */
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.75);
}

/* =========================
   NAVIGATION LINKS
========================= */

.cbc-nav {
  display: flex;
  gap: 32px;
}

.cbc-nav a {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;

  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;

  transition: color 0.2s ease;
}

.cbc-nav a:hover {
  color: #ffffff;
}

/* =========================
   CTA BUTTON
========================= */

.cbc-cta-btn {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;

  color: #000000;
  background: #ffffff;

  padding: 8px 18px;
  border-radius: 999px;
  text-decoration: none;

  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.cbc-cta-btn:hover {
  background: #f4f4f5;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .cbc-nav {
    display: none;
  }

  .cbc-header-inner {
    height: 60px;
  }

  .cbc-logo-title {
    font-size: 21px;
    transform: scaleX(1.06);
  }

  .cbc-logo-sub {
    letter-spacing: 0.26em;
  }
}/* End custom CSS */