.elementor-238 .elementor-element.elementor-element-174fbfb{--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;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-238 .elementor-element.elementor-element-8baf547{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-238 .elementor-element.elementor-element-51fc217{--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;}.elementor-238 .elementor-element.elementor-element-b190863{--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;--justify-content:center;}.elementor-238 .elementor-element.elementor-element-23f31eb .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:var( --e-global-color-blocksy_palette_4 );color:#ffffff !important;}.elementor-238 .elementor-element.elementor-element-177b191{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-238 .elementor-element.elementor-element-c7853fb{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-238 .elementor-element.elementor-element-e1dc1f1{--display:flex;}@media(min-width:768px){.elementor-238 .elementor-element.elementor-element-51fc217{--width:50%;}.elementor-238 .elementor-element.elementor-element-b190863{--width:50%;}}@media(max-width:1024px){.elementor-238 .elementor-element.elementor-element-174fbfb{--margin-top:-13px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-238 .elementor-element.elementor-element-174fbfb{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-052f8eb *//* =========================================
   BLUE COVE — CONTACT HERO (PREMIUM)
   ========================================= */

:where(body) .bc-contact-hero,
:where(body) .bc-contact-hero * { 
  box-sizing: border-box; 
}

:where(body) .bc-contact-hero {
  position: relative;
  width: 100%;
  min-height: 85vh; /* Tall enough for impact, short enough to scroll */
  background-color: #0a1419;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  
  /* Negative Margin for Navbar */
  margin-top: -100px !important;
  padding-top: 100px;
  overflow: hidden;
}

/* =========================================
   VIDEO BACKGROUND
   ========================================= */

:where(body) .bc-contact-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

:where(body) .bc-contact-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  animation: slowZoom 20s infinite alternate; /* Cinematic Zoom */
}

@keyframes slowZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}

/* 1. Gradient Overlay (Lighter top for sky, Darker bottom for text) */
:where(body) .bc-contact-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.85) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* 2. Vignette */
:where(body) .bc-contact-overlay-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 70% 50%, /* Offset to let sky shine */
    transparent 40%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* 3. Grain */
:where(body) .bc-contact-grain {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.6;
  mix-blend-mode: overlay;
}

/* =========================================
   CONTENT LAYOUT (BOTTOM ALIGNED)
   ========================================= */

:where(body) .bc-contact-inner {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Pushes content to bottom */
  align-items: flex-start; /* Aligns text to left */
  padding: 0 clamp(30px, 5vw, 80px);
}

:where(body) .bc-contact-content {
  max-width: 800px;
  margin-bottom: 60px;
  animation: fadeUp 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- Typography --- */
:where(body) .bc-contact-kicker {
  display: block;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin-bottom: 16px;
}

:where(body) .bc-contact-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 7vw, 88px); /* Massive Title */
  line-height: 0.95;
  font-weight: 400;
  margin: 0 0 40px 0 !important;
  color: #ffffff;
  text-shadow: 0 4px 30px rgba(0,0,0,0.5); /* Soft deep shadow */
  letter-spacing: -0.02em;
}

/* --- Buttons (Glassmorphism) --- */
:where(body) .bc-contact-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

:where(body) .bc-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  border-radius: 2px; /* Slight radius, not pill */
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  backdrop-filter: blur(12px); /* Glass effect */
  -webkit-backdrop-filter: blur(12px);
}

/* Primary Glass Button */
:where(body) .bc-btn-glass {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}

:where(body) .bc-btn-glass:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

/* Outline Button */
:where(body) .bc-btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.9) !important;
}

:where(body) .bc-btn-outline:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #ffffff;
  color: #ffffff !important;
}

/* =========================================
   SCROLL INDICATOR (Bottom Right)
   ========================================= */

:where(body) .bc-contact-scroll {
  position: absolute;
  bottom: 40px;
  right: 40px; /* Moved to right */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  z-index: 10;
}

:where(body) .bc-contact-scroll-line {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}

