.elementor-1866 .elementor-element.elementor-element-1064b9b{--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;}/* Start custom CSS *//* ---- Global Section ---- */
.basicb-page {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #2b2527;
  background: radial-gradient(circle at top left, #ffe4f0 0, #fff7ea 35%, #ffffff 70%, #fdf2ff 100%);
  padding: 4rem 1.5rem 5rem;
  box-sizing: border-box;
}
.basicb-inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* ---- Hero ---- */
.basicb-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}
.basicb-hero-text h1 {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 4vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #3b252a;
  margin-bottom: 1rem;
}
.basicb-tagline {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 32rem;
  margin-bottom: 1.25rem;
}
.basicb-location {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  color: #9b6b77;
  margin-bottom: 2rem;
}

/* Hero Highlight Card */
.basicb-hero-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
}
.basicb-hero-pip {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #ff9fb8 0, #ff6b9c 40%, #d9547f 100%);
  box-shadow: 0 0 0 7px rgba(255, 155, 188, 0.25);
}
.basicb-hero-highlight span {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6f4a53;
}

/* Hero CTA area */
.basicb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.basicb-btn-primary,
.basicb-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.8rem 1.7rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.18s ease-out;
}
.basicb-btn-primary {
  background: linear-gradient(135deg, #ff6b9c, #ffb36f);
  color: #fff;
  box-shadow: 0 14px 30px rgba(255, 107, 156, 0.45);
}
.basicb-btn-primary:hover {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 18px 40px rgba(255, 107, 156, 0.6);
}
.basicb-btn-ghost {
  background: rgba(255, 255, 255, 0.8);
  color: #5a3a43;
  border: 1px solid rgba(150, 109, 123, 0.18);
}
.basicb-btn-ghost:hover {
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

/* Hero “feature badge” */
.basicb-hero-note {
  margin-top: 1.2rem;
  font-size: 0.85rem;
  color: #8d6671;
}

/* Hero visual / gallery teaser */
.basicb-hero-visual {
  position: relative;
}
.basicb-hero-visual-inner {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(33, 22, 27, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.basicb-hero-visual-inner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.basicb-hero-floating {
  position: absolute;
  bottom: -1.3rem;
  left: 1.2rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #b26b7c;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

/* Decorative sparkles */
.basicb-sparkle {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0) 65%);
  pointer-events: none;
}
.basicb-sparkle.s1 { top: -18px; right: 14%; }
.basicb-sparkle.s2 { bottom: 24%; left: -20px; }

/* ---- Content Sections ---- */
.basicb-section {
  margin-top: 4.5rem;
}
.basicb-section-heading {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #3a2429;
}
.basicb-section-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #b47a88;
  margin-bottom: 1.8rem;
}

/* About: two-column layout */
.basicb-about {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}
.basicb-about p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.basicb-about-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}
.basicb-about-card-title {
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #714654;
}

/* Offers */
.basicb-offers-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 2.5rem;
}
.basicb-offers-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}
.basicb-offer-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.75rem 0.4rem;
}
.basicb-offer-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #fff 0, #ffd6e9 35%, #ff8cb5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(211, 123, 161, 0.35);
}
.basicb-offer-icon svg {
  width: 18px;
  height: 18px;
  fill: #7b3b53;
}
.basicb-offer-label {
  font-weight: 500;
}
.basicb-offers-note {
  margin-top: 0.8rem;
  font-size: 0.9rem;
  color: #8a6671;
}
.basicb-offers-card {
  background: linear-gradient(135deg, #fff7f9, #fff1e7);
  border-radius: 20px;
  padding: 1.7rem 1.6rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.96);
  font-size: 0.95rem;
}
.basicb-offers-card strong {
  font-weight: 600;
}

/* GALLERY – 4 / 2 / 1, equal tiles */
.basicb-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.basicb-gallery-grid figure {
  margin: 0;
  position: relative;
  width: 100%;
  padding-bottom: 100%;          /* 1:1 tiles; change for other ratios */
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.15);
}
.basicb-gallery-grid a {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
}
.basicb-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.basicb-gallery-grid a::after {
  content: "View";
  position: absolute;
  right: 0.75rem;
  bottom: 0.7rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.7rem;
  background: rgba(0, 0, 0, 0.52);
  color: #fff;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Connect section */
.basicb-connect {
  text-align: center;
  max-width: 480px;
  margin: 3.5rem auto 0;
}
.basicb-connect p {
  line-height: 1.7;
  margin-bottom: 1.4rem;
}
.basicb-connect a.basicb-btn-primary {
  width: 100%;
  max-width: 260px;
}
.basicb-connect-note {
  margin-top: 0.9rem;
  font-size: 0.85rem;
  color: #8d6671;
}

/* ---- Responsiveness ---- */
@media (max-width: 900px) {
  .basicb-hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .basicb-hero-visual {
    order: -1;
  }
  .basicb-about,
  .basicb-offers-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
  /* Gallery: 2 per row on tablet */
  .basicb-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .basicb-page {
    padding: 3.2rem 1.1rem 4rem;
  }
  .basicb-hero-highlight {
    width: 100%;
    justify-content: center;
  }
  .basicb-hero-actions {
    flex-direction: column;
  }
  .basicb-hero-floating {
    left: 0.8rem;
    right: 0.8rem;
    text-align: center;
  }
  .basicb-gallery-grid {
    gap: 0.8rem;
    /* Gallery: 1 per row on mobile */
    grid-template-columns: 1fr;
  }
}/* End custom CSS */