﻿/* TalkLeaders Luxury Theme */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Inter:wght@300;400;500;600&display=swap');

:root {
    --bg: #1B120D;
    --panel: #231913;
    --ink: #F8F5F0;
    --ink-dim: #D9D0C4;
    --gold: #D9D0C4;
    --gold-2: #D9D0C4;
    --line: #4A3C31;
    --muted: #9A8E81;
    --success: #3FB984;
    --danger: #E25959;
}
/*background: conic-gradient(from 210deg, #EED99B, #B58B3C, #EAD08A, #A87F32, #EED99B);*/

html, body {
    background: var(--bg);
    color: var(--ink);
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.white_color {
    color: var(--ink) !important;
}

.brown-color {
    color: var(--panel) !important;
}

.talkleaders-main-text-color {
    color: var(--ink);
}

.talkleaders-second-text-color {
    color: var(--gold);
}

.talkleaders-forth-text-color {
    color: var(--ink-dim);
}

.talkleaders-main-background-color {
    background: var(--bg) !important;
}

.secondary-color-background {
    background: var(--panel) !important;
}

.talkleaders-second-border-color {
    border-color: var(--gold) !important;
}

h1, h2, .font-40, .font-35 {
    font-family: "Playfair Display", serif;
    letter-spacing: .2px;
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 600;
}

.btn {
    border-radius: 10px;
    letter-spacing: .2px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    border: 0;
    color: #1A120A;
}

    .btn-primary:hover, .btn-primary:active {
        filter: brightness(1.08);
        background: linear-gradient(135deg, var(--gold), var(--gold-2)) !important;
        /*transform: translateY(-1px);*/
        color: #1A120A !important;
        border: 0 !important;
    }

.btn-outline-primary, .btn-outline-primary-secondary {
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--ink);
}

    .btn-outline-primary:hover, .btn-outline-primary-secondary:hover,
    .btn-outline-primary:active, .btn-outline-primary-secondary:active {
        /*background: #4A2E1F;*/
        /*color: #F5E6C8;*/
        color: var(--ink) !important;
        background: transparent !important;
        opacity: 0.9;
        border: 1px solid var(--gold) !important;
    }

.section-title {
    text-align: center;
    margin: 56px 0 18px;
}

    .section-title h1 {
        font-size: 38px;
        margin: 0;
    }

    .section-title .rule {
        width: 64px;
        height: 3px;
        margin: 12px auto 0;
        background: var(--gold);
        border: 0;
    }

.index-3-height {

    display: flex;
    align-items: center; /* center caption vertically */
    background: linear-gradient(to bottom, rgba(27,18,13,.45), rgba(27,18,13,.85)), url('/images/hero.png') center/cover no-repeat;
}

:root {
    --nav-h: 72px;
}

@media (min-width: 992px) {
    :root {
        --nav-h: 80.7px;
    }
}
@media (max-width: 992px) {
    .play-overlay {
        display: none !important;
        opacity: 0 !important;
    }
}

.index-3-height.vh-minus-nav {
    height: calc(100svh - var(--nav-h)) !important;
    height: calc(100dvh - var(--nav-h)) !important;
    height: calc(100vh - var(--nav-h)) !important;
}
.overlay2 {
    /*background: rgba(244, 230, 200, 0.6);*/
    background: rgba(255, 255, 255, 0.4);
    /*background: rgba(45, 27, 16, 0.1);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: calc(100svh - var(--nav-h));
    min-height: calc(100dvh - var(--nav-h));
    min-height: calc(100vh - var(--nav-h));
    z-index: 0;
    margin-top: 80px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0.75px 1.5px rgba(0, 0, 0, 0.06);
}
/* remove big internal padding so height stays true */
.index-3-height-caption {
    padding: 0;
}



    .index-3-height-caption h1 {
        font-size: 56px;
        line-height: 1.1;
    }

    .index-3-height-caption p {
        max-width: 640px;
        color: var(--ink-dim);
    }

.bg-rules::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient( rgba(255,255,255,.04) 1px, transparent 1px ), linear-gradient(transparent, rgba(0,0,0,.15));
    background-size: 18px 18px, 100% 100%;
    mix-blend-mode: soft-light;
}

.card-premium {
 /*   background: linear-gradient(180deg, #241A14, #1C140F);
    border: 1px solid var(--line);*/
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.media-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #0f0b08;
}

    .media-frame video, .media-frame img {
        display: block;
        width: 100%;
        height: auto;
    }

    .media-frame::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        border: 1px solid rgba(214,178,83,.25);
        border-radius: 16px;
        mix-blend-mode: screen;
    }

.pillars-list {
    padding-left: 18px;
}

    .pillars-list li {
        margin: .25rem 0;
        color: var(--ink-dim);
    }

.pricing .table-border-light {
    border: 0;
}

