:root {
    --brand-blue: #1f0055;
    --brand-gold: #d8b34e;
    --brand-dark: #0F1721;
}

/*
    Blue rgb(31,0,85)
    Gold: rgb(222,185,81)
    Dark: rgb(15,23,33)

    main background: #160138;
    background-image: radial-gradient(50% 92%, rgba(255,255,255,0.20) 52%, rgba(22,1,56,0.02) 100%);
    The Font name is Glegoo for headings and Second font is Poppins.
*/

.post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.post-card-info {
  margin-top: auto; /* push to bottom */
}


html,
body {
    max-width: 100%;
    overflow-x: hidden;
}


body,
p {
    color: var(--brand-dark);
}

body,
body.dark,
.bottom-wrapper,
.section {
    background: rgb(31, 0, 85);
    /*background: -moz-linear-gradient(90deg, rgba(31,0,85,1) 0%, rgba(46,13,103,1) 50%, rgba(31,0,85,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(31,0,85,1) 0%, rgba(46,13,103,1) 50%, rgba(31,0,85,1) 100%);
    background: linear-gradient(90deg, rgba(31,0,85,1) 0%, rgba(46,13,103,1) 50%, rgba(31,0,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f0055",endColorstr="#1f0055",GradientType=1);*/
}

/* animation  */
@media (min-width: 991px) {
    section {
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 1s ease-out, transform 1s ease-out;
    }

    section.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

/* animation  */

.btn-rounded {
    border-radius: 20px;
}

.text-primary {
    color: var(--brand-blue) !important;
}

.text-secondary {
    color: var(--brand-dark) !important;
}

.text-warning {
    color: var(--brand-gold) !important;
}

.btn-warning {
    color: #fff;
    background-color: var(--brand-gold);
    border-color: var(--brand-gold);
}

.btn-warning:hover,
.btn-warning.text-dark:hover {
    color: #fff !important;
    background-color: var(--brand-blue);
    border-color: var(--brand-gold);
}

.btn-outline-warning {
    color: var(--brand-gold);
    border-color: var(--brand-gold);
}

.btn-outline-warning:hover {
    color: var(--brand-dark);
    background-color: var(--brand-gold);
    border-color: var(--brand-gold);
}

.btn-primary {
    color: #fff;
    background-color: var(--brand-blue);
    border-color: var(--brand-blue);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--brand-dark);
    border-color: var(--brand-dark);
}

.btn-outline-primary {
    color: var(--brand-blue);
    border-color: var(--brand-blue);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--brand-blue);
    border-color: var(--brand-blue);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--brand-blue);
    border-color: var(--brand-blue);
}

.fw-light {
    font-weight: 100;
}

.display-7 {
    font-size: 2rem;
}

.display-8 {
    font-size: 1.5rem;
}

.display-9 {
    font-size: 1.3rem;
}

.display-10 {
    font-size: 1.2rem;
}

