.elementor-373 .elementor-element.elementor-element-49fb171{--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 *//* ============================================================
   TDB GROUP — Branch Page: Cinematic Editorial
   WordPress / Elementor — Prefix: tdb-bh-
   Palette: #0A0A0F, #0D0D14, #121218, #caa963, #ff6d38
   Fonts: Cormorant Garamond · Manrope · Montserrat
   ============================================================ */

/* ---- RESETS ---- */
.tdb-branch, .tdb-branch *, .tdb-branch *::before, .tdb-branch *::after {
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.tdb-branch {
    font-family: 'Manrope', sans-serif !important;
    color: #ffffff !important; background: #0A0A0F !important;
    line-height: 1.7 !important; margin: 0 !important; padding: 0 !important;
    width: 100% !important; overflow-x: hidden !important;
    text-align: center !important;
    display: flex !important; flex-direction: column !important; align-items: center !important;
}
/* Force ALL sections, divs, containers to center */
.tdb-branch section,
.tdb-branch > section,
.tdb-branch div,
.tdb-branch p,
.tdb-branch h1, .tdb-branch h2, .tdb-branch h3, .tdb-branch h4,
.tdb-branch span {
    text-align: center !important;
}
.tdb-branch section {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; width: 100% !important;
}
.tdb-branch h1,.tdb-branch h2,.tdb-branch h3,.tdb-branch h4,
.tdb-branch p,.tdb-branch ul,.tdb-branch li,.tdb-branch span,
.tdb-branch div,.tdb-branch section,.tdb-branch a,.tdb-branch button {
    margin:0; padding:0; border:none; outline:none; list-style:none;
}
.tdb-branch a,.tdb-branch a:link,.tdb-branch a:visited,
.tdb-branch a:hover,.tdb-branch a:active,.tdb-branch a:focus {
    color:inherit !important; text-decoration:none !important;
    outline:none !important; box-shadow:none !important;
}

/* SVG icon */
.tdb-branch .tdb-icon {
    display:inline-flex !important; align-items:center !important;
    justify-content:center !important; flex-shrink:0 !important;
    width:24px !important; height:24px !important; line-height:0 !important;
}
.tdb-branch .tdb-icon svg {
    width:100% !important; height:100% !important; fill:none !important;
    stroke:currentColor !important; stroke-width:2 !important;
    stroke-linecap:round !important; stroke-linejoin:round !important;
}

/* Kicker (reusable) */
.tdb-bh-kicker {
    font-size: 0.6rem !important; font-weight: 700 !important;
    letter-spacing: 0.35em !important; text-transform: uppercase !important;
    color: #caa963 !important; font-family: 'Manrope', sans-serif !important;
    display: block !important; margin-bottom: 0.75rem !important;
    text-align: center !important;
}

/* Section title (reusable) */
.tdb-bh-section-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2rem !important; font-weight: 400 !important;
    color: #ffffff !important; line-height: 1.15 !important;
    margin-bottom: 1.25rem !important; text-align: center !important;
}
@media (min-width: 768px) { .tdb-bh-section-title { font-size: 2.75rem !important; } }

/* ---- ELEMENTOR GAP KILL ---- */
.elementor-widget-container:has(.tdb-branch),
.elementor-element:has(.tdb-branch),
.elementor-column:has(.tdb-branch),
.elementor-column-wrap:has(.tdb-branch),
.elementor-row:has(.tdb-branch),
.elementor-section:has(.tdb-branch),
.elementor-section .elementor-container:has(.tdb-branch),
.e-con:has(.tdb-branch),.e-con-inner:has(.tdb-branch) {
    padding:0 !important; margin:0 !important;
    max-width:100% !important; width:100% !important; gap:0 !important;
}
.elementor-column:has(.tdb-branch) > .elementor-widget-wrap,
.elementor-column:has(.tdb-branch) > .elementor-column-wrap > .elementor-widget-wrap {
    padding:0 !important;
}
.e-con:has(.tdb-branch) {
    --padding-top:0px !important;--padding-right:0px !important;
    --padding-bottom:0px !important;--padding-left:0px !important;
    --gap:0px !important; padding:0 !important;
}

/* ============================================================
   1. HERO — Cinematic full-bleed
   ============================================================ */
.tdb-bh-hero {
    position: relative !important;
    width: 100% !important; height: 100vh !important;
    min-height: 600px !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    flex-direction: column !important;
    overflow: hidden !important;
}
.tdb-bh-hero__img {
    position: absolute !important; top: 0; left: 0;
    width: 100% !important; height: 100% !important;
    object-fit: cover !important; object-position: center !important;
    animation: tdb-bh-heroZoom 20s ease-in-out infinite alternate !important;
}
.tdb-bh-hero__overlay {
    position: absolute !important; top: 0; right: 0; bottom: 0; left: 0;
    background: linear-gradient(
        to bottom,
        rgba(10,10,15,0.2) 0%,
        rgba(10,10,15,0.1) 40%,
        rgba(10,10,15,0.6) 70%,
        #0A0A0F 100%
    ) !important;
    z-index: 2;
}
.tdb-bh-hero__content {
    position: relative; z-index: 10;
    text-align: center !important;
    padding: 0 1.5rem;
    animation: tdb-bh-fadeUp 1.2s ease-out 0.3s both;
}

/* Badge with lines */
.tdb-bh-hero__badge {
    display: inline-flex !important; align-items: center !important;
    flex-direction: row !important;
    gap: 1rem !important; margin-bottom: 2rem !important;
    font-size: 0.6rem !important; font-weight: 700 !important;
    letter-spacing: 0.35em !important; text-transform: uppercase !important;
    color: #caa963 !important; font-family: 'Manrope', sans-serif !important;
}
.tdb-bh-hero__badge-line {
    display: inline-block !important; width: 40px !important; height: 1px !important;
    background: #caa963 !important; vertical-align: middle !important;
}
@media (min-width: 768px) { .tdb-bh-hero__badge-line { width: 60px !important; } }

/* Title */
.tdb-bh-hero__title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 4rem !important; font-weight: 300 !important;
    color: #ffffff !important; line-height: 0.95 !important;
    letter-spacing: 0.02em !important; margin-bottom: 1.5rem !important;
}
@media (min-width: 768px) { .tdb-bh-hero__title { font-size: 7rem !important; } }
@media (min-width: 1200px) { .tdb-bh-hero__title { font-size: 9rem !important; } }