:where(body) .bc-contact-scroll-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #ffffff;
  animation: scrollDown 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes scrollDown {
  0% { transform: translateY(0); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translateY(45px); opacity: 0; }
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1024px) {
  :where(body) .bc-contact-inner {
    align-items: center; /* Center on tablet */
    text-align: center;
  }

  :where(body) .bc-contact-content {
    margin-bottom: 80px;
  }

  :where(body) .bc-contact-scroll {
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 768px) {
  :where(body) .bc-contact-hero {
    margin-top: -80px !important;
    padding-top: 80px;
    min-height: 80vh;
  }

  :where(body) .bc-contact-title {
    font-size: 42px;
  }

  :where(body) .bc-contact-actions {
    flex-direction: column;
    width: 100%;
  }

  :where(body) .bc-contact-btn {
    width: 100%;
  }

  :where(body) .bc-contact-scroll {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ea0e37 *//* =========================================
   BLUE COVE — CONTACT DETAILS (HALF COLUMN)
   ========================================= */

:where(body) .bc-contact-details,
:where(body) .bc-contact-details * { box-sizing: border-box; }

:where(body) .bc-contact-details {
  background-color: #ffffff;
  padding: 0; /* No outer padding, handled by parent container */
  color: #0a1419;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:where(body) .bc-details-inner {
  /* This will automatically take 50% width in a flex/grid parent */
  width: 100%; 
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

/* =========================================
   HEADER
   ========================================= */
:where(body) .bc-details-header {
  margin-bottom: 40px;
}

:where(body) .bc-details-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  font-weight: 600;
  margin-bottom: 15px;
}

:where(body) .bc-details-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 400;
  margin: 0 0 20px 0 !important;
  color: #0a1419;
}

:where(body) .bc-details-text {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0 !important;
}

/* =========================================
   CONTACT LIST
   ========================================= */
:where(body) .bc-details-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

:where(body) .bc-detail-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

:where(body) .bc-detail-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #f9f9f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a1419;
  transition: background-color 0.3s ease;
}

:where(body) .bc-detail-item:hover .bc-detail-icon {
  background-color: #eaeaea;
}

:where(body) .bc-detail-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

:where(body) .bc-detail-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  font-weight: 600;
}

:where(body) .bc-detail-link {
  font-size: 16px;
  color: #0a1419;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

:where(body) .bc-detail-link:hover {
  color: #555;
}

/* =========================================
   VISUAL (OPTIONAL)
   ========================================= */
:where(body) .bc-details-visual {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  margin-top: auto; /* Pushes to bottom if flex space available */
}

:where(body) .bc-details-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================
   RESPONSIVE
   ========================================= */

/* Tablet & Mobile - Stack vertically */
@media (max-width: 900px) {
  :where(body) .bc-details-inner {
    padding: 40px 20px;
    text-align: center;
  }

  :where(body) .bc-details-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  :where(body) .bc-details-list {
    align-items: center;
    max-width: 400px;
    margin: 0 auto 40px auto;
  }

  :where(body) .bc-detail-item {
    width: 100%;
    justify-content: flex-start; /* Aligns icon left */
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9cebbfd *//* =========================================
   BLUE COVE — THE LIFESTYLE (SECTION) v2
   Better UI/UX: calmer cards, consistent spacing, stronger responsive
   ========================================= */

:where(body) .bc-lifestyle,
:where(body) .bc-lifestyle * { box-sizing: border-box; }

:where(body) .bc-lifestyle{
  background: #ffffff;
  padding: clamp(70px, 9vh, 120px) 0;
  color: #0a1419;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:where(body) .bc-lifestyle-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

/* Header */
:where(body) .bc-lifestyle-header{
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(36px, 5vh, 60px);
}

:where(body) .bc-lifestyle-label{
  display: inline-block;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(10, 20, 25, 0.55);
  font-weight: 650;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(10, 20, 25, 0.10);
  margin-bottom: 16px;
}

:where(body) .bc-lifestyle-title{
  margin: 0 0 12px !important;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 650;
  color: #0a1419;
}

:where(body) .bc-lifestyle-body{
  margin: 0 auto !important;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(10, 20, 25, 0.68);
  max-width: 70ch;
}

/* Grid */
:where(body) .bc-lifestyle-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 26px);
  align-items: stretch;
}

/* Card */
:where(body) .bc-lifestyle-card{
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(10, 20, 25, 0.10);
  background: rgba(246, 247, 248, 0.45);
  padding: 22px 22px 18px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
  overflow: hidden;
  min-height: 220px;
}

/* Subtle top glow line (premium touch) */
:where(body) .bc-lifestyle-card::before{
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(201,169,116,0.0), rgba(201,169,116,0.6), rgba(201,169,116,0.0));
  opacity: 0.55;
}

:where(body) .bc-lifestyle-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 60px rgba(0,0,0,0.08);
  border-color: rgba(10, 20, 25, 0.16);
  background: rgba(246, 247, 248, 0.72);
}

/* Featured card (soft highlight, not loud) */
:where(body) .bc-lifestyle-card--featured{
  background: rgba(10, 20, 25, 0.03);
  border-color: rgba(10, 20, 25, 0.12);
}