.pricing .shiny-gold {
    background: conic-gradient(from 210deg, #EED99B, #B58B3C, #EAD08A, #A87F32, #EED99B);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-top: 56px !important;
}

.pricing .table-block {
    background: linear-gradient(180deg, #241A14, #1D140F);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.package-price-circle {
    width: 130px;
    height: 130px;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(27,18,13,.9);
    backdrop-filter: blur(4px);
    border: 2px solid rgba(214,178,83,.6) !important;
}

.center-number-table h2 {
    font-family: "Playfair Display", serif;
    color: var(--ink);
}

.table-badge {
    top: -6px;
    right: -14px;
    color: var(--ink-dim);
}

.kicker {
    color: var(--gold);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .25rem;
}

.about p {
    color: var(--ink-dim);
}

.about .award {
    border-left: 2px solid var(--gold);
    padding-left: 14px;
    margin: 10px 0;
}

.contact-panel {
    background: rgba(255,255,255,.02);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 24px;
}

.form-control, .flatpickr-calendar, .numInput, .flatpickr-monthDropdown-months {
    background: #140E0A !important;
    border: 1px solid #3C3027 !important;
    color: var(--ink) !important;
}

    .form-control:focus {
        border-color: var(--gold) !important;
        box-shadow: 0 0 0 0.2rem rgba(214,178,83,.15) !important;
        background: #140E0A !important;
        color: var(--ink) !important;
    }

.navbar-brand {
    font-family: "Playfair Display", serif;
    color: var(--ink);
    font-weight: 700;
}

.nav-link {
    color: var(--ink-dim) !important;
}

    .nav-link.active, .nav-link:hover {
        color: var(--ink) !important;
    }

/* Equal-height helpers */
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Equal height for pricing cards + fix title overlap */
.pricing .row {
    align-items: stretch;
}

.pricing .table-border-light {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing .shiny-gold {
    height: 160px; /* fixed cap for the price band */
    padding-top: 0 !important;
}

.pricing .package-price-circle {
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%); /* center price in the gold band; no overlap */
}

.pricing .table-block {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pricing .plan-title {
    margin-top: 0;
}

.pricing .table-block p {
    flex: 1;
}
/* push CTA to bottom */
.talkleaders-footer-image {
    margin-top:56px !important;
}

/* Loader overlay */
#ju-loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27,18,13,0.92); /* var(--bg) with slight transparency */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Double bounce animation circles */
.sk-double-bounce .sk-child {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2s infinite ease-in-out;
    background-color: var(--gold); /* use your gold tone */
}

.sk-double-bounce .sk-double-bounce2 {
    animation-delay: -1s;
}

/* Keyframes */
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
    }
}



/* ===== Hero (mobile+desktop) – always fill viewport minus nav ===== */
.index-3-height.vh-minus-nav {
    min-height: calc(100svh - var(--nav-h)) !important; /* mobile-safe viewport */
}

/* iOS/safari fallback so it doesn't shrink on scroll bars */
@supports (-webkit-touch-callout: none) {
    .index-3-height.vh-minus-nav {
        min-height: calc(100dvh - var(--nav-h)) !important;
    }
}

/* Keep caption on top, centered, readable */
.index-3-height {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    background: linear-gradient(to bottom, rgba(27,18,13,.45), rgba(27,18,13,.85)), url('/images/hero.png') center/cover no-repeat;
}

/* Optional glass card so text never falls below the image edge */


/* Mobile typography & spacing */
@media (max-width: 991.98px) {
    .index-3-height {
        background-size: auto!important ;
    }
    .index-3-height {
        background-position: 50% center;
    }

        .index-3-height.vh-minus-nav {
            padding: 56px 0 28px;
        }
        /* breathing room */
        .index-3-height .container_custom {
            width: 100%;
        }

    .index-3-height-caption {
        text-align: center;
        margin-inline: auto;
    }

        .index-3-height-caption h1 {
            font-size: 34px;
            line-height: 1.15;
        }

        .index-3-height-caption p {
            font-size: 14.5px;
            line-height: 1.55;
        }
}

/* Ultra small phones */
@media (max-width: 359.98px) {
    .index-3-height-caption h1 {
        font-size: 28px;
    }

    .index-3-height-caption p {
        font-size: 13.5px;
    }
}

/* Mobile navbar panel */
@media (max-width: 991.98px) {
    .pricing .mb-4 {
        margin-bottom: 40px !important;
    }

    .pricing {
        margin-bottom: -20px;
    }
    .learn-more-btn {
        margin-top:10px !important;
    }
    .navbar {
        position: relative;
        z-index: 1030;
    }
    /* above hero */
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--panel);
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 10px 12px;
        margin-top: 8px;
    }

    .talkleaders-nav .nav-link {
        color: var(--ink) !important;
        padding: 10px 12px;
    }
}
.video-wrapper {
    position: relative;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(27,18,13,0.8);
    border-radius: 50%;
    width: 122px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .25s;
    z-index: 2; /* keeps it above video controls */
}

    .play-overlay i {
        color: white;
        font-size: 38px;
        margin-left: 3px; /* optical centering */
    }

    .play-overlay.hidden {
        opacity: 0;
        pointer-events: none;
    }
/* Flatpickr theming to match TalkLeaders */
.flatpickr-calendar {
    background: #1B120D;
    color: #F8F5F0;
    border: 1px solid #4A3C31;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange,
.flatpickr-day:hover {
    background: #D9D0C4; /* gold */
    color: #1B120D;
    border-color: #D9D0C4;
}

.flatpickr-months .flatpickr-month, .flatpickr-weekday {
    color: #F8F5F0;
}

.flatpickr-time .numInput, .flatpickr-time .flatpickr-am-pm {
    color: #F8F5F0;
}
.flatpickr-day.selected {
    background: var(--gold) !important;
    color: #1A120A !important;
    border-color: #1A120A !important
}
.successMessage {
    display: none;
    color: var(--ink) !important;
    font-size: 1.3em;
    margin-top: 10px !important;
}

.talkleaders-iconmenu-icon {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: -20px;
    margin-top: -15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}