.tdb-bh-hero__sub {
    font-size: 0.85rem !important; color: rgba(255,255,255,0.6) !important;
    font-weight: 300 !important; letter-spacing: 0.1em !important;
    font-family: 'Manrope', sans-serif !important;
}

/* Scroll indicator */
.tdb-bh-hero__scroll {
    position: absolute !important; bottom: 2.5rem; left: 50%;
    transform: translateX(-50%); z-index: 10;
    color: #caa963 !important;
    animation: tdb-bh-bounce 2s ease-in-out infinite;
}
.tdb-bh-hero__scroll .tdb-icon { width: 20px !important; height: 20px !important; }

/* ============================================================
   2. STATS RIBBON
   ============================================================ */
.tdb-bh-ribbon {
    background: #0A0A0F !important;
    border-top: 1px solid rgba(202,169,99,0.12) !important;
    border-bottom: 1px solid rgba(202,169,99,0.12) !important;
    padding: 2.5rem 1.5rem !important;
}
.tdb-bh-ribbon__inner {
    max-width: 960px; margin: 0 auto;
    display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 1.75rem !important;
    flex-wrap: wrap !important; flex-direction: row !important;
}
.tdb-bh-ribbon__item {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; gap: 0.15rem !important; min-width: 90px;
}
.tdb-bh-ribbon__num {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2rem !important; font-weight: 600 !important;
    color: #caa963 !important; line-height: 1 !important;
}
.tdb-bh-ribbon__label {
    font-size: 0.55rem !important; font-weight: 600 !important;
    letter-spacing: 0.2em !important; text-transform: uppercase !important;
    color: rgba(255,255,255,0.35) !important; font-family: 'Manrope', sans-serif !important;
}
.tdb-bh-ribbon__dot {
    width: 4px !important; height: 4px !important; border-radius: 50% !important;
    background: rgba(202,169,99,0.4) !important; flex-shrink: 0; display: inline-block !important;
}
@media (max-width: 600px) {
    .tdb-bh-ribbon__dot { display: none !important; }
    .tdb-bh-ribbon__inner { gap: 1.25rem !important; }
}

