.elementor-219 .elementor-element.elementor-element-55d090b{--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-219 .elementor-element.elementor-element-6a60073{--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-219 .elementor-element.elementor-element-f80d39d{--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-219 .elementor-element.elementor-element-506c841{--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-219 .elementor-element.elementor-element-9cf6d76{--display:flex;}@media(max-width:1024px){.elementor-219 .elementor-element.elementor-element-55d090b{--margin-top:-35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-219 .elementor-element.elementor-element-55d090b{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-b9271b3 *//* =========================================
   BLUE COVE — ABOUT US HERO (VIDEO)
   ========================================= */

:where(body) .bc-about-hero,
:where(body) .bc-about-hero * { 
  box-sizing: border-box; 
}

:where(body) .bc-about-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #0a1419;
  color: #ffffff; /* White text for video bg */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  
  /* Negative Margin for Navbar */
  margin-top: -100px !important;
  padding-top: 100px;
}

/* =========================================
   VIDEO BACKGROUND & OVERLAYS
   ========================================= */

:where(body) .bc-about-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

:where(body) .bc-about-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 1. Main Dark Gradient (Bottom Up) */
:where(body) .bc-about-overlay-dark {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 20, 25, 0.3) 0%,
    rgba(10, 20, 25, 0.2) 40%,
    rgba(10, 20, 25, 0.8) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* 2. Vignette (Dark Corners) */
:where(body) .bc-about-overlay-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* 3. Film Grain Texture */
:where(body) .bc-about-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.05'/%3E%3C/svg%3E");
  opacity: 0.7;
  mix-blend-mode: overlay;
}

/* =========================================
   SPLIT LAYOUT
   ========================================= */
:where(body) .bc-about-inner {
  position: relative;
  z-index: 10; /* Above video/overlays */
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 0 40px;
  gap: 0;
}

/* --- Left: Content --- */
:where(body) .bc-about-content {
  flex: 1;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

:where(body) .bc-about-tag {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin-bottom: 24px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5); /* Shadow for contrast */
}

:where(body) .bc-about-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  font-weight: 400;
  margin: 0 0 32px 0 !important;
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0,0,0,0.6);
}

:where(body) .bc-about-highlight {
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  display: block;
}

:where(body) .bc-about-text {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 48px;
  max-width: 540px;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Meta Data Block */
:where(body) .bc-about-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

:where(body) .bc-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

:where(body) .bc-meta-item strong {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

:where(body) .bc-meta-item span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

:where(body) .bc-meta-sep {
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
}

/* =========================================
   RESPONSIVE
   ========================================= */

/* Tablet & Below */
@media (max-width: 1024px) {
  :where(body) .bc-about-hero {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-top: -79px !important;
  }

  :where(body) .bc-about-inner {
    height: auto;
    padding: 0 20px;
    gap: 40px;
  }

  :where(body) .bc-about-content {
    padding-right: 0;
    align-items: center;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
  
  :where(body) .bc-about-text {
    max-width: 100%;
  }

  :where(body) .bc-about-meta {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 480px) {
  :where(body) .bc-about-title {
    font-size: 36px;
  }
  
  :where(body) .bc-about-text {
    font-size: 16px;
  }

  :where(body) .bc-about-meta {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  :where(body) .bc-meta-sep {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad6f0ee *//* =========================================
   BLUE COVE — OUR STORY (CSS)
   ========================================= */

:where(body) .bc-story,
:where(body) .bc-story * { 
  box-sizing: border-box; 
}

:where(body) .bc-story {
  position: relative;
  background-color: #ffffff;
  color: #0a1419;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: clamp(60px, 10vh, 120px) 0;
}

:where(body) .bc-story-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  display: flex;
  align-items: center;
  gap: 80px;
}

/* =========================================
   LEFT: CONTENT
   ========================================= */
:where(body) .bc-story-content {
  flex: 1;
}

:where(body) .bc-story-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  font-weight: 600;
  margin-bottom: 20px;
}

:where(body) .bc-story-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 400;
  margin: 0 0 30px 0 !important;
  color: #0a1419;
}

:where(body) .bc-story-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 24px !important;
  font-weight: 400;
  max-width: 540px;
}

:where(body) .bc-story-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0a1419;
  text-decoration: none !important;
  border-bottom: 1px solid #0a1419;
  padding-bottom: 2px;
  transition: gap 0.3s ease;
}

:where(body) .bc-story-link:hover {
  gap: 16px;
}

/* =========================================
   RIGHT: FLOATING IMAGE
   ========================================= */
:where(body) .bc-story-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Aligns image top */
  position: relative;
}

:where(body) .bc-story-img-wrap {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-top: 40px; /* Pushes it down slightly for overlap effect */
}

:where(body) .bc-story-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  box-shadow: 20px 20px 60px rgba(0,0,0,0.08); /* Soft, large shadow */
  z-index: 2;
  position: relative;
}

/* Decorative Frame */
:where(body) .bc-story-frame {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(10, 20, 25, 0.15);
  z-index: 1; /* Behind image */
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1024px) {
  :where(body) .bc-story-inner {
    flex-direction: column-reverse; /* Image moves to top on mobile */
    gap: 40px;
  }

  :where(body) .bc-story-visual {
    width: 100%;
    justify-content: center;
  }

  :where(body) .bc-story-img-wrap {
    margin-top: 0;
    max-width: 100%;
  }

  :where(body) .bc-story-content {
    text-align: left;
  }

  :where(body) .bc-story-text p {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  :where(body) .bc-story-title {
    font-size: 32px;
  }
  
  :where(body) .bc-story-text p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d986bbb *//* =========================================
   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-578e69e *//* =========================================
   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-d7be975 *//* =========================================
   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 */