:where(body) .bc-card-top{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

/* Icon */
:where(body) .bc-card-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: rgba(10, 20, 25, 0.62);
  background: rgba(10, 20, 25, 0.04);
  border: 1px solid rgba(10, 20, 25, 0.08);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

:where(body) .bc-card-icon svg{
  width: 22px;
  height: 22px;
  display: block;
}

:where(body) .bc-lifestyle-card:hover .bc-card-icon{
  color: rgba(10, 20, 25, 0.82);
  background: rgba(201, 169, 116, 0.12);
  border-color: rgba(201, 169, 116, 0.22);
}

/* Title + Text */
:where(body) .bc-card-title{
  margin: 0 !important;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: #0a1419;
}

:where(body) .bc-card-text{
  margin: 0 0 16px !important;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(10, 20, 25, 0.68);
}

/* Meta row (quiet) */
:where(body) .bc-card-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(10, 20, 25, 0.08);
}

:where(body) .bc-card-meta span{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 650;
  color: rgba(10, 20, 25, 0.55);
}

/* =========================================
   RESPONSIVE — TABLET
   ========================================= */
@media (max-width: 980px){
  :where(body) .bc-lifestyle-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================
   RESPONSIVE — MOBILE
   ========================================= */
@media (max-width: 620px){
  :where(body) .bc-lifestyle-header{
    text-align: left;
    margin-bottom: 26px;
  }

  :where(body) .bc-lifestyle-grid{
    grid-template-columns: 1fr;
  }

  :where(body) .bc-lifestyle-card{
    padding: 20px 18px 16px;
    border-radius: 16px;
  }

  :where(body) .bc-card-top{
    gap: 10px;
  }

  :where(body) .bc-card-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce){
  :where(body) .bc-lifestyle-card,
  :where(body) .bc-card-icon{
    transition: none !important;
  }

  :where(body) .bc-lifestyle-card:hover{
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ceb3044 *//* =========================================
   BLUE COVE — LOCATION (DARK MODE)
   ========================================= */

:where(body) .bc-location,
:where(body) .bc-location * { box-sizing: border-box; }

:where(body) .bc-location {
    background-color: #0b1b24; /* Brand Dark Navy */
    padding: clamp(80px, 10vh, 130px) 0;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow: hidden;
}

/* Optional: Very subtle texture overlay */
:where(body) .bc-location::before {
    content: '';
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.03; /* Barely visible dots for texture */
    pointer-events: none;
}

:where(body) .bc-location-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(60px, 10vw, 120px);
    align-items: center;
    position: relative;
    z-index: 2;
}

/* --- LEFT COLUMN: TEXT --- */
:where(body) .bc-location-label {
    display: block;
    color: #D2B48C; /* Brand Sand */
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px;
}

:where(body) .bc-location-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(38px, 4vw, 60px);
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 30px 0 !important;
    font-weight: 400;
}

:where(body) .italic-accent {
    font-style: italic;
    color: #e0e0e0;
}

:where(body) .bc-location-desc {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    margin-bottom: 40px !important;
    max-width: 50ch;
}

/* Map Button */
:where(body) .bc-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

:where(body) .bc-map-btn:hover {
    color: #D2B48C;
    border-color: #D2B48C;
    gap: 15px; /* Slide arrow effect */
}

/* --- RIGHT COLUMN: DISTANCE LIST --- */
:where(body) .bc-distance-list {
    display: flex;
    flex-direction: column;
}

:where(body) .bc-distance-item {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

:where(body) .bc-distance-item:last-child {
    border-bottom: none;
}

:where(body) .bc-distance-item:hover {
    transform: translateX(10px); /* Slide effect on hover */
}

/* Icon Box */
:where(body) .bc-dist-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #D2B48C; /* Sand Icon */
    flex-shrink: 0;
}

:where(body) .bc-dist-icon svg {
    width: 22px;
    height: 22px;
}

/* Info Text */
:where(body) .bc-dist-info {
    flex-grow: 1;
}

:where(body) .bc-place {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

:where(body) .bc-detail {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

/* Time/Distance Badge */
:where(body) .bc-time {
    font-family: 'Playfair Display', serif; /* Luxury touch for numbers */
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
    opacity: 0.9;
    white-space: nowrap;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    :where(body) .bc-location-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    :where(body) .bc-location-text {
        text-align: center;
    }
    
    :where(body) .bc-location-desc {
        margin: 0 auto 40px auto !important;
    }

    :where(body) .bc-map-btn {
        margin: 0 auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b76f62 *//* =========================================
   BLUE COVE — FAQ
   Clean accordion-style layout
   Mobile-first responsive design
   ========================================= */

:where(body) .bc-faq,
:where(body) .bc-faq * { box-sizing: border-box; }

:where(body) .bc-faq{
  background: #f9fafb;
  padding: clamp(48px, 8vh, 100px) 0;
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:where(body) .bc-faq-inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
}

/* =========================================
   HEADER
   ========================================= */
:where(body) .bc-faq-header{
  text-align: center;
  margin-bottom: clamp(36px, 6vw, 56px);
}

:where(body) .bc-faq-label{
  display: inline-block;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #717171;
  font-weight: 650;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
}

:where(body) .bc-faq-title{
  margin: 0 0 12px !important;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  font-weight: 700;
}

:where(body) .bc-faq-subtitle{
  margin: 0 !important;
  font-size: 15px;
  color: #717171;
  font-weight: 450;
}

/* =========================================
   TWO-COLUMN GRID
   ========================================= */
:where(body) .bc-faq-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 32px;
}

:where(body) .bc-faq-column{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* =========================================
   FAQ ITEM (ACCORDION)
   ========================================= */
:where(body) .bc-faq-item{
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

:where(body) .bc-faq-item:hover{
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

:where(body) .bc-faq-item[open]{
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* QUESTION (SUMMARY) */
:where(body) .bc-faq-question{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  transition: background 0.2s ease;
}

:where(body) .bc-faq-question::-webkit-details-marker{
  display: none;
}

:where(body) .bc-faq-question::marker{
  display: none;
  content: "";
}

:where(body) .bc-faq-question:hover{
  background: #fafafa;
}

:where(body) .bc-faq-question span:first-child{
  flex: 1;
}

/* PLUS/MINUS ICON */
:where(body) .bc-faq-icon{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0f0f0;
  position: relative;
  flex-shrink: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}

:where(body) .bc-faq-icon::before,
:where(body) .bc-faq-icon::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #717171;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

:where(body) .bc-faq-icon::before{
  width: 10px;
  height: 2px;
  transform: translate(-50%, -50%);
}

:where(body) .bc-faq-icon::after{
  width: 2px;
  height: 10px;
  transform: translate(-50%, -50%);
}

/* OPEN STATE */
:where(body) .bc-faq-item[open] .bc-faq-icon{
  background: #1a1a1a;
}

:where(body) .bc-faq-item[open] .bc-faq-icon::before{
  background: #ffffff;
}

:where(body) .bc-faq-item[open] .bc-faq-icon::after{
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* ANSWER */
:where(body) .bc-faq-answer{
  padding: 0 20px 20px;
  animation: bc-faq-fade 0.3s ease;
}

@keyframes bc-faq-fade{
  from{
    opacity: 0;
    transform: translateY(-8px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

:where(body) .bc-faq-answer p{
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
}

/* =========================================
   CONTACT PROMPT
   ========================================= */
:where(body) .bc-faq-contact{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(36px, 5vw, 52px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}

:where(body) .bc-faq-contact p{
  margin: 0 !important;
  font-size: 15px;
  color: #717171;
  font-weight: 500;
}

:where(body) .bc-faq-contact-link{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a !important;
  text-decoration: none !important;
  padding: 12px 24px;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
  transition: all 0.2s ease;
}

:where(body) .bc-faq-contact-link:hover{
  background: #1a1a1a;
  color: #ffffff !important;
}

/* =========================================
   RESPONSIVE — TABLET (768px)
   ========================================= */
@media (max-width: 768px){
  :where(body) .bc-faq-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  :where(body) .bc-faq-column{
    gap: 12px;
  }
}

/* =========================================
   RESPONSIVE — MOBILE (560px)
   ========================================= */
@media (max-width: 560px){
  :where(body) .bc-faq{
    padding: clamp(36px, 6vh, 60px) 0;
  }
  
  :where(body) .bc-faq-question{
    padding: 16px;
    font-size: 14px;
    gap: 12px;
  }
  
  :where(body) .bc-faq-icon{
    width: 22px;
    height: 22px;
  }
  
  :where(body) .bc-faq-icon::before{
    width: 9px;
  }
  
  :where(body) .bc-faq-icon::after{
    height: 9px;
  }
  
  :where(body) .bc-faq-answer{
    padding: 0 16px 16px;
  }
  
  :where(body) .bc-faq-answer p{
    font-size: 13px;
    line-height: 1.65;
  }
  
  :where(body) .bc-faq-contact{
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  
  :where(body) .bc-faq-contact-link{
    width: 100%;
    text-align: center;
  }
}

/* =========================================
   RESPONSIVE — SMALL MOBILE (380px)
   ========================================= */
@media (max-width: 380px){
  :where(body) .bc-faq-inner{
    padding: 0 12px;
  }
  
  :where(body) .bc-faq-question{
    padding: 14px 12px;
    font-size: 13px;
  }
  
  :where(body) .bc-faq-answer{
    padding: 0 12px 14px;
  }
}/* End custom CSS */