/* ============================================================
   3. INTRO STATEMENT
   ============================================================ */
.tdb-bh-intro {
    padding: 6rem 1.5rem !important; background: #0D0D14 !important;
}
.tdb-bh-intro__inner {
    max-width: 720px; margin: 0 auto; text-align: center !important;
    position: relative; width: 100% !important;
    display: flex !important; flex-direction: column !important; align-items: center !important;
}
.tdb-bh-intro__num {
    display: block !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 5rem !important; font-weight: 300 !important;
    color: rgba(202,169,99,0.08) !important;
    line-height: 1 !important; margin-bottom: -1rem !important;
    letter-spacing: 0.05em;
}
.tdb-bh-intro__text {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.35rem !important; font-weight: 400 !important;
    color: rgba(255,255,255,0.75) !important;
    line-height: 1.8 !important; text-align: center !important;
}
@media (min-width: 768px) { .tdb-bh-intro__text { font-size: 1.6rem !important; } }
.tdb-bh-intro__text strong {
    color: #ffffff !important; font-weight: 600 !important;
}

/* ============================================================
   4. SPLIT SECTIONS
   ============================================================ */
.tdb-bh-split {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: 500px;
    width: 100% !important;
}
@media (min-width: 768px) {
    .tdb-bh-split { grid-template-columns: 1fr 1fr !important; }
}

.tdb-bh-split__media {
    position: relative !important; overflow: hidden !important;
    min-height: 300px !important;
}
.tdb-bh-split__media img {
    width: 100% !important; height: 100% !important;
    object-fit: cover !important; display: block !important;
    transition: transform 0.7s ease !important;
}
.tdb-bh-split:hover .tdb-bh-split__media img {
    transform: scale(1.03) !important;
}

.tdb-bh-split__content {
    display: flex !important; flex-direction: column !important;
    justify-content: center !important; align-items: center !important;
    text-align: center !important;
    padding: 3rem 2rem !important;
    background: #0A0A0F !important;
}
@media (min-width: 768px) {
    .tdb-bh-split__content { padding: 4rem 3.5rem !important; }
}

.tdb-bh-split__title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2rem !important; font-weight: 400 !important;
    color: #ffffff !important; line-height: 1.15 !important;
    margin-bottom: 1.5rem !important;
}
@media (min-width: 768px) { .tdb-bh-split__title { font-size: 2.5rem !important; } }

