.elementor-311 .elementor-element.elementor-element-ef16f4b{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-311 .elementor-element.elementor-element-9c683ce{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-311 .elementor-element.elementor-element-ca14ebc{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-311 .elementor-element.elementor-element-444cfa5{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-311 .elementor-element.elementor-element-2b3b932{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-311 .elementor-element.elementor-element-83ca97e{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-311 .elementor-element.elementor-element-e17f2d4{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-84281aa *//* ============================================================
   ABOUT – HERO (Section 1)
   Uses global background (no section background set)
   ============================================================ */

.bt-page-hero {
  position: relative;
  min-height: clamp(520px, 62vh, 720px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Background image */
.bt-page-hero--about {
  background-image: url("http://bespoketravelexperience.com/wp-content/uploads/2025/12/about-as-service-contact-information-concept-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Soft readable overlay (NOT too white) */
.bt-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.80) 0%,
    rgba(255,255,255,0.62) 34%,
    rgba(255,255,255,0.34) 55%,
    rgba(255,255,255,0.12) 75%,
    rgba(255,255,255,0.06) 100%
  );
}

/* Subtle depth, keeps it premium */
.bt-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 75% 55%,
    rgba(10,15,25,0.08),
    rgba(10,15,25,0) 58%
  );
  pointer-events: none;
}

.bt-page-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(3.2rem, 6vw, 5rem) 0;
}

.bt-page-hero__content {
  width: min(720px, 100%);
  padding: clamp(1.7rem, 2.6vw, 2.4rem);
  border-radius: 22px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.bt-page-hero__kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(25,25,25,0.62);
  margin-bottom: 0.9rem;
}

.bt-page-hero__title {
  margin: 0 0 1rem;
  line-height: 1.08;
}

.bt-page-hero__intro {
  margin: 0 0 1rem;
  color: rgba(30,30,30,0.88);
  font-size: 1.02rem;
  line-height: 1.75;
}

.bt-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

/* Mobile adjustments */
@media (max-width: 820px) {
  .bt-page-hero {
    min-height: 560px;
  }

  .bt-page-hero::before {
    background: linear-gradient(
      180deg,
      rgba(255,255,255,0.74) 0%,
      rgba(255,255,255,0.55) 45%,
      rgba(255,255,255,0.26) 75%,
      rgba(255,255,255,0.10) 100%
    );
  }

  .bt-page-hero__content {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .bt-page-hero__content {
    background: rgba(255,255,255,0.86);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05a7d28 *//* ===========================
   ABOUT SPLIT + ROTATING IMAGES
   =========================== */

.bt-about-split { padding: 4.5rem 0; }
.bt-about-grid{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3.2rem;
  align-items: start;
}

.bt-about-gallery{ min-width: 0; }
.bt-about-main{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 55px rgba(15,23,42,0.10);
  border: 1px solid rgba(0,0,0,0.06);
  aspect-ratio: 4 / 5;
}

.bt-about-main-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 520ms ease;
}
.bt-about-main-img.is-active{ opacity: 1; }

.bt-about-thumbs{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.bt-thumb{
  border: 1px solid rgba(0,0,0,0.08);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(15,23,42,0.08);
  transition: transform 180ms ease, border-color 180ms ease;
}
.bt-thumb img{
  width: 100%;
  height: 78px;
  object-fit: cover;
  display: block;
  filter: saturate(0.98);
}
.bt-thumb:hover{ transform: translateY(-2px); border-color: rgba(24,70,163,0.25); }
.bt-thumb.is-active{ border-color: rgba(24,70,163,0.45); }

.bt-about-copy .bt-kicker{
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(0,0,0,0.55);
  margin-bottom: 10px;
}
.bt-about-copy h2{
  font-family: "Maharalika", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.1;
  margin: 0 0 14px;
  color: #0d0d0d;
}
.bt-about-copy p{
  margin: 0 0 14px;
  color: #2a2a2a;
  line-height: 1.7;
  font-size: 0.98rem;
  max-width: 720px;
}

.bt-about-cards{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.bt-about-card{
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 14px 34px rgba(15,23,42,0.08);
}
.bt-about-card h3{
  font-family: "Maharalika", Georgia, serif;
  font-size: 1.2rem;
  margin: 0 0 10px;
  color: #0d0d0d;
}
.bt-about-card p{ margin: 0 0 10px; font-size: 0.94rem; }

@media (max-width: 980px){
  .bt-about-grid{ grid-template-columns: 1fr; gap: 2.2rem; }
  .bt-about-main{ aspect-ratio: 16 / 10; }
  .bt-about-cards{ grid-template-columns: 1fr; }
  .bt-thumb img{ height: 70px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be348c3 *//* ============================================================
   SLIMLINE PROTECTION STRIP (PREMIUM + MINIMAL)
   ============================================================ */

.bt-protect-strip {
    background: linear-gradient(135deg, #0f2344 0%, #112a55 100%);
    padding: 2.8rem 0 3.4rem;
    text-align: center;
    color: #ffffff;
}

.bt-protect-kicker {
    font-size: 0.8rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 1rem;
}

.bt-protect-text {
    max-width: 720px;
    margin: 0 auto 2.2rem;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
}

/* ---------------------------------------
   CIRCULAR BADGES — Slimline version
---------------------------------------- */

.bt-protect-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    flex-wrap: wrap;
}

.bt-protect-badge-inner {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 0%, rgba(255,255,255,0.35), transparent 55%),
                rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 32px rgba(0,0,0,0.3);
}

/* Force logos to identical look */
.bt-protect-badge-inner img {
    max-width: 56%;
    max-height: 56%;
    object-fit: contain;
    filter: brightness(0) invert(1); /* pure white */
}

/* Responsive */
@media (max-width: 640px) {
    .bt-protect-badge-inner {
        width: 68px;
        height: 68px;
    }

    .bt-protect-badges {
        gap: 1.6rem;
    }
}
/* ============================================
   TRUST BAND SPACING
   ============================================ */

.bt-trust-intro {
    margin-bottom: 1.6rem;
}

.bt-trust-logos {
    margin-top: 0.4rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8423f62 *//* ===========================
   ABOUT – NEXT SECTION (STEPS)
   =========================== */

.bt-about-steps{ padding: 4.2rem 0; background: #ffffff; }
.bt-about-steps-inner{ max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.bt-about-steps-head{
  max-width: 760px;
  margin: 0 0 28px;
}
.bt-about-steps-head h2{
  font-family: "Maharalika", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  margin: 0 0 12px;
  color: #0d0d0d;
}
.bt-about-steps-head p{ margin: 0; color: #4b4b4b; line-height: 1.7; }

.bt-steps-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.bt-step{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 14px 34px rgba(15,23,42,0.07);
}
.bt-step-num{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #1846a3;
  background: rgba(24,70,163,0.08);
  margin-bottom: 10px;
}
.bt-step h3{
  font-family: "Maharalika", Georgia, serif;
  font-size: 1.15rem;
  margin: 0 0 8px;
  color: #0d0d0d;
}
.bt-step p{ margin: 0; color: #2a2a2a; line-height: 1.65; font-size: 0.94rem; }

.bt-about-destinations{
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.08);
  background: linear-gradient(180deg, rgba(24,70,163,0.06), rgba(255,255,255,0.92));
}
.bt-about-destinations-left{ max-width: 520px; }
.bt-about-destinations-left h3{
  font-family: "Maharalika", Georgia, serif;
  margin: 0 0 8px;
  font-size: 1.25rem;
}
.bt-about-tags{ display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.bt-tag{
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(255,255,255,0.92);
  font-size: 0.9rem;
  color: #1b1b1b;
}

@media (max-width: 1024px){
  .bt-steps-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 620px){
  .bt-steps-grid{ grid-template-columns: 1fr; }
  .bt-about-destinations{ flex-direction: column; align-items: flex-start; }
  .bt-about-tags{ justify-content: flex-start; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f3c602 *//* =========================================================
   LAUREN’S FAVOURITES — AUTO SCROLL CAROUSEL (FULL FRESH CSS)
   Goal: Mobile looks like desktop (no white boxing)
   - Desktop + Mobile: object-fit: cover (premium look)
   - Taller cards to reduce head cut-off
   - Face-friendly crop bias (moves image up slightly)
   ========================================================= */

.bt-favourites{
  padding: var(--bt-space-xxl, 60px) 0;
  overflow: hidden;
}

.bt-favourites-header{
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--bt-space-xl, 28px);
}

.bt-favourites-intro{
  font-size: 0.97rem;
  color: var(--bt-text-muted, rgba(12,19,36,.72));
}

/* Marquee viewport */
.bt-favourites-marquee{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-inline: 32px;              /* prevents edge clipping */
  box-sizing: border-box;
}

/* Track */
.bt-favourites-track{
  display: flex;
  gap: 1.8rem;
  width: max-content;
  will-change: transform;
  animation: bt-marquee 55s linear infinite;
}

/* Pause on hover (desktop) */
.bt-favourites-marquee:hover .bt-favourites-track{
  animation-play-state: paused;
}

/* Cards / Images (shared look across all devices) */
.bt-favourites-track img{
  width: clamp(280px, 30vw, 420px);
  height: 360px;                     /* taller cards = less head crop */
  object-fit: cover;                 /* match desktop look */
  object-position: center 15%;       /* bias upward (faces) */
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
  flex: 0 0 auto;
  display: block;
}

/* Smooth infinite motion */
@keyframes bt-marquee{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 640px){

  .bt-favourites-marquee{
    padding-inline: 14px;
  }

  .bt-favourites-track{
    gap: 1rem;
  }

  .bt-favourites-track img{
    width: 82vw;
    height: 320px;                   /* taller on mobile to keep heads in */
    border-radius: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-453e397 *//* ============================================================
   ABOUT – SECTION 3: MINI FAQ (CENTRED, CLEAN)
   ============================================================ */

.bt-about-faq {
    padding: 4.5rem 0;
}

/* Header */
.bt-about-faq-header {
    max-width: 720px;
    margin: 0 auto 2.4rem;
    text-align: center;
}

.bt-about-faq-header h2 {
    margin-bottom: 0.6rem;
}

.bt-about-faq-header p {
    color: #6c6c6c;
    font-size: 0.95rem;
    margin: 0 auto;
    line-height: 1.6;
}

/* FAQ wrapper */
.bt-faq {
    max-width: 820px;
    margin: 0 auto;
}

/* Individual FAQ item */
.bt-faq-item {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 1.2rem 0;
}

/* Question */
.bt-faq-item summary {
    cursor: pointer;
    list-style: none;
    font-weight: 500;
    position: relative;
    padding-right: 2rem;
    line-height: 1.5;
}

.bt-faq-item summary::-webkit-details-marker {
    display: none;
}

/* Plus / minus indicator */
.bt-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2rem;
    color: #1846a3;
    transition: transform 0.2s ease;
}

.bt-faq-item[open] summary::after {
    content: "–";
}

/* Answer */
.bt-faq-content {
    margin-top: 0.8rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.bt-faq-content p {
    margin: 0;
    color: #2a2a2a;
    font-size: 0.95rem;
    line-height: 1.65;
}

/* Responsive tweaks */
@media (max-width: 640px) {
    .bt-about-faq {
        padding: 3.5rem 0;
    }

    .bt-about-faq-header {
        padding: 0 1rem;
    }

    .bt-faq {
        padding: 0 1rem;
    }

    .bt-faq-item summary {
        padding-right: 2.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2355bc8 *//* ================================
   ABOUT – FINAL CTA (UPDATED BG)
   ================================ */

.bt-about-final-cta {
    position: relative;
    padding: 5rem 1.5rem;

    background:
        linear-gradient(
            to right,
            rgba(255,255,255,0.88),
            rgba(255,255,255,0.78)
        ),
        url("http://bespoketravelexperience.com/wp-content/uploads/2025/12/young-beautiful-newlyweds-smiling-choosing-honeymoon-trip-looking-map-scaled.jpg")
        center / cover no-repeat;
}

.bt-about-final-cta-inner {
    max-width: 760px;
    margin: 0 auto;
}

.bt-about-final-cta h2 {
    margin-bottom: 1rem;
}

.bt-about-final-cta p {
    max-width: 620px;
    margin-bottom: 1.8rem;
    color: #2a2a2a;
}
/* ================================
   FINAL CTA – FIXED OVERLAY BALANCE
   ================================ */

.bt-about-final-cta {
    position: relative;
    padding: 5.5rem 1.5rem;

    background:
        linear-gradient(
            to right,
            rgba(255,255,255,0.68),
            rgba(255,255,255,0.55)
        ),
        url("http://bespoketravelexperience.com/wp-content/uploads/2025/12/young-beautiful-newlyweds-smiling-choosing-honeymoon-trip-looking-map-scaled.jpg")
        center / cover no-repeat;
}
.bt-about-final-cta h2,
.bt-about-final-cta p {
    text-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
/* ================================
   FINAL CTA – TALLER, AIRIER
   ================================ */

.bt-about-final-cta {
    position: relative;

    /* ⬆ Increase vertical height */
    padding: 8rem 1.5rem 8.5rem;

    background:
        linear-gradient(
            to right,
            rgba(255,255,255,0.68),
            rgba(255,255,255,0.55)
        ),
        url("http://bespoketravelexperience.com/wp-content/uploads/2025/12/young-beautiful-newlyweds-smiling-choosing-honeymoon-trip-looking-map-scaled.jpg")
        center / cover no-repeat;
}
.bt-about-final-cta {
    min-height: 68vh;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .bt-about-final-cta {
        padding: 5rem 1.2rem 5.5rem;
        min-height: auto;
    }
}/* End custom CSS */