.display-11 {
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .display-7 {
        font-size: 1.5rem;
    }

    .display-8 {
        font-size: 1.3rem;
    }

    .display-9 {
        font-size: 1.1rem;
    }

    .display-10 {
        font-size: 1rem;
    }

    .display-11 {
        font-size: 0.8rem;
    }

    .lead {
        font-size: 17px;
    }

    .post .lead {
        font-size: 18px;
    }

    .img-250 {
        width: 100%;
        min-width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .img-275 {
        width: 100%;
        min-width: 100%;
        height: 275px;
        object-fit: cover;
    }

    .img-300 {
        width: 100%;
        min-width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

.dark {
    background: var(--brand-dark);
    color: var(--brand-dark);
}

.w-175 {
    max-width: 175px;
}

.w-200 {
    max-width: 200px;
}

.vh-100 {
    min-height: 100vh !important;
    height: auto !important;
}

.vh-75 {
    min-height: 75vh !important;
    height: auto !important;
}

.vh-50 {
    min-height: 50vh !important;
    height: auto !important;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: var(--brand-dark) !important;
}

.bg-resources {
    background: url('../img/resources-bg.jpeg') bottom center no-repeat;
    background-size: cover;
}

.bg-blog {
    background: url('../img/Andrew_Cactus.jpg') top center no-repeat;
    background-size: cover;
}

.bg-books {
    background: url('../img/book_landing_page.jpg') top center no-repeat;
    background-size: cover;
}

.bg-podcast {
    background: url('../img/podcast.png') top center no-repeat;
    background-size: cover;
}

.bg-about {
    background: url('../img/inventure-bg.png') bottom left no-repeat;
    background-size: cover;
}

.bg-about-journey {
    background: url('../img/journey-bg-n.jpg') bottom left no-repeat;
    background-size: cover;
}

.bg-awareness {
    background: url('../img/abut-bg.jpg') bottom left no-repeat;
    background-size: cover;
}

.bg-inventure {
    background: url('../img/inventure-bg.png') bottom left no-repeat;
    background-size: cover;
}

.bg-never-taught {
    background: url('../img/never-taught-bg-2.png') center center no-repeat;
    background-size: cover;
}

.bg-all-inventures {
    background: url('../img/all-inventure-top.jpeg') top center no-repeat;
    background-size: cover;
}


.bg-awareness-top {
    background: url('../img/awareness-top-legacy-arc.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-awareness-bottom {
    background: url('../img/awareness-bottom-legacy-arc.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-abundance-top {
    background: url('../img/abundance-top-legacy-arc.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-abundance-bottom {
    background: url('../img/abundance-bottom-legacy-arc.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-enlightenment-top {
    background: url('../img/enlightenment-top-legacy-arc.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-enlightenment-bottom {
    background: url('../img/enlightenment-bottom-legacy-arc.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-intimacy-top {
    background: url('../img/intimacy-top-legacy-arc.jpeg') center right no-repeat;
    background-size: cover;
}

.bg-intimacy-bottom {
    background: url('../img/intimacy-bottom-legacy-arc.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-resilience-top {
    background: url('../img/resilience-top-legacy-arc.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-resilience-bottom {
    background: url('../img/resilience-bottom-legacy-arc.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-influence-top {
    background: url('../img/influence-top-legacy-arc.jpeg') top center no-repeat;
    background-size: cover;
}

.bg-influence-bottom {
    background: url('../img/influence-bottom-legacy-arc.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-basecamp-top {
    background: url('../img/basecamp-top-inventures.jpeg') top center no-repeat;
    background-size: cover;
}

.bg-basecamp-bottom {
    background: url('../img/basecamp-bottom-inventures.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-recalibrate-top {
    background: url('../img/recalibrate-top-inventures.jpeg') bottom center no-repeat;
    background-size: cover;
}

.bg-recalibrate-bottom {
    background: url('../img/recalibrate-bottom-inventures.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-excursion-top {
    background: url('../img/excursion-top-inventures.jpeg') top center no-repeat;
    background-size: cover;
}

.bg-excursion-bottom {
    background: url('../img/excursion-bottom-inventures.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-expedition-top {
    background: url('../img/expedition-top-inventures.jpeg') top center no-repeat;
    background-size: cover;
}

.bg-expedition-bottom {
    background: url('../img/expedition-bottom-inventures.jpeg') center center no-repeat;
    background-size: cover;
}


.bg-summit-top {
    background: url('../img/summit-top-inventures.jpeg') bottom center no-repeat;
    background-size: cover;
}

.bg-summit-bottom {
    background: url('../img/summit-bottom-inventures.jpeg') top center no-repeat;
    background-size: cover;
}

.bg-online-top {
    background: url('../img/online-pic-1.jpg') top center no-repeat;
    background-size: cover;
}

.bg-in-person-top {
    background: url('../img/summit-top-inventures.jpeg') top center no-repeat;
    background-size: cover;
}

.bg-coaching-experience {
    background: url('../img/coaching.jpeg') center center no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .bg-coaching-experience {
        background: url('../img/coaching-3.jpg') center center no-repeat;
        background-size: cover;
    }
}

.framework {
    background: url('../img/intimacy-bottom-legacy-arc.jpeg') center center no-repeat;
    background-size: cover;
}

.stats {
    background: url('../img/recalibrate-bottom-inventures.jpeg') center center no-repeat;
    background-size: cover;
}

#testimonials {
    background: url('../img/recalibrate-bottom-inventures.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-dark {
    background-color: var(--brand-dark) !important;
}

.bg-warning {
    background-color: var(--brand-gold) !important;
}

.overlay-light {
    background: rgba(0, 0, 0, 0.2);
}

.overlay {
    background: rgba(0, 0, 0, 0.35);
}

.overlay-dark {
    background: rgba(0, 0, 0, 0.5);
}

.overlay-extra-dark {
    background: rgba(0, 0, 0, 0.6);
}

.overlay-blue-dark {
    background-color: rgba(31, 0, 85, 0.95);
}

.overlay-gold-dark {
    background-color: rgba(216, 179, 78, 0.95);
}

.text-shdow {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.bg-podcast .overlay,
.bg-blog .overlay,
.bg-books .overlay,
.bg-podcast .overlay-light,
.bg-blog .overlay-light,
.bg-books .overlay-light {
    padding-top: 40vh !important;
    padding-bottom: 22vh !important;
    display: flex;
    min-height: 75vh;
    align-items: center;
}

.bg-all-inventures .overlay,
.bg-recalibrate-top .overlay,
.bg-basecamp-top .overlay,
.bg-excursion-top .overlay,
.bg-expedition-top .overlay,
.bg-summit-top .overlay,
.bg-awareness-top .overlay,
.bg-resilience-top .overlay,
.bg-influence-top .overlay,
.bg-intimacy-top .overlay,
.bg-enlightenment-top .overlay,
.bg-abundance-top .overlay {
    padding-top: 20vh !important;
    padding-bottom: 5vh !important;
    display: flex;
    min-height: 75vh;
    align-items: center;
}

.py-5 {
    padding-top: 5vh !important;
    padding-bottom: 5vh !important;
}

.pt-5 {
    padding-top: 5vh !important;
}

.pb-5 {
    padding-bottom: 5vh !important;
}

.img-circle {
    border-radius: 50%;
}

.day-card-icon {
    width: 65px;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .day-card-icon {
        width: 55px;
        height: auto;
    }
}

.width-100 {
    width: 100px;
}

.dark .newslettre-form .form-control {
    background: #ffffff;
    color: #000;
}

.podcast-episode {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
}

.w-150 {
    width: 150px;
}

.relative {
    position: relative;
}

/* ----- categories -----  */

#categories .border {
    border: 1px solid var(--brand-blue) !important;
}


@media (max-width: 768px) {
    #categories .post-card {
        padding: 15px;
        text-align: center;
        border-radius: 15px !important;
    }
}

/* ----- testimonials -----  */
.overlay-gradient {
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 30px);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

#testimonials .flip-card {
    height: 480px;
}

#testimonials .flip-card .post-card-image img {
    object-position: center top;
}

#testimonials .post-card {
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.4) !important;
    border: none !important;
}

#testimonials h5 {
    color: var(--brand-gold) !important;
}

#testimonials p {
    color: #fff;
}

.slick-slide {
    padding: 15px;
    position: relative;
    overflow: hidden;
    /*cursor: pointer;*/
    padding-top: 30px;
}

.slide-info {
    position: absolute;
    bottom: 15px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    z-index: 10;
    text-align: center;
    width: calc(100% - 32px);
    padding: 15px;
    bottom: 16px;
    left: 16px;
}

.slick-prev:before,
.slick-next:before {
    color: var(--brand-gold) !important;
    font-size: 25px !important;
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 8px !important;
    color: #fff !important;
    opacity: 0.5;
}

.slick-dots li.slick-active button:before {
    color: var(--brand-gold) !important;
    opacity: 1;
}

.slide-info h5,
.slide-info p {
    color: #fff;
}

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-popup.show {
    opacity: 1;
    visibility: visible;
}

.video-popup-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    background-color: transparent;
}

.video-popup-content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border: none;
}

.close-btn {
    position: absolute;
    top: 35px;
    right: 10px;
    color: white;
    cursor: pointer;
    z-index: 99;
    border: 1px solid #fff;
    padding: 8px 14px;
    border-radius: 50px;
}

.close-btn i {
    position: relative;
    font-size: 22px;
    top: 2px;
}

@media (max-width: 1280px) {
    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -7px;
    }
}

.accordion-button:not(.collapsed) {
    color: var(--brand-blue) !important;
    background-color: #f0f0f0 !important;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231f0055'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button:focus {
    box-shadow: none;
}

#faqsAccordion .accordion-button {
    background-color: #F9F9FF;
    font-size: 1.5rem;
}

#faqsAccordion .accordion-button:not(.collapsed) {
    color: var(--brand-gold) !important;
    background-color: var(--brand-blue) !important;
    box-shadow: none;
}

#faqsAccordion .accordion-body {
    font-size: 22px;
}

#faqsAccordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23deb951'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* ----- animation bg ----- */

.bg-home-landing {
    height: 100vh;
    padding: 15vh 0;
    background: url('../img/goldenrod-tree.jpeg') bottom center no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.anim-text {
    display: block;
    font-style: italic;
    font-size: 70px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: none;
    line-height: 1.3em;
    color: #fff;
}

.anim-text span {
    display: none;
}

.hero-index-caption {
    /*overflow: hidden;*/
    padding: 50px 0 0;
}

.hic-1,
.hic-2 {
    display: inline-block;
    opacity: 0;
    animation: slideInRight 2s ease forwards;
}

.hic-1 {
    animation-delay: 0.5s;
    letter-spacing: .18em;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}

.hic-2 {
    animation-delay: 2s;
    letter-spacing: .18em;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}

.mean-text {
    letter-spacing: .18em;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}

.tail {
    animation-delay: 4.5s;
}

.anim-text .at-letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(-50px);
    animation: slideDown 1s ease forwards;
    min-width: 8px;
}

.anim-text.slide-right .at-letter {
    animation: slideInRight 1s ease forwards;
}

.hidden-anim-text {
    display: none;
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1200px) {

    .hic-1,
    .mean-text {
        font-size: 24px;
    }

    .hero-index-caption {
        padding: 40px 20px;
    }

    .anim-text {
        font-size: 45px;
        line-height: 1;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {

    .hic-1,
    .mean-text {
        font-size: 24px;
    }

    .anim-text {
        font-size: 7vw;
    }
}

@media screen and (max-width: 767px) {

    .hic-1,
    .mean-text {
        font-size: 20px;
    }

    .anim-text {
        font-size: 40px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 576px) {
    .anim-text {
        font-size: 38px;
    }
}

/* ----- video bg ----- */
.video-wrapper {
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-src {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-header {
    position: relative;
    text-shadow: 0 0 25px rgb(0 0 0 / 40%);
}

.video-header p {
    font-size: 23px;
}

.video-header img {
    position: relative;
    top: 15vh;
}

/* ----- podcast assets ----- */
.embed-responsive {
    background: #000;
    margin-top: 20px;
}

.audio-embed {
    margin-top: 40px;
}

iframe {
    border: 0;
}

.well {
    background-color: #f0f0f0;
    padding: 30px;
    border-radius: 20px;
}

.podcast-third-party-icons {
    width: 18px;
    height: auto;
    position: relative;
    top: -2px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}

.podcast-third-party-logo {
    max-width: 300px;
    width: 100%;
    margin-bottom: 15px;
}

/*flip card on index page start */
.flip-card {
    perspective: 1000px;
    width: 100%;
    height: 100%;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}

/*flip card on index page end */
.dotted-line {
    border: none;
    border-top: 1px dashed #ccc;
    margin: 15px 0;
}

.slick-slide {
    padding: 80px 15px !important;
}

#time-slots-section {
    margin-top: 20px;
}

/* ----- home page ----- */
.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-7 {
    margin-top: 7.5px;
}

.mb-7 {
    margin-bottom: 7.5px;
}

.text-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cta-home-lg {
    min-height: 45vh;
    /*border-radius: 15px;*/
    background-size: cover;
    padding: 5vh;
    position: relative;
    overflow: hidden;
}

.cta-home-lg:hover {
    transition: all 0.3s ease;
}

.cta-home-lg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 0, 85, 0);
    transition: background-color 0.3s ease;
    z-index: 1;
}

.cta-home-lg:hover::before {
    background-color: rgba(31, 0, 85, 0.5);
}

.cta-home-lg p,
.cta-home-lg .helper-text {
    position: relative;
    z-index: 2;
}

.font-italic {
    font-style: italic;
}

.self-guided-home {
    background: url('../img/self-guided-home-bg.jpeg') center left no-repeat;
    background-size: cover;
}

.online-home {
    background: url('../img/online-home-bg.jpeg') center center no-repeat;
    background-size: cover;
}

.in-person-home {
    background: url('../img/in-person-home-bg.jpeg') center center no-repeat;
    background-size: cover;
}

.faqAccordion .accordion-button {
    font-size: 22px;
}
.faqAccordion .accordion-body {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .cta-home-lg {
        min-height: 70vh;
    }
    .self-guided-home {
        background: url('../img/self-guided-home-bg-mobile.png') bottom center no-repeat;
        background-size: cover;
    }

    .online-home {
        background: url('../img/online-home-bg-mobile.png') center right no-repeat;
        background-size: cover;
    }

    .in-person-home {
        background: url('../img/in-person-home-bg-mobile.png') center center no-repeat;
        background-size: cover;
    }
}

.table-responsive {
    overflow-x: auto;
}

.fixed-column {
    position: sticky;
    left: 0;
    background-color: white !important;
    z-index: 999;
}

.vertical-center tr>th,
.vertical-center tr>td {
    vertical-align: middle;
}

.vertical-align-top {
    vertical-align: top !important;
}

.f-22 {
    font-size: 22px;
}

.post-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.post-card-info {
  margin-top: auto;
}

/* home 2 */
.min-vh-100 {
    min-height: 100vh;
}
.bg-home-landing-2 {
    background: url('../img/home-landing-2.jpeg') top center no-repeat;
    background-size: cover;
}
.bg-achieved-fulfilling {
    background: url('../img/coaching-2.jpeg') center center no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .bg-achieved-fulfilling {
        background: url('../img/coaching-2-mobile.jpg') center left no-repeat;
    }
    .dark .simple-sm {
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }
    .dark .post-card.post-card-simple {
        background-color: transparent !important;
        backdrop-filter: blur(0) !important;
        -webkit-backdrop-filter: blur(0);
        padding: 15px 0;
        margin-bottom: 45px;
    }
}
.listen-button {
    display: inline-flex;
    min-width: 260px;
    text-align: left;
    align-items: center;
    margin: 5px;
}
.listen-button img {
    height: 50px;
    margin-right: 15px;
}
.listen-button small {
    font-size: 70%;
}
.bg-what-experience {
    background: url('../img/enlightenment-bottom-legacy-arc.jpeg') center center no-repeat;
    background-size: cover;
}
#mc_embed_signup input.mce_inline_error {
    border-color: #ff1000;
}

/* legacy making */
.bg-legacy-making {
    background: url('../img/legacy-making-landing.jpeg') center center no-repeat;
    background-size: cover;
}

.bg-accomplished-leaders {
    background: url('../img/accomplished-leaders.jpeg') center left no-repeat;
    background-size: cover;
}

.square-img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  display: block;
}

.play-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    color: #fff;
    opacity: 0.9;
    cursor: pointer;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: all 0.5s;
  }

  .play-icon:hover i { 
    font-size: 2.7rem;
    opacity: 1;
  }

  #epub-reader #bookContent a {
    transition: none;
}
#epub-reader .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#epub-reader .sidebar {
  overflow-y: auto;
  transition: transform .3s;
}
#epub-reader .sidebar.hidden {
  display: none !important;
}
#epub-reader  #pageContent {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#epub-reader .toc-item {
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
}