.tdb-bh-split__content p {
    font-size: 0.9rem !important; color: rgba(255,255,255,0.65) !important;
    font-weight: 300 !important; line-height: 1.8 !important;
    max-width: 440px; margin-bottom: 1rem !important;
    font-family: 'Manrope', sans-serif !important;
    text-align: center !important;
}
.tdb-bh-split__content p:last-child { margin-bottom: 0 !important; }
.tdb-bh-split__content strong { color: #ffffff !important; font-weight: 600 !important; }
.tdb-bh-split__content em { color: rgba(255,255,255,0.4) !important; font-style: italic !important; }

/* Reverse: image right on desktop */
@media (min-width: 768px) {
    .tdb-bh-split--reverse .tdb-bh-split__media { order: 2 !important; }
    .tdb-bh-split--reverse .tdb-bh-split__content { order: 1 !important; }
}

/* Alt background for alternating splits */
.tdb-bh-split--reverse .tdb-bh-split__content { background: #0D0D14 !important; }

/* ============================================================
   5. 360° TOUR
   ============================================================ */
.tdb-bh-tour {
    padding: 5rem 0.75rem !important; background: #0A0A0F !important;
}
.tdb-bh-tour__inner {
    max-width: 1200px; margin: 0 auto; width: 100% !important;
    display: flex !important; flex-direction: column !important; align-items: center !important;
}
.tdb-bh-tour__header { text-align: center !important; margin-bottom: 2rem; width: 100% !important; }
.tdb-bh-tour__frame {
    width: 100% !important; border-radius: 8px !important; overflow: hidden !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5) !important;
    display: block !important;
}
.tdb-bh-tour__frame iframe {
    display: block !important; width: 100% !important;
    min-height: 450px !important; border: none !important;
}
@media (min-width: 768px) {
    .tdb-bh-tour__frame iframe { min-height: 650px !important; }
}

/* ============================================================
   6. FACILITIES — Numbered list
   ============================================================ */
.tdb-bh-fac-section {
    padding: 5rem 1.5rem !important; background: #0D0D14 !important;
}
.tdb-bh-fac-section__inner {
    max-width: 800px; margin: 0 auto; width: 100% !important;
    display: flex !important; flex-direction: column !important; align-items: center !important;
}
.tdb-bh-fac-grid {
    display: grid !important; grid-template-columns: 1fr !important;
    gap: 0 !important; width: 100% !important; margin-top: 1rem;
}
@media (min-width: 600px) { .tdb-bh-fac-grid { grid-template-columns: 1fr 1fr !important; } }

.tdb-bh-fac {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; text-align: center !important;
    gap: 0.5rem !important; padding: 2rem 1.5rem !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    transition: background 0.3s ease !important;
    justify-content: center !important;
}
.tdb-bh-fac:hover { background: rgba(202,169,99,0.03) !important; }

.tdb-bh-fac__idx {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2.5rem !important; font-weight: 300 !important;
    color: rgba(202,169,99,0.2) !important; line-height: 1 !important;
}
.tdb-bh-fac__body { text-align: center !important; }
.tdb-bh-fac__body h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.85rem !important; font-weight: 700 !important;
    color: #ffffff !important; margin-bottom: 0.35rem !important;
    letter-spacing: 0.02em; text-align: center !important;
}
.tdb-bh-fac__body p {
    font-size: 0.8rem !important; color: rgba(255,255,255,0.45) !important;
    font-weight: 300 !important; line-height: 1.6 !important;
    font-family: 'Manrope', sans-serif !important; text-align: center !important;
}

/* ============================================================
   7. BENTO GALLERY
   ============================================================ */
.tdb-bh-gallery {
    padding: 5rem 0 0 0 !important; background: #0A0A0F !important;
}
.tdb-bh-gallery__header {
    text-align: center !important; padding: 0 1.5rem; margin-bottom: 2.5rem;
    width: 100% !important;
    display: flex !important; flex-direction: column !important; align-items: center !important;
}

.tdb-bh-bento {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: auto !important;
    gap: 4px !important;
    width: 100% !important;
    flex-direction: unset !important;
}
@media (min-width: 768px) {
    .tdb-bh-bento {
        grid-template-columns: repeat(4, 1fr) !important;
        grid-template-rows: 240px 240px 240px !important;
    }
    .tdb-bh-bento--a { grid-column: 1 / 3 !important; grid-row: 1 / 2 !important; }
    .tdb-bh-bento--b { grid-column: 3 / 4 !important; grid-row: 1 / 2 !important; }
    .tdb-bh-bento--c { grid-column: 4 / 5 !important; grid-row: 1 / 2 !important; }
    .tdb-bh-bento--d { grid-column: 1 / 2 !important; grid-row: 2 / 3 !important; }
    .tdb-bh-bento--e { grid-column: 2 / 4 !important; grid-row: 2 / 3 !important; }
    .tdb-bh-bento--f { grid-column: 4 / 5 !important; grid-row: 2 / 3 !important; }
    .tdb-bh-bento--g { grid-column: 1 / 2 !important; grid-row: 3 / 4 !important; }
    .tdb-bh-bento--h { grid-column: 2 / 3 !important; grid-row: 3 / 4 !important; }
    .tdb-bh-bento--i { grid-column: 3 / 5 !important; grid-row: 3 / 4 !important; }
}

