.elementor-25 .elementor-element.elementor-element-4c99494{--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-25 .elementor-element.elementor-element-b0b4289{--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-25 .elementor-element.elementor-element-03835b4{--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-25 .elementor-element.elementor-element-d14890b{--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-25 .elementor-element.elementor-element-85982fc{--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-25 .elementor-element.elementor-element-15b1da6{--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-25 .elementor-element.elementor-element-7161b89{--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-25 .elementor-element.elementor-element-69d6c20{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-7fbce05{--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-9c34ec5 */.bt-hero {
    padding: 5rem 0 6rem;
}

.bt-hero-inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 4rem;
}

.bt-hero-text h1 {
    font-family: "Maharalika", Georgia, serif;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    margin-bottom: 1.4rem;
    line-height: 1.15;
}

.bt-hero-subtitle {
    font-size: 1.05rem;
    color: #3b3b3b;
    max-width: 620px;
    margin-bottom: 2rem;
    line-height: 1.65;
}

.bt-hero-reassure {
    margin-top: 2.2rem;
    font-size: 0.95rem;
    color: #555;
    max-width: 580px;
}

.bt-hero-actions {
    display: flex;
    gap: 1rem;
}

.bt-btn--primary {
    background: var(--bt-blue);
    color: #fff;
    border: 1px solid var(--bt-blue);
}

.bt-btn--primary:hover {
    background: var(--bt-blue-soft);
    border-color: var(--bt-blue-soft);
}

.bt-btn--outline {
    border: 1px solid var(--bt-blue);
    color: var(--bt-blue);
}

.bt-btn--outline:hover {
    background: var(--bt-blue);
    color: #fff;
}

.bt-hero-image-wrap {
    position: relative;
    padding: 1.2rem;
    background: #ffffffaa;
    border-radius: 24px;
    box-shadow: 0 10px 45px rgba(0,0,0,0.08);
}

.bt-hero-image {
    width: 100%;
    border-radius: 18px;
    display: block;
}

.bt-hero-tag {
    position: absolute;
    top: -0.8rem;
    left: 1.4rem;
    background: #ffffff;
    padding: 0.45rem 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1846a3;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

@media(max-width: 900px) {
    .bt-hero-inner {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .bt-hero-image-wrap {
        max-width: 500px;
        margin: 2rem auto 0;
    }
}
/* ============================================
   SECTION HEADINGS & INTRO COPY SPACING
   ============================================ */

.bt-section h2,
.bt-section h3 {
    margin-bottom: 0.9rem;
}

.bt-section-intro,
.bt-section p.bt-intro {
    margin-top: 0;
    margin-bottom: 1.4rem;
    max-width: 640px;
}
/* ============================================
   HERO BUTTON FIX — MOBILE ONLY
   ============================================ */

@media (max-width: 640px) {

  .bt-hero-actions {
      flex-direction: column;
      align-items: stretch;
      gap: 0.9rem;
      max-width: 320px;
  }

  .bt-hero-actions .bt-btn {
      width: 100%;
      padding: 1rem 1.6rem;
      border-radius: 999px;
      font-size: 0.72rem;
      letter-spacing: 0.18em;
      text-align: center;
      white-space: normal;   /* allow clean wrapping */
      line-height: 1.25;
  }

  .bt-hero-actions .bt-btn--primary {
      background: var(--bt-blue);
      color: #fff;
      border-color: var(--bt-blue);
  }

  .bt-hero-actions .bt-btn--outline {
      background: transparent;
      color: var(--bt-blue);
      border-color: var(--bt-blue);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e52908 *//* ============================================================
   SECTION 2 – Story Grid / Holiday Types
   ============================================================ */

/* Intro copy */
.bt-story-section {
    /* uses global background; no extra background set here */
}

.bt-story-intro {
    max-width: 720px;
    margin-bottom: var(--bt-space-lg, 2.4rem);
    color: var(--bt-text-muted, #6c6c6c);
    font-size: 0.98rem;
}

/* Grid layout */
.bt-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--bt-space-lg, 2.4rem);
}

/* Card base */
.bt-story-card {
    background: var(--bt-white, #ffffff);
    border-radius: 22px;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.bt-story-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

/* Image area with fixed aspect ratio */
.bt-story-image-wrap {
    position: relative;
    padding-top: 65%; /* roughly 3:2 ratio */
    overflow: hidden;
}

.bt-story-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text area */
.bt-story-content {
    padding: 1.6rem 1.8rem 1.9rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bt-story-content h3 {
    font-family: "Maharalika", Georgia, serif;
    font-size: 1.15rem;
    margin: 0 0 0.7rem;
    color: var(--bt-black, #0d0d0d);
}

.bt-story-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--bt-text, #2a2a2a);
}

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */

@media (max-width: 1024px) {
    .bt-story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .bt-story-grid {
        grid-template-columns: 1fr;
        gap: var(--bt-space-md, 1.6rem);
    }

    .bt-story-content {
        padding: 1.4rem 1.5rem 1.7rem;
    }
}
/* ============================================================
   HOMEPAGE – FIX SPACING BETWEEN HERO (SECTION 1)
   AND HOLIDAY STORY GRID (SECTION 2)
   ============================================================ */

/*
Add the class "bt-section-story" to the Section 2 wrapper in Elementor:
Section → Advanced → CSS Classes → bt-section-story
*/

/* Pull Section 2 upward so it sits closer to the hero */
body.home .bt-section-story {
    margin-top: -3.2rem;      /* tighten gap — adjust if needed */
    padding-top: 3.2rem !important; /* reduces built-in Elementor padding */
    padding-bottom: 4rem !important; /* keeps spacing before next section clean */
}

/* Mobile optimisation (do NOT pull up as much as desktop) */
@media (max-width: 768px) {
    body.home .bt-section-story {
        margin-top: -1.6rem;
        padding-top: 2.4rem !important;
        padding-bottom: 3.2rem !important;
    }
}

/* Ensures Section 1 (hero) isn't adding accidental bottom padding */
body.home .bt-hero-section,
body.home .bt-section-hero {
    padding-bottom: 2.4rem !important;
}

/* Optional: tighter spacing on headings inside Section 2 */
body.home .bt-section-story h2 {
    margin-bottom: 0.6rem;
}

body.home .bt-section-story p.bt-story-intro {
    margin-bottom: 1.2rem;
}
/* ============================================================
   FIX SPACING BETWEEN HERO (SECTION 1) AND STORY GRID (SECTION 2)
   ============================================================ */

/* 1️⃣ Reduce Hero bottom padding ONLY on homepage */
body.home .bt-hero {
    padding-bottom: 3rem !important; /* was 6rem */
}

/* 2️⃣ Apply to Section 2 (Holiday Stories) – add class .bt-section-story in Elementor */
body.home .bt-section-story {
    margin-top: -2.5rem; /* pull up closer to hero */
    padding-top: 2.2rem !important; 
    padding-bottom: 4rem !important;
}

/* 3️⃣ MOBILE — reduce upward pull so sections don't touch */
@media (max-width: 768px) {
    body.home .bt-section-story {
        margin-top: -1.2rem;
        padding-top: 2rem !important;
        padding-bottom: 3rem !important;
    }

    body.home .bt-hero {
        padding-bottom: 2rem !important;
    }
}

/* 4️⃣ Slightly tighten Section 2 intro spacing */
body.home .bt-section-story h2 {
    margin-bottom: 0.6rem;
}

body.home .bt-section-story .bt-story-intro {
    margin-bottom: 1.2rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7cc6c2e *//* ============================================================
   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 shortcode, class: .elementor-element-2f1d0e2 *//* ============================================================
   BESPOKE TRAVEL – Testimonial Band
   Clean, luxury, editorial (Scott Dunn inspired)
   ============================================================ */

.bt-testimonial-band {
    background: #f7faff; /* soft blue tint */
    border-top: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 4rem 0;
}

/* Heading + intro text */
.bt-testimonial-title {
    max-width: 720px;
    margin-bottom: 2.8rem;
    color: #0d0d0d;
    line-height: 1.35;
}

/* Wrapper around Social Ninja */
.bt-testimonials-wrapper {
    position: relative;
    min-height: 120px;
}

/* Fallback message */
.bt-testimonial-fallback {
    margin-top: 1.2rem;
    font-size: 1rem;
    color: #6c6c6c;
    text-align: center;
}

/* Style Social Ninja reviews (generic .elementor-25 .elementor-element.elementor-element-2f1d0e2s) */
.bt-testimonial-band .sn-card,
.bt-testimonial-band .wn-review-box {
    border-radius: 16px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06) !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    padding: 1.6rem !important;
}

/* Space between reviews */
.bt-testimonial-band .sn-card,
.bt-testimonial-band .wn-review-box {
    margin-bottom: 1.6rem !important;
}

/* Force feed to align nicely inside container */
.bt-testimonial-band .sn-feed,
.bt-testimonial-band .wn-wrapper {
    max-width: 100%;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-bd46039 *//* ============================================================
   BESPOKE TRAVEL – STAR CHOICES SECTION
   ============================================================ */

.bt-star-choices {
    text-align: center;
}

/* Heading + intro copy */
.bt-star-heading {
    font-family: "Maharalika", Georgia, serif;
    font-size: clamp(2.1rem, 3vw, 2.6rem);
    margin-bottom: 0.4rem;
}

.bt-star-lead {
    max-width: 680px;
    margin: 0 auto var(--bt-space-lg, 2.4rem);
    font-size: 0.98rem;
    color: var(--bt-text-muted, #6c6c6c);
}

/* Feed container – keep it centred and not too wide */
.bt-star-feed {
    max-width: 980px;
    margin: 0 auto;
}

/* Make sure the feed doesn’t crash into the fallback */
.bt-star-fallback-wrap {
    margin-top: 1.8rem;
    margin-bottom: 0;
    text-align: center;
}

/* Fallback chip – hidden by default, JS will show it if no posts */
.bt-star-fallback {
    display: none; /* JS toggles this */
    align-items: center;
    justify-content: center;

    margin: 0 auto;
    padding: 0.7rem 1.6rem;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(24, 70, 163, 0.12);

    font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: none;
    color: var(--bt-text, #2a2a2a);
    white-space: normal;
}

/* Slight colour accent for the star itself */
.bt-star-fallback::first-letter {
    margin-right: 0.25rem;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .bt-star-lead {
        padding: 0 1rem;
    }
    .bt-star-feed {
        padding: 0 1rem;
    }
    .bt-star-fallback {
        padding: 0.7rem 1.2rem;
        font-size: 0.82rem;
    }
}
/* Fallback chip – **hidden by default**, JS will decide when to show it */
.bt-star-fallback {
    display: none !important;  /* hide until JS says otherwise */
    align-items: center;
    justify-content: center;

    margin: 0 auto;
    padding: 0.7rem 1.6rem;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(24, 70, 163, 0.12);

    font-size: 0.86rem;
    letter-spacing: 0.04em;
    color: var(--bt-text, #2a2a2a);
    white-space: normal;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-69d6c20 *//* ============================================================
   BLOG PREVIEW SECTION
   ============================================================ */

.bt-blog-preview {
    padding-top: var(--bt-space-xxl);
    padding-bottom: var(--bt-space-xxl);
}

.bt-blog-title {
    text-align: center;
    margin-bottom: var(--bt-space-sm);
}

.bt-blog-subtitle {
    text-align: center;
    color: var(--bt-text-muted);
    max-width: 600px;
    margin: 0 auto var(--bt-space-xl) auto;
}

.bt-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--bt-space-lg);
}

.bt-blog-card {
    background: var(--bt-white);
    border-radius: var(--bt-radius-m);
    overflow: hidden;
    box-shadow: var(--bt-shadow-soft);
    transition: transform .3s var(--bt-ease), box-shadow .3s var(--bt-ease);
}

.bt-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

.bt-blog-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.bt-blog-content {
    padding: var(--bt-space-md);
}

.bt-blog-post-title {
    font-size: 1.25rem;
    margin-bottom: var(--bt-space-xs);
}

.bt-blog-excerpt {
    color: var(--bt-text-muted);
    margin-bottom: var(--bt-space-sm);
}

.bt-blog-link {
    font-weight: 600;
    color: var(--bt-blue);
}

.bt-blog-link:hover {
    opacity: 0.7;
}

.bt-blog-cta {
    margin-top: var(--bt-space-xl);
    text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c05282c *//* ============================================================
   FINAL CTA – Luxury Background + Soft Overlay
   ============================================================ */

.bt-final-cta {
    position: relative;
    padding-top: var(--bt-space-xxl);
    padding-bottom: var(--bt-space-xxl);

    background-image: url("http://bespoketravelexperience.com/wp-content/uploads/2025/12/pexels-marshall-real-state-2154270789-33140403-scaled.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    text-align: center;
    overflow: hidden;
}

/* Soft, premium, Scott Dunn-style overlay */
.bt-final-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.75) 0%,
        rgba(255,255,255,0.88) 40%,
        rgba(255,255,255,0.95) 100%
    );
    backdrop-filter: blur(4px);
    z-index: 0;
}

/* Ensure content sits above overlay */
.bt-final-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}

/* Typography */
.bt-final-cta h2 {
    font-size: clamp(2rem, 3vw, 2.6rem);
    margin-bottom: var(--bt-space-md);
}

.bt-final-cta-text {
    font-size: 1.08rem;
    line-height: 1.7;
    color: var(--bt-text);
    margin-bottom: var(--bt-space-lg);
}

.bt-final-cta-btn {
    margin-bottom: var(--bt-space-md);
}

.bt-final-cta-support {
    margin-top: var(--bt-space-sm);
    font-size: 0.85rem;
    color: var(--bt-text-muted);
    letter-spacing: 0.06em;
}
.bt-final-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.55) 0%,
        rgba(255,255,255,0.70) 40%,
        rgba(255,255,255,0.85) 100%
    );
    backdrop-filter: blur(3px);
    z-index: 0;
}/* End custom CSS */