#epub-reader .toc-item:hover {
  background: #f8f9fa;
  transform: translateX(5px);
}

#epub-reader .toc-item.active {
  background: #f1f1f1;
  border-left: 3px solid var(--brand-blue);
  border-radius: 5px;
  transform: translateX(0);
}
#epub-reader .progress-bar {
  height: 6px;
  background: #e9ecef;
  margin-top: .5rem;
  border-radius: 2px;
  overflow: hidden;
  transition: height 0.3s ease;
}
#epub-reader .progress-fill {
  height: 100%;
  background: var(--brand-blue);
  width: 0%;
  transition: width .3s;
}
#epub-reader .mobile-menu-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
#epub-reader .loader {
  display: none;
  text-align: center;
  padding: 2rem;
  transition: opacity 0.3s ease-in-out;
}
#epub-reader .page-content {
  line-height: 1.6;
  font-size: 1.1rem;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
#epub-reader .page-content img {
  max-width: 100%;
  height: auto;
}
#epub-reader .page-content.loading {
    opacity: 0;
    transform: translateY(10px);
}
@media (max-width: 768px) {
  #epub-reader .sidebar {
    height: calc(100% - 60px);
    z-index: 10;
  }
  #epub-reader .content {
    padding: 0;
  }
}

.btn-danger {
    color: #fff !important;
}

/* Prevent layout shift during loading */
#epub-reader .content {
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

#epub-reader .content h1,
#epub-reader .content h2,
#epub-reader .content h3,
#epub-reader .content h4, 
#epub-reader .content h5, 
#epub-reader .content h6 {
    color: var(--brand-blue);
}

#epub-reader .content h1 {
    font-size: 26px;
}
#epub-reader .content h2 {
    font-size: 24px;
}
#epub-reader .content h3 {
    font-size: 22px;
}
#epub-reader .content h4 {
    font-size: 20px;
}
#epub-reader .content h5 {
    font-size: 18px;
}
#epub-reader .content h6 {
    font-size: 16px;
}

#epub-reader .widget {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#epub-reader .page-content-wrapper {
    flex: 1;
    overflow: auto;
}

/* Smooth fade-in for new content */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#epub-reader .page-content.fade-in {
    animation: fadeInUp 0.4s ease-out;
}