.tdb-bh-bento__item {
    position: relative !important; overflow: hidden !important;
    aspect-ratio: 4 / 3;
}
@media (min-width: 768px) { .tdb-bh-bento__item { aspect-ratio: unset; } }

.tdb-bh-bento__item img {
    width: 100% !important; height: 100% !important;
    object-fit: cover !important; display: block !important;
    transition: transform 0.6s ease !important;
}
.tdb-bh-bento__item:hover img { transform: scale(1.06) !important; }

/* ============================================================
   8. COURSES — Horizontal bars
   ============================================================ */
.tdb-bh-courses {
    padding: 5rem 1.5rem !important; background: #0D0D14 !important;
}
.tdb-bh-courses__inner {
    max-width: 700px; margin: 0 auto; width: 100% !important;
    display: flex !important; flex-direction: column !important; align-items: center !important;
}
.tdb-bh-courses__desc {
    font-size: 0.85rem !important; color: rgba(255,255,255,0.45) !important;
    font-weight: 300 !important; text-align: center !important;
    margin-bottom: 2.5rem !important; font-family: 'Manrope', sans-serif !important;
}

.tdb-bh-pathway {
    width: 100% !important;
    display: flex !important; flex-direction: column !important; gap: 0 !important;
    align-items: center !important;
}
.tdb-bh-pathway__step {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; text-align: center !important;
    padding: 1.25rem 1.5rem !important; width: 100% !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    transition: background 0.3s ease !important;
    cursor: pointer !important; gap: 0.25rem !important;
}
.tdb-bh-pathway__step:first-child {
    border-top: 1px solid rgba(255,255,255,0.06) !important;
}
.tdb-bh-pathway__step:hover {
    background: rgba(202,169,99,0.04) !important;
}

.tdb-bh-pathway__tier {
    font-size: 0.55rem !important; font-weight: 700 !important;
    letter-spacing: 0.2em !important; text-transform: uppercase !important;
    color: #caa963 !important; font-family: 'Manrope', sans-serif !important;
    text-align: center !important;
}
.tdb-bh-pathway__name {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.25rem !important; font-weight: 500 !important;
    color: #ffffff !important;
    text-align: center !important;
}
.tdb-bh-pathway__arrow {
    color: rgba(255,255,255,0.15) !important;
    transition: color 0.3s ease !important;
    margin-top: 0.25rem;
}
.tdb-bh-pathway__arrow .tdb-icon { width: 18px !important; height: 18px !important; }
.tdb-bh-pathway__step:hover .tdb-bh-pathway__arrow {
    color: #caa963 !important;
}

/* IDC highlight */
.tdb-bh-pathway__step--gold {
    background: rgba(202,169,99,0.05) !important;
    border-bottom: 1px solid rgba(202,169,99,0.15) !important;
    align-items: center !important;
}
.tdb-bh-pathway__step--gold .tdb-bh-pathway__name { color: #caa963 !important; text-align: center !important; }

/* ============================================================
   MAP
   ============================================================ */
.tdb-bh-map {
    padding: 5rem 0 0 0 !important; background: #0A0A0F !important;
}
.tdb-bh-map__text {
    padding: 0 1.5rem; margin-bottom: 2rem;
    display: flex !important; flex-direction: column !important; align-items: center !important;
    width: 100% !important;
}
.tdb-bh-map__frame {
    width: 100% !important; display: block !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
}
.tdb-bh-map__frame iframe {
    width: 100% !important; height: 400px !important;
    display: block !important; border: none !important;
    filter: grayscale(0.75) brightness(0.6) contrast(1.1) !important;
    transition: filter 0.5s ease !important;
}
.tdb-bh-map__frame:hover iframe {
    filter: grayscale(0) brightness(0.85) contrast(1) !important;
}
@media (min-width: 768px) { .tdb-bh-map__frame iframe { height: 480px !important; } }

/* ============================================================
   9. CTA / CONTACT
   ============================================================ */
.tdb-bh-cta {
    padding: 6rem 1.5rem !important;
    background: #0A0A0F !important;
    border-top: 1px solid rgba(202,169,99,0.08) !important;
}
.tdb-bh-cta__inner {
    max-width: 600px; margin: 0 auto; text-align: center !important; width: 100% !important;
    display: flex !important; flex-direction: column !important; align-items: center !important;
}
.tdb-bh-cta__title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2.75rem !important; font-weight: 400 !important;
    color: #ffffff !important; margin-bottom: 1rem !important;
    line-height: 1.1 !important;
}
@media (min-width: 768px) { .tdb-bh-cta__title { font-size: 3.5rem !important; } }

.tdb-bh-cta__desc {
    font-size: 0.9rem !important; color: rgba(255,255,255,0.55) !important;
    font-weight: 300 !important; line-height: 1.7 !important;
    margin-bottom: 3rem !important; font-family: 'Manrope', sans-serif !important;
    text-align: center !important;
}

.tdb-bh-cta__details {
    display: flex !important; flex-direction: column !important;
    gap: 1.25rem !important; margin-bottom: 2.5rem !important;
    align-items: center !important; width: 100% !important;
}
@media (min-width: 600px) {
    .tdb-bh-cta__details {
        flex-direction: row !important; gap: 3rem !important; justify-content: center !important;
    }
}

.tdb-bh-cta__detail { text-align: center !important; display: flex !important; flex-direction: column !important; align-items: center !important; }
.tdb-bh-cta__detail-label {
    display: block !important;
    font-size: 0.55rem !important; font-weight: 700 !important;
    letter-spacing: 0.2em !important; text-transform: uppercase !important;
    color: rgba(255,255,255,0.3) !important; margin-bottom: 0.2rem !important;
    font-family: 'Manrope', sans-serif !important;
}
.tdb-bh-cta__detail-value {
    font-size: 0.85rem !important; color: #ffffff !important;
    font-weight: 400 !important; font-family: 'Manrope', sans-serif !important;
}

.tdb-bh-cta__btn {
    display: inline-flex !important; align-items: center !important;
    justify-content: center !important; gap: 0.75rem !important;
    flex-direction: row !important;
    padding: 16px 40px !important;
    background: #caa963 !important; color: #0A0A0F !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 0.75rem !important; font-weight: 700 !important;
    letter-spacing: 0.12em !important; text-transform: uppercase !important;
    border-radius: 0 !important; cursor: pointer !important;
    transition: all 0.3s ease !important;
}
.tdb-bh-cta__btn:hover {
    background: #ffffff !important; color: #0A0A0F !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 30px rgba(202,169,99,0.2) !important;
}
.tdb-bh-cta__btn .tdb-icon { width: 16px !important; height: 16px !important; }
.tdb-bh-cta__btn .tdb-icon svg { stroke: #0A0A0F !important; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes tdb-bh-fadeUp {
    from { opacity: 0; transform: translateY(3rem); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes tdb-bh-heroZoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}
@keyframes tdb-bh-bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ============================================================
   ELEMENTOR CENTERING OVERRIDES
   ============================================================ */
.elementor-widget-container .tdb-branch,
.elementor-element .tdb-branch,
.e-con .tdb-branch {
    text-align: center !important;
    display: flex !important; flex-direction: column !important;
    align-items: center !important;
}
.elementor-widget-container .tdb-branch *,
.elementor-element .tdb-branch *,
.e-con .tdb-branch * {
    text-align: center !important;
}
/* Restore grid/flex-row on specific children */
.elementor-widget-container .tdb-branch .tdb-bh-split,
.elementor-element .tdb-branch .tdb-bh-split,
.elementor-widget-container .tdb-branch .tdb-bh-bento,
.elementor-element .tdb-branch .tdb-bh-bento,
.elementor-widget-container .tdb-branch .tdb-bh-fac-grid,
.elementor-element .tdb-branch .tdb-bh-fac-grid {
    display: grid !important;
}
.elementor-widget-container .tdb-branch .tdb-bh-ribbon__inner,
.elementor-element .tdb-branch .tdb-bh-ribbon__inner,
.elementor-widget-container .tdb-branch .tdb-bh-hero__badge,
.elementor-element .tdb-branch .tdb-bh-hero__badge,
.elementor-widget-container .tdb-branch .tdb-bh-cta__btn,
.elementor-element .tdb-branch .tdb-bh-cta__btn {
    flex-direction: row !important;
}
@media (min-width: 600px) {
    .elementor-widget-container .tdb-branch .tdb-bh-cta__details,
    .elementor-element .tdb-branch .tdb-bh-cta__details {
        flex-direction: row !important;
    }
}

<!-- ============================================================
     TDB GROUP — Global Fixes
     Apply site-wide via BeTheme > Theme Options > Custom CSS
     or paste into a Custom HTML widget in the footer template
     
     Fixes:
     1. Mobile left/right gap on all pages
     2. White line between Elementor content & BeTheme footer
     3. Wave transition from content to footer
     ============================================================ -->

<style>
/* ============================================================
   TDB GLOBAL FIXES
   Prefix: tdb-gx-
   ============================================================ */

/* ============================================================
   1. MOBILE LEFT/RIGHT GAP NUKE
   Targets Elementor + BeTheme wrappers that add padding/margin
   ============================================================ */

/* Body & html — no horizontal overflow */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

/* BeTheme wrapper resets */
@media (max-width: 767px) {
    /* BeTheme main content area */
    #Content,
    #Content .content_wrapper,
    #Content .sections_group,
    #Content .section_wrapper,
    .mcb-section,
    .mcb-section-inner,
    .mcb-wrap,
    .mcb-column,
    .mcb-column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Elementor container resets */
    .elementor-section,
    .elementor-section-wrap,
    .elementor-section-boxed > .elementor-container,
    .elementor-column-wrap,
    .elementor-widget-wrap,
    .elementor-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }

    /* Elementor's default 10px column gap on mobile */
    .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
    .elementor-column-gap-default > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Kill any rogue max-width that causes centering gap */
    .section_wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* ============================================================
   2. WHITE LINE / GAP BETWEEN ELEMENTOR CONTENT & BETHEME FOOTER
   ============================================================ */

/* Remove any bottom margin/padding from last Elementor section */
.elementor:last-child,
.elementor > .elementor-section:last-child,
.elementor > .elementor-section-wrap > .elementor-section:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove gap between content and footer */
#Content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#Content .content_wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#Content .sections_group {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* BeTheme footer template — no top gap */
#Footer,
.mfn-footer-template,
footer.mcb-footer,
.mcb-section.mcb-footer,
#Footer .footer_wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
}

/* Kill any white/light background bleeding through */
#Content,
#Content .content_wrapper,
#Content .sections_group,
#Footer,
.mfn-footer-template {
    background: #0A0A0F !important;
}

/* If BeTheme adds a separator line */
.section_wrapper + .section_wrapper,
.mcb-section + .mcb-section,
#Content + #Footer,
.content_wrapper + footer {
    border-top: none !important;
    outline: none !important;
}

/* NUCLEAR: Kill every border between content & footer */
#Content,
#Content *,
#Footer,
#Footer *,
.mfn-footer-template,
.mfn-footer-template * {
    border-color: transparent !important;
    outline-color: transparent !important;
}
/* Restore our intentional borders */
.tdb-ft__bottom {
    border-top: 1px solid rgba(255,255,255,0.1) !important;
}

/* BeTheme hr / separator / divider elements */
#Content hr,
#Footer hr,
.content_wrapper hr,
.mfn-footer-template hr,
.hr_color,
.hr_default,
.hr_dots,
.hr_zigzag {
    display: none !important;
    height: 0 !important; border: none !important;
    margin: 0 !important; padding: 0 !important;
}

/* BeTheme section borders and box-shadow */
.mcb-section,
.mcb-section-inner,
.mcb-wrap,
.mcb-column,
.mcb-column-inner,
.sections_group,
.sections_group > .mcb-section:last-child,
#Footer > .mcb-section:first-child,
.mfn-footer-template > .mcb-section:first-child {
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Pseudo-element separators */
#Content .sections_group::after,
#Content .content_wrapper::after,
.sections_group > .mcb-section:last-child::after {
    display: none !important;
    content: none !important;
}

/* OVERLAP FIX: Cover 1px sub-pixel rendering gap */
#Footer,
.mfn-footer-template {
    margin-top: -2px !important;
    position: relative !important;
    z-index: 1 !important;
}
#Footer::before,
.mfn-footer-template::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: -5px !important;
    left: 0 !important;
    right: 0 !important;
    height: 10px !important;
    background: #0A0A0F !important;
    z-index: 2 !important;
    pointer-events: none !important;
}
#Content .sections_group::after {
    content: '' !important;
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 5px !important;
    background: #0A0A0F !important;
    margin-bottom: -5px !important;
    z-index: 1 !important;
}

/* ============================================================
   3. WAVE TRANSITION — CONTENT TO FOOTER
   Place this HTML block as the LAST element in your Elementor
   content, OR as the first section in your BeTheme footer template.
   The CSS is here; the HTML is below </style>.
   ============================================================ */
.tdb-gx-wave {
    position: relative !important;
    width: 100% !important;
    height: 120px !important;
    background: #0A0A0F !important;
    margin: 0 !important; padding: 0 !important;
    overflow: hidden !important;
    display: block !important;
    line-height: 0 !important;
    border: none !important; outline: none !important;
}
@media (min-width: 768px) { .tdb-gx-wave { height: 160px !important; } }
@media (min-width: 1200px) { .tdb-gx-wave { height: 200px !important; } }

.tdb-gx-wave__svg {
    position: absolute !important;
    bottom: 0 !important; left: 0 !important;
    width: 100% !important; height: 100% !important;
    display: block !important;
}

/* Subtle gold glow along the wave crest */
.tdb-gx-wave__glow {
    position: absolute !important;
    top: 30% !important; left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60% !important; height: 2px !important;
    background: linear-gradient(90deg, transparent 0%, rgba(202,169,99,0.2) 30%, rgba(202,169,99,0.4) 50%, rgba(202,169,99,0.2) 70%, transparent 100%) !important;
    filter: blur(8px) !important;
    pointer-events: none !important;
}

/* BeTheme overrides for wave */
.sections_group .tdb-gx-wave,
.mcb-section .tdb-gx-wave,
.mcb-wrap .tdb-gx-wave,
.mcb-column .tdb-gx-wave,
.mcb-column-inner .tdb-gx-wave,
#Footer .tdb-gx-wave,
.mfn-footer-template .tdb-gx-wave {
    margin: 0 !important; padding: 0 !important;
    border: none !important;
    background: #0A0A0F !important;
}
.elementor-widget-container .tdb-gx-wave,
.elementor-element .tdb-gx-wave {
    margin: 0 !important; padding: 0 !important;
}/* End custom CSS */