/*
Theme Name: Profit
Text Domain: profit
Version: 3.1.2
Requires at least: 4.7
Requires PHP: 8.1
Author: Eliran Biton
*/

@font-face {
    font-family: 'SuisseIntl-Light';
    src: url('./fonts/SuisseIntl-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SuisseIntl';
    src: url('./fonts/SuisseIntl-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --lev-yellow: #FFEE00;
    --bs-btn-active-bg: #FFEE00;
    --bs-btn-active-border-color: #FFEE00;
    --mint: #9AF5BD;
    --g-head: #5C9C82;
    --g-text: #3B7860;
    --g-stroke: #22513F;
    --g-back-dark: #0B2E26;
    --g-dark: #042820;
}

body {
    color: var(--mint);
    background-color: var(--g-dark);
    font-family: 'SuisseIntl-Light', sans-serif;
    font-weight: 300;
    padding-top: 50px;
}

body > .entry-header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background: var(--g-dark);
}

body > footer {
    padding: 2.5rem 0 2rem;
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: var(--lev-yellow);
    transition: all .3s;
}

p {
    margin: 0;
}

body button {
    font-weight: normal;
}

span.text-g-text,
p.text,
p.content {
    font-size: 14px;
    line-height: 18.5px;
}

.h1, h1 {
    font-weight: 300;
    margin: 0;
}

.h2, h2 {
    line-height: 36.5px;
    font-weight: 300;
    margin: 0;
}

.h3, h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0;
}

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

.bgbg-dark {
    background-color: var(--g-back-dark);
}

.text-mint {
    color: var(--mint);
}

.text-g-text {
    color: var(--g-text);
}

.text-warning {
    color: var(--lev-yellow) !important;
}

.text-g-head {
    color: var(--g-head);
}

.btn {
    line-height: 1.438;
    padding: 10px 16px;
    font-size: 14px;
}

.actionColumn > a {
    padding: 10px 16px;
}

.sticky .actionColumn > a {
    padding: 5px 16px;
}

.custom-logo-link > img {
    transition: all 0.3s ease;
    width: 151px;
    height: auto;
}

.sticky .custom-logo-link > img {
    width: 125px;
    height: auto;
}

.btn-success {
    background-color: var(--mint);
    color: var(--g-dark);
}

.btn-success:hover {
    border-color: var(--lev-yellow);
    color: var(--lev-yellow);
    background-color: var(--g-dark);
}

.btn-success:active {
    color: var(--g-dark) !important;
    background-color: var(--lev-yellow) !important;
}

.quiz-section-card .portfolio-btn {
    max-width: 300px;
    width: 100%;
}

.quiz-section-card .quiz-navigation {
    margin-top: 50px;
}

.btn-warning {
    border-color: var(--lev-yellow);
    background-color: var(--lev-yellow);
    color: var(--g-dark);
    max-width: 300px;
}

.btn-outline-success:hover,
.btn-warning:hover {
    background-color: var(--g-dark) !important;
    border-color: var(--lev-yellow) !important;
    color: var(--lev-yellow) !important;
}

.btn-outline-success {
    background-color: var(--g-dark);
    color: var(--mint);
    border: 1px solid #9AF5BD;
}

.btn-warning:active {
    background-color: var(--mint) !important;
    border-color: var(--mint) !important;
    color: var(--g-dark) !important;
}

.btn-link.text-mint:hover {
    color: var(--lev-yellow);
}

.btn-outline-success:active {
    background-color: var(--lev-yellow) !important;
    border-color: var(--lev-yellow) !important;
    color: var(--g-dark) !important;
}

.btn-outline-warning {
    border-color: var(--lev-yellow) !important;
    color: var(--lev-yellow) !important;
    padding: 8px;
    line-height: 21px;
}

.btn-outline-warning:hover {
    color: var(--g-dark) !important;
}

.fs-14 {
    font-size: 14px;
}

.border-bottomm {
    border-bottom: 1px solid var(--g-stroke);
}

.navbar .nav-link {
    color: var(--mint);
    padding: 0 12px;
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 300;
}

a {
    transition: all .18s linear;
}

.navbar li.menu-item:hover .nav-link,
.navbar .nav-link:hover,
a:hover {
    color: var(--lev-yellow);
}

.navbar .current-menu-item.active .icons-close-open-vector > span,
.navbar li.menu-item:hover .icons-close-open-vector > span {
    background: var(--lev-yellow);
}

.navbar .nav-link.active {
    color: var(--g-text);
}

.btn-close.btn-close-white {
    background: url('./images/icons/menu-x.svg') no-repeat center/contain !important;
    filter: none !important;
}

.offcanvas-body,
.offcanvas-footer {
    padding: 20px;
}

.offcanvas-footer > p {
    margin-bottom: 1.5rem;
}

.socialIcons a {
    background-color: var(--g-back-dark);
    text-align: center;
    margin: 0 4px;
}

.navbar .offcanvas-footer .socialIcons {
    gap: 10px;
}

.navbar .offcanvas-footer .socialIcons a {
    text-align: center;
    margin: 0;
    color: var(--mint);
    font-size: 26px;
    height: 50px;
    width: 50px;
    background: var(--g-back-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-video {
    position: relative;
    overflow: hidden;
    min-height: 654px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.home .bg-video {
    height: calc(100vh - 77px);
    background: linear-gradient(360deg, rgba(4, 40, 32, 0) 0%, rgba(4, 40, 32, 0.8) 21.85%, rgba(4, 40, 32, 0.9) 34.97%, #042820 43.71%, rgba(4, 40, 32, 0.9) 61.19%, rgba(4, 40, 32, 0.8) 74.31%, rgba(4, 40, 32, 0) 87.42%);
}

.py-hero {
    padding: 20px;
    width: 100%;
    min-height: 315px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.py-hero > h1.secTitle {
    margin-bottom: 18px;
    text-align: center;
}

.py-hero > p.subtitle {
    margin-bottom: 20px;
}

.home .py-hero > p.subtitle {
    margin-bottom: 25px;
    text-align: center;
}

.page-template-page-academy .py-hero > p.subtitle {
    text-align: center;
}

.portfolio-hero {
    margin-top: 160px;
    margin-bottom: 199px;
    padding: 0;
}

.bg-video video {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.social p.text,
.subtitle {
    line-height: 1.8rem;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0 0 10px;
}

.hdivider {
    width: 1px;
    background-color: #22513F;
    height: 28px;
    margin: 0 32px;
}

.cardThesis {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0 auto;
}

.counterStrip .cardThesis {
    background-color: var(--g-back-dark);
    flex-direction: column;
    min-height: 160px;
    justify-content: end;
    padding: 1rem;
}

.cardThesis .item {
    background-color: var(--g-back-dark);
    padding: 50px 1.5rem 22px;
    flex: 1 0 calc(33.33% - 40px / 3);
    box-sizing: border-box;
}

.cardThesis .item:nth-child(n+10) {
    display: none;
}

.portfolio-Card {
    padding: 22px;
}

.portfolio-amount {
    padding-top: 80px;
}

.cardThesis .title {
    color: var(--lev-yellow);
    font-size: 88px;
    line-height: 1;
    margin-bottom: .3rem;
}

.cardThesis .desc {
    color: var(--mint);
    font-size: 14px;
}

.cardThesis .desc {
    margin: 0;
}

.portfolio-Card .portfoiliodate {
    padding-top: 22px
}

.swiper-pagination-bullet {
    background-color: var(--mint);
}

.border-top-g {
    border-top: 1px solid var(--g-stroke);
}

.border-bottom-g {
    border-bottom: 1px solid var(--g-stroke);
}

.bgpattern {
    background: radial-gradient(#04282000, #042820 70%), url('./images/pattern.svg') center/cover;
}

.my-n5 {
    margin: -100px auto;
}

.pricingSlider .swiper-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: center;
}

.pricingSlider .swiper-slide {
    transition: transform 0.3s ease;
}

.pricingCard,
.tableHeading {
    background-color: var(--g-back-dark);
    border-radius: 0;
    margin-top: 0;
}

.pricingCard {
}

.pricingTableSlider .swiper-slide {
}

.pricingTableSlider .swiper-slide .pricingCard {
    margin: 0 auto;
    min-width: 335px;
}

.pricingCard * {
    color: var(--g-text);
}

.pricingTableSliderWrap .swiper-pagination {
    bottom: -63px;
}

.pricingSliderWrap .swiper-slide-active .pricingCard {
    border: 1px solid var(--mint);
    background-color: var(--mint);
}

.pricingSliderWrap .swiper-slide-active .pricingCard * {
    color: var(--g-dark);
    transition: all .2s linear;
}

.pricingSliderWrap .swiper-slide-active .pricingCard .coming-soon .tag i,
.pricingSliderWrap .swiper-slide-active .pricingCard .coming-soon .tag {
    color: var(--g-dark);
}

.pricingCard .coming-soon .tag i,
.pricingCard .coming-soon .tag {
    color: var(--lev-yellow);
}

.pricingCard .list.coming-soon {
    padding-bottom: 1.5rem;
}

.pricingCard .coming-soon .tag {
    margin-bottom: 4rem;
}

.pricingCard .coming-soon p {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.pricingTableSlider .pricingCard.light {
    border: 1px solid var(--g-back-dark);
    background-color: var(--g-back-dark);
}

.pricingTableSlider .pricingCard.light * {
    color: var(--mint);
    transition: all .2s linear;
}

.pricingTableSlider .swiper-slide-active .pricingCard {
    transform: scale(1.05);
    /*transform: scale(1.112);*/
}

.pricingTableSlider .swiper-slide-active {
    z-index: 999;
}

.pricingTableSlider .pricingCard {
    border-right: 2px solid #042820;
    border-left: 2px solid #042820;
}

.pricingTableSlider {
    overflow: visible;
}

.pricingCard h2 {
    margin-bottom: 9px;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
}

.pricingCard p.desc {
    font-size: 14px;
    line-height: 18px;
}

pricingCard p.desc {
    font-size: 14px;
    line-height: 18px;
}

.pricingTableSlider .pricingCard * {
    color: var(--mint);
}

.pricingCard .name,
.tableHeading .name {
    background: url('./images/price-pattern-light.png') no-repeat top center;
    background-size: cover;
    padding: 1rem 1rem 118px;
    height: 210px;
}

.pricingSlider .swiper-slide-active .pricingCard .name,
.pricingSlider .swiper-slide-active .tableHeading .name {
    background: url('./images/price-pattern.png') no-repeat top center;
    background-size: cover;
}

.pricingCard.light .name {
    background: url('./images/price-pattern.png') no-repeat top center;
    background-size: cover;
}

.pricingCard .list {
    margin: 1.3rem 1.3rem 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pricingSlider .pricingCard .list {
    margin: 0 1.3rem 5px;
    padding-bottom: 1rem;
}

.pricingTableSlider .pricingCard .list {
    margin: 0 1.3rem 1rem;
    padding-top: 0;
}

.pricingTableSlider .pricingCard .name,
.pricingTableSlider .tableHeading .name {
    padding: 1rem 1rem 76px;
    height: 165px;
}

.pricingSlider .list {
    border-top: 1px solid #5C9C82;
}

.pricingCard .list li {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1rem;
    padding-left: 36px;
    /*min-height: 28px;*/
    position: relative;
}

.pricingCard .list li:last-child {
    margin-bottom: 0;
}

.check-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('./images/icons/light-check-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.pricingSlider .swiper-slide-active .check-icon {
    background-image: url('./images/icons/check-icon.png');
}

.scaling-range {
    padding-bottom: 5px;
    margin-top: 3rem;
}

.scaling-range h2 {
    text-align: center;
    margin-bottom: 1.3rem;
}

.tableProfitWrap .top-line {
    height: 1px;
    background: var(--mint);
}

.table-headers > .border-manage-main {
    border-bottom: 0;
}

.table.scale-table {
    margin-bottom: 0;
    border-color: var(--mint);
}

.table.scale-table > :not(caption) > * > * {
    background: transparent;
    color: var(--mint);
    font-weight: 300;
}

.table.scale-table > thead > tr > th {
    border-right: 1px solid var(--mint);
}

.table.scale-table > tbody > tr > th,
.table.scale-table > thead > tr > th:first-child {
    padding-left: 0;
}

.table.scale-table > tbody > tr > th,
.table.scale-table > tbody > tr > td,
.table.scale-table > thead > tr > th {
    border-right: 1px solid var(--mint);
}

table.table.scale-table[data-pack="managing"] > tbody > tr > td,
table.table.scale-table[data-pack="managing"] > thead > tr > th,
table.table.scale-table[data-pack="managing"] > tbody > tr > th {
    border-color: var(--g-text) !important;
    color: var(--g-text);

}

.table.scale-table > thead > tr > th:last-child,
.table.scale-table > tbody > tr > td:last-child {
    border-right: 0;
}

.table.scale-table > tbody > tr > td {
    border-color: #22513F;
}

.scale-radio:checked + .scale-label {
    font-size: 52px;
    transform: translateX(-50%) translateY(-60px);
    color: var(--lev-yellow);
}

.scale-radio:checked + .infinity {
    font-size: 82px;
    top: -55px;

}

.scale-radio:checked + .rangeDollar {
    font-size: 1.5rem;
    transform: translateX(-50%) translateY(-28px);
}

.border-manage-main {
    border: 1px solid var(--mint);
    border-left: 0px;
}

.border-manage-table {
    border-bottom: 1px solid var(--g-stroke);
    border-left: 1px solid var(--g-stroke);
}

.border-manage-img {
    border-top: 1px solid var(--mint);
}

.p-left-top {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
}

.pt-80 {
    padding-top: 0px;
}

.swiper-dot.active {
    background-color: var(--lev-yellow);
}

.manage-col {
    height: 100%;
    position: relative;
    background: linear-gradient(to bottom, rgba(4, 40, 32, 0) 33%, rgba(4, 40, 32, 0.5) 49%, rgba(4, 40, 32, 0.7) 62%, rgba(4, 40, 32, 1) 75%);
}

.manage-col .result {
    padding-bottom: 1rem;
}

svg.tunnel-lottie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.accordion,
.accordion-item,
.accordion-button,
.accordion-body,
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.accordion * {
    color: var(--mint);
    padding-left: 0;
}

.accordion-item h2.accordion-header {
    border-bottom: 1px solid var(--g-stroke);
}

.knowledgeCenter .accordion-item:last-child h2.accordion-header {
    border-bottom: 0;
}

.accordion-button {
    font-size: 32px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    line-height: 1.25;
    padding: 20px 0;
}

.accordion-button::after {
    display: none !important;
}

.social {
    padding-top: 2rem;
    padding-bottom: 10rem;
}

.social .secTitle {
    margin-bottom: 15px;
}

.social .subtitle {
    margin-bottom: 37px;
}

.social .socialIcons {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    box-sizing: border-box;
}

.social p.text {
    margin-bottom: 1.2rem;
}

.social .socialIcons a {
    font-size: 34px;
    color: var(--g-dark);
    background-color: var(--mint);
    width: 255px;
    height: 255px;
    flex: 0 0 255px;
    box-sizing: border-box;
    margin: 0;
    min-height: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social .socialIcons a:hover {
    font-size: 38px;
    color: var(--mint);
    background-color: var(--g-stroke);
}

.portfolio-sec {
    background: linear-gradient(#04282000, #042820 20%, #042820 80%, #04282000), url('./images/pattern.svg') center/cover;
    padding: 0px !important;
}

.eduReview {
    border-top: 1px solid var(--g-stroke);
    padding-top: 1rem;
}

.eduReview .stars {
    color: var(--lev-yellow);
    margin: 15px 0;
}

.testimonialSlider {
    position: relative;
    margin-right: 0;
    max-width: 1360px;
    padding-bottom: 7rem;
}

.testimonialSlider .gradient-placeholder {
    background: linear-gradient(270deg, #042820 -12.79%, rgba(4, 40, 32, 0.7) 37.64%, rgba(4, 40, 32, 0.5) 69.4%, rgba(4, 40, 32, 0) 111.62%);
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 530px;
    z-index: 999;
}

.swiper-button-prev {
    left: 2px;
}

.slider-arrows-wrap {
    width: 110px;
    min-height: 50px;
}

.swiper-button-prev,
.swiper-button-next {
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0;
    opacity: 1;
    color: var(--g-dark);
    border-color: var(--mint);
}

.bgwhy .swiper-button-prev,
.bgwhy .swiper-button-next {
    top: 0;
    margin-top: 0;
}

.courseSignup h3 {
    font-size: 24px;
    line-height: 31.13px;
    letter-spacing: -.5px;
    margin-bottom: 2.4rem;
}

.twoItemsSwiper,
.courseSlider {
    margin-bottom: 2rem;
    overflow: hidden;
}

.page-template-page-academy .courseSlider {
    margin-bottom: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.slider-arrow {
    background: url("./images/icons/light-slider-arrow.png") no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-button-prev:hover .slider-arrow,
.swiper-button-next .slider-arrow {
    transform: rotate(180deg);
}

.swiper-button-next:hover .slider-arrow {
    transform: none;
}

.swiper-button:hover .slider-arrow {
    background: url("./images/icons/slider-arrow.png") no-repeat center;
}

.swiper-button-prev:active,
.swiper-button-next:active,
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: var(--lev-yellow);
    color: var(--g-dark);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.4 !important;
    color: var(--mint);
    background-color: transparent;
    border-color: var(--mint);
}

.webinar-s2 .swiper-slide,
.webinar-s3 .swiper-slide {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.webinar-s2 .swiper-slide,
.webinar-s3 .swiper-slide {
    background: none !important;
}

.eduCourseCard {
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 0;
    padding: 24px;
    background: linear-gradient(360deg, #042820 12.61%, rgba(4, 40, 32, 0.9) 23.97%, rgba(4, 40, 32, 0.7) 34.46%, rgba(4, 40, 32, 0.5) 44.94%, rgba(4, 40, 32, 0.25) 58.05%, rgba(4, 40, 32, 0) 71.16%);
    max-height: 412px;
    /*overflow: hidden;*/
    position: relative;
}

.eduCourseCard .excerpt {
    color: var(--g-mint);
    margin-bottom: 1.25rem;
}

.eduCourseCard img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.eduCourseCard + a.btn {
    margin: 0;
    max-width: 100%;
    /*position: absolute;*/
    left: 25px;
    right: 25px;
}

.tag {
    color: var(--lev-yellow);
    align-items: center;
    display: flex;
    margin-bottom: 14px;
}

.tag i {
    font-size: 8px;
    margin-right: 8px;
}

.eduCourseCard .title {
    color: var(--mint);
    margin-bottom: 1rem;
}

.buys-coaching-card .desc {
    color: var(--g-text);
    line-height: 20.75px;
}

.buys-coaching-card .title {
    color: var(--mint);
    font-size: 32px;
    line-height: 41.5px;
}

.customRange {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: var(--g-stroke);
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.customRange:hover {
    opacity: 1;
}

.onlydot {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    background: url('./images/estimate-scale-pattern.png') !important;
}

.customRange::-webkit-slider-thumb,
.onlydot:hover::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px !important;
    height: 28px !important;
    border: 10px solid var(--g-dark) !important;
    outline: 2px solid var(--lev-yellow) !important;
    background: var(--lev-yellow) !important;
    border-radius: 50%;
    cursor: pointer;
}

.onlydot::-webkit-slider-thumb {
    width: 10px !important;
    height: 10px !important;
    outline: none !important;
    border: none !important;
    transition: all .2s linear;
}

.customRange::-moz-range-thumb {
    width: 28px;
    height: 28px;
    background: var(--lev-yellow);
    cursor: pointer;
}

.result span.amount {
    font-size: 32px;
    line-height: 1;
}

.review-date {
    font-size: 88px;
    line-height: 1;
}

.sliderlabels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.estcol {
    background: linear-gradient(178.75deg, #042820 25.4%, rgba(4, 40, 32, 0.7) 38.64%, rgba(4, 40, 32, 0.5) 51.11%, rgba(4, 40, 32, 0) 67.86%);
    height: 93%;
    position: relative;
}

.estcol > span {
    margin-bottom: 10px;
    display: block;
}

.estcol .estvalue {
    color: var(--lev-yellow);
}

.estcol .desc {
    line-height: 20.75px;
}

/* ---------------- Form Control ---------------- */
.form-control {
    background-color: transparent !important;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--g-head);
    outline: none !important;
    box-shadow: none !important;
    color: var(--mint) !important;
}

.form-control::placeholder {
    color: var(--g-head);
}

.form-control:focus {
    border-color: var(--mint);
}

.form-select {
    background: transparent;
    outline: none;
    border: none;
    border-radius: 0;
    color: var(--mint);
    border-bottom: 1px solid var(--g-head);
}

.form-select option {
    background-color: #222;
    /* Dark background */
    color: white;
    /* White text */
}

.form-select option:hover {
    background-color: #444;
    /* Slightly lighter on hover */
}

.newsletter {
    position: relative;
    background: url('./images/newsletter.webp') no-repeat center bottom/cover;
    padding: 160px 0;
}

.newsletter form {
    max-width: 660px;
}

.newsletter input[type=email] {
    padding-left: 0;
    padding-right: 0;
}

footer .logo {
    height: 32px;
    width: auto;
    margin-bottom: 1rem;
}

footer .navtitle {
    font-size: 16px;
    color: var(--g-text);
    margin-bottom: 1.5rem;
}

footer ul {
    list-style: none;
}

footer ul li a {
    font-size: 16px;
    color: var(--mint);
    text-decoration: none;
    margin-bottom: 16px;
    display: inline-block;
}

footer .socialIcons a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    color: var(--g-dark);
    background-color: var(--mint);
    font-size: 18px;
}

footer .socialIcons a:hover {
    background-color: var(--g-head);
}

.comcal {
    padding-top: 150px;
    margin-top: -325px;
}

.comcal h2 {
    margin-bottom: 20px;
}

.line-placeholder {
    display: block;
    height: 1px;
    background: #22513F;
    margin-top: 2.6rem;
    margin-bottom: 8px;
}

.comcal .line-placeholder {
    margin-top: 4.8rem;
    margin-bottom: 13px;
}

.portfolioSlider {
    padding: 92px 2rem 113px;
    color: var(--g-dark);
    overflow: hidden;
    min-height: 690px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.portfolio-quiz-section .pattern-img {
    background: url("./images/pattern-quiz.png") no-repeat center/cover, var(--mint);
    /*background: url("./images/eclips.png") no-repeat center/cover, var(--mint);*/
    /*background: var(--mint);*/
}

.portfolio-quiz-section {
    padding: 0;
}

.portfolioSlider .swiper-pagination-bullet {
    background-color: var(--g-stroke);
}

.portfolioSlider .swiper-pagination-bullet-active {
    background-color: var(--g-dark);
}

.quiz-section-card .title {
    font-size: 52px;
    line-height: 67.44px;
    margin: 0;
}

.quiz-section-card .quiz-content .quiz-question {
    margin-bottom: 55px;
}

.portfolioSlider.swiper-horizontal > .swiper-pagination-bullets {
    bottom: 63px;
}

.quiz-section-card .cta-container {
    margin-top: 2rem;
    border-top: 1px solid #83D6A3;
    padding-top: 2rem;
}

.quiz-section-card > div > .content-container {
    max-width: 896px;
}

.quiz-section-card h2,
.quiz-section-card .quiz-question,
.quiz-section-card .quiz-content .quiz-question {
    font-size: 1.5rem;
    line-height: 31.13px;
}

.custom-radio-wrapper {
    gap: 27px;
}

.custom-radio-wrapper .form-check .custom-radio-input,
.custom-radio-wrapper .form-check label {
    cursor: pointer;
}

label {
    font-weight: 300;
}

.custom-radio-wrapper .form-check label {
    font-size: 1rem;
}

.custom-radio-input {
    width: 28px;
    height: 28px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid var(--g-head);
    border-radius: 50%;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.custom-radio-input:checked {
    background-color: var(--lev-yellow);
    border-color: var(--lev-yellow);
    /*width: 28px;*/
    /*height: 28px;*/
}

.custom-radio-input:checked::after {
    content: "";
    color: var(--g-text);
    position: absolute;
    width: 7px;
    height: 12px;
    border: 2px solid var(--g-dark);
    border-width: 0 2px 2px 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
}

.login_box {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}

.logo-h {
    height: calc(100% - 77px);
}

.logo_box {
    height: 100vh;
}

.auth_checkbox {
    max-width: 400px;
}

.alert {
    left: 50%;
    background-color: var(--g-stroke);
}

.form_box {
    max-width: 525px;
}

.form_box p {
    max-width: 320px;
}

.form-floating > .form-control:focus ~ label {
    color: var(--mint);
}

.form-floating > .form-control:focus ~ label::after {
    background: transparent;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background: transparent;
    color: var(--mint);

}

.accordion_custom {
    border: none !important;
}

.accordion_custom .accordion-header {
    border-bottom: 1px solid var(--g-stroke);

}

.accordion_custom .accordion-body {
    padding-left: 0;
}

.accordion_custom .accordion-button {
    padding: 12px 0;
}

.accordion_custom .accordion-item:last-child {
    border: none !important;
}

.accordion_custom .accordion_menu {
    color: var(--g-text) !important;
    line-height: 20.75px;
    margin-bottom: 8px;
}

.kc_heading {
    margin-bottom: 40px;
    line-height: 41.5px;
}

.kc_sidebar {
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid var(--g-stroke);
    background: var(--g-dark);
}

.accordion_custom .active {
    background: var(--mint);
    border-radius: 100px;
}

.curriculum-heading {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 31.13px;
}

.list-group-item {
    background: transparent;
    color: unset;
    border: none;
    border-bottom: 1px solid #22513F;
    padding: 11px 0;
}

.list-group-item:last-child {
    border-radius: 0;
}

.custom-numbered-list {
    counter-reset: list-counter;
}

.custom-numbered-list .list-group-item:before {
    counter-increment: list-counter;
    content: counter(list-counter, decimal-leading-zero) ". ";
    font-weight: bold;
    margin-right: 10px;
}

.course-content {
    padding: 40px 0 7rem;
    background: url(./images/courses/course-videos-pattern-mobile.png) no-repeat top center / cover;
    margin-top: 2.6rem;
}

.course_about {
    margin-bottom: 80px;
}

.course_about h2 {
    margin-bottom: 1.1rem;
}

.course-info > div {
    gap: 1rem;
}

.course-info {
    padding-bottom: 1rem;
    gap: 35px;
}

.course_about article {
    padding-top: 1rem;
}

.course_ctas {
    margin-top: 40px;
}

.course_img {
    max-height: 324px;
    width: 100%;
    display: flex;
    object-fit: cover;
    object-position: center;
}

.review-card {
    background-color: var(--g-back-dark);
    padding: 25.5px 22px;
    height: 100%;
    min-width: 360px;
    display: flex;
    flex-direction: column;
}

.review-card a {
    display: block;
    margin-top: auto;
}

.review-card .title,
.estcol .estvalue {
    font-size: 88px;
    line-height: 96.8px;
    letter-spacing: -2px;
}

.review-card .title,
.review-card .desc {
    margin: 0;
}

.review-card .desc {
    margin-top: 120px;
    line-height: 20.75px;
    margin-bottom: 1.130rem
}

.review-card a {
    text-decoration: underline;
}

.review-card a {
    color: var(--lev-yellow);
}

.custom-checkbox-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--g-head);
    border-radius: 4px;
    background-color: transparent;
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: relative;
}

.custom-checkbox-input:checked {
    background-color: var(--lev-yellow);
    border-color: var(--lev-yellow);
}

.custom-checkbox-input:checked::after {
    content: "";
    width: 11px;
    height: 8px;
    color: var(--g-text);
    position: absolute;
    width: 7px;
    height: 12px;
    border: 2px solid var(--g-dark);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
}

.port-heading {

    max-width: 899px !important;
    width: 100%;
    justify-self: center;
}

.bg-becom {
    background: linear-gradient(#04282088, #042820), url('./images/become.svg') center/cover no-repeat;
}

.bg-webinar-mid-a1 {
    background: linear-gradient(#04282088, #042820), url('./images/webinar-bitcoin.jpeg') center/cover no-repeat;
}

.bg-webinar-mid-a2 {
    background: linear-gradient(#04282088, #042820), url('./images/webinar-t-2.jpeg') center/cover no-repeat;
}

.bg-webinar-mid-a3 {
    background: linear-gradient(#04282088, #042820), url('./images/webinar-t-3.jpeg') center/cover no-repeat;
}

.webinar-hero {
    padding-top: 160px;
    padding-bottom: 84px;
}

.small-card {
    height: 335px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(359.92deg, #042820 8.82%, rgba(4, 40, 32, 0.9) 30.07%, rgba(4, 40, 32, 0.7) 44.24%, rgba(4, 40, 32, 0.5) 65.49%, rgba(4, 40, 32, 0.25) 79.66%, rgba(4, 40, 32, 0) 93.82%);
}

.webinar-small-content {
    padding: 0 1.2rem 1.2rem;
}

.webinar-small-content > h2 {
    margin-bottom: 11px;
}

.small-card .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mid-card-button {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 20px;
    padding-bottom: 28px;
}

.course-webinar-hero {
    padding: 200px 1.5rem;
}

.about-hero-section .bg-about-hero p {
    font-size: 1.5rem;
    line-height: 31.13px;
    margin-bottom: 1.2rem;
}

.about-page-title {
    font-size: 52px;
    line-height: 67.44px;
}

.leadership-card {
    padding: 311px 22px 28px;
}

.leadership-card .desc,
.leadership-card .tag {
    line-height: 20.75px;
}

.leadership-card .desc {
    color: var(--g-text);
}

.leadership-card .title {
    margin: 12px 0px;
    font-size: 32px;
    line-height: 41.5px;
}

.leadership-card-1 {
    background: linear-gradient(#04282000 50%, #042820 90%), url(./images/courses/1.jpeg) center/cover no-repeat;
}

.leadership-card-2 {
    background: linear-gradient(#04282000 50%, #042820 90%), url(./images/courses/2.jpeg) center/cover no-repeat;
}

.leadership-card-3 {
    background: linear-gradient(#04282000 50%, #042820 90%), url(./images/courses/3.jpeg) center/cover no-repeat;
}

.about-page-slider-section {
    background: url(./images/text-exchange-pattern-mobile.png) no-repeat center;
    min-height: 665px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-slider .swiper-slide {
    padding: 0;
    text-align: center;
}

.about-slider h2 {
    max-width: 665px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 42px;
}

.leader-section h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 1.3rem;
    text-align: center;
}

.leader-section ul li {
    color: var(--lev-yellow);
}

.about-hero-section {
    margin-bottom: 2.5rem;
}

.page-template-page-about .prf-breadcrumbs {
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
}

.leader-section .leader-image {
    margin: 0 auto 3.2rem;
}

.leader-section ul,
.leader-section h3 {
    margin-bottom: .8rem;
}

.leader-section p.about-text {
    max-width: 688px;
}

.about-slider > .swiper-slide > .our-goal {
    font-size: 1.5rem;
    line-height: 31.13px;
    margin-bottom: 1rem;
}

.text-yellow {
    color: var(--lev-yellow);
}

.signup-form {
    display: none;
}

.loginprfw {
    padding: 0;
}

.loginprfw .prfw-input-icon-box__control--alt {
    background: transparent;
}

.prfw-common .prfw-btn-secondary,
.loginprfw-layout--horizontal .loginprfw__login-bar-control,
.loginprfw-layout--horizontal {
    width: 100%;
}

.loginprfw-layout--horizontal .loginprfw__login-bar {
    width: 100%;
    flex-direction: column;
    gap: 30px;
}

.loginprfw-layout--horizontal .loginprfw__login-by-email {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
}

.loginprfw-layout--horizontal .loginprfw__login-bar-control--input {
    margin-right: 0;
    width: 100%;
}

.prfw-common .prfw-input-icon-box__control {
    padding: 0;
    border-bottom: 1px solid #22513F;
}

.prfw-common .prfw-input-icon-box__control:focus {
    padding: 0 10px;
}

.prfw-common .prfw-input-icon-box__icon-wrapper {
    display: none;
}

.prfw-common .prfw-btn-secondary {
    height: 45px;
    border-radius: 500px;
    background: #FFEE00;
    color: #042820;
    font-size: 1rem;
}

.prfw-common .prfw-input-icon-box__control, .prfw-common .prfw-input-icon-box__icon-wrapper {
    height: 46px;
}

body.page-template-page-login > footer,
body.page-template-page-login > header {
    display: none;
}

.prfw-growl .growl-container .alert-error.icon {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 350px;
    margin: auto;
    height: 52px;
    z-index: 999999;
}

body.page-template-page-login .form-container {
    margin-top: 1rem;
}

.profit-tabs > button {
    height: 48px;
}

.social-login a.btn-outline-success,
.social-login button.btn-outline-success {
    gap: 12px;
}

.entry-header > nav {
    z-index: 99999999;
    position: relative;
    padding: .5rem 0;
    min-height: 50px;
    background: var(--g-dark);
    transition: all 0.3s ease;
}

#menu-main-menu {
    gap: 10px;
}

.clients {
    /*min-height: 178px;*/
    background: linear-gradient(0deg, #042820 21.07%, rgba(4, 40, 32, 0.7) 38.64%, rgba(4, 40, 32, 0.5) 51.11%, rgba(4, 40, 32, 0) 76.82%);
    padding-bottom: 0;
    margin-top: auto;
}

.secTitle {
    font-weight: 300;
}

.why-us-section {
    background: url(./images/why-us-pattern.png) top center no-repeat;
    background-size: auto 480px;
    padding-top: 75px;
    margin-bottom: 1.7rem;
}

.laptop-section {
    background: url(./images/pattern-ecllips.png) top center no-repeat;
    background-size: contain;
    z-index: 99;
}

.laptop-section .secTitle {
    padding-top: 20px;
    margin-bottom: 18px;
}

.why-us-section .titleWrap {
    margin-bottom: 58px;
}

.why-us-section .levcard .icon {
    margin-right: 16px;
}

.why-us-section .levcard .icon > img {
    height: 40px;
    width: 40px;
}

.why-us-section .levcard .content h2 {
    margin-right: 10px;
    padding-bottom: 4px;
    line-height: 1.4;
}

.why-us-section .levcard .content p {
    padding-top: 1rem;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

#euro-lottie-container {
    height: 630px;
    margin: -160px 0 -225px;
    position: relative;
    z-index: -1;
}

.pricingCard.light {
}

.portfolio-quiz-section .quizz-logo {
    margin-bottom: 1.4rem;
}

.profitScaleColumn > p {
    margin-bottom: 4.7rem;
}

.profitScaleColumn > p.estimateTitle {
    margin-bottom: 1.4rem;
    padding-top: 1rem;
}

.scale-mobile div span.infinity,
.scale-point.infinityItem span {
    width: 40px;
    height: 17px;
    background: url("./images/icons/infinity.png") no-repeat center/contain;
    transition: transform 0.3s ease;
    top: -40px;
}

.scale-mobile div span.infinity {
    height: 20px;
    display: block;
}

.scale-mobile div.active span.infinity,
.scale-point.infinityItem.active span {
    background: url("./images/icons/yellow-infinity.png") no-repeat center/contain;
    top: -40px;
}

.resultsWrap .result {
    justify-content: center;
    margin-bottom: 2rem;
}

.resultsWrap .line-placeholder {
    margin-top: 0;
    margin-bottom: 35px;
}

.paymentWrap {
    padding-top: 14.3rem;
    background: url("./images/payout-pattern.png") no-repeat top center;
    background-size: contain;
    margin-bottom: 4.3rem;
}

.bgwhy h2 {
    margin-bottom: 2rem;
}

.courses .bgwhy h2 {
    margin-bottom: 0;
}

.bg-ellipse-pattern .elow-course-pattern {
    margin-bottom: 0;
}

.bg-ellipse-pattern .swiper-button-prev,
.bg-ellipse-pattern .swiper-button-next {
    top: 22px;
}

.bg-ellipse-pattern .swiper-button-prev {
    left: 0;
}

.testimonials .secTitle {
    margin-bottom: 0;
}

.testimonials .prf-swiper-pagination {
    width: 100%;
    /*min-width: 475px;*/
}

.commissions {
    background: url("./images/commission-gradient.png") no-repeat top center;
    /*background: url("./images/commision-pattern.png") no-repeat top center;*/
    /*background-size: cover;*/
}

.commissions > div.container-fluid {
    /*background: url("./images/commission-gradient.png") no-repeat top center;*/
}

#faqAccordion {
    margin-bottom: 3rem;
}

#faqAccordion .accordion-body {
    padding: 0 0 1.6rem 0;
}

.faq-section {
    padding: 3.777rem 0 6.2rem;
}

.faq-section .secTitle {
    margin-bottom: 1.1rem;
}

#faqAccordion .accordion-button {
    padding: 35px 0;
}

.clients-logos > img {
    max-width: 100%;
    width: 100%;
    height: 24px;
    margin: 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    object-position: center;
}

.counterStrip .swiper-pagination {
    bottom: -10px;
}

.mySwiper .swiper-slide {
    width: 280px;
}

.mySwiper {
    padding-bottom: 20px;
}

.why-us-section h2.secTitle {
    margin-bottom: 19px;
}

.why-us-section .levcard {
    padding-bottom: 8px;
}

.imageWrap > img {
    margin: 0 auto 1rem;
}

/*#euro-lottie-container:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(178.75deg, #042820 21.07%, rgba(4, 40, 32, 0.7) 38.64%, rgba(4, 40, 32, 0.5) 51.11%, rgba(4, 40, 32, 0) 76.82%);
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: 100% 50%, 100% 50%;
    z-index: 999;
}*/

.pricing p.subtitle {
    margin-bottom: 5px;
}

.pricing {
    /*z-index: -1;*/
    position: relative;
}

.pricing .video-wrap > video {
    max-height: 340px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.pricing .video-wrap {
    margin: 0 0 -15px;
    z-index: -1;
}

.pricing .video-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(178.75deg, #042820 21.07%, rgba(4, 40, 32, 0.7) 38.64%, rgba(4, 40, 32, 0.5) 51.11%, rgba(4, 40, 32, 0) 76.82%);
    z-index: 1;
    height: 100px;
}

.pricing .video-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(1.25deg, #042820 21.07%, rgba(4, 40, 32, 0.7) 38.64%, rgba(4, 40, 32, 0.5) 51.11%, rgba(4, 40, 32, 0) 76.82%);
    z-index: 1;
    height: 100px;
}

.pricingSliderWrap .swiper-pagination {
    bottom: -7px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 6px;
    height: 6px;
}

.scale-container {
    max-width: 100%;
    margin: 40px 44px;
    position: relative;
    padding: 20px 0;
}

.percentageScale .scaleWrap .scale-placeholder {
    display: none;
}

.percentageScale .scale-line {
    /*background: url(./images/estimate-scale-dots1.png) no-repeat center;*/
    background: transparent;
    height: 4px;
}

.percentageScale .scale-point::before {
    color: var(--g-text);
}

.percentageScale ul.scale-points > li.scale-point:last-child {
    z-index: -1;
    position: relative;
}

.percentageScale ul.scale-points > li.scale-point > span {
    opacity: 0;
    color: var(--mint);
    top: -30px;
    background: var(--g-dark);
}

.percentageScale ul.scale-points > li.scale-point:last-child > span {
    right: 20px;
    left: auto;
}

.percentageScale ul.scale-points > li.scale-point:last-child > span,
.percentageScale ul.scale-points > li.scale-point:first-child > span {
    opacity: 1;
    left: 8px;
}

.percentageScale .scale-container {
    margin: 40px 5px 28px;
}

.scale-line {
    height: 2px;
    background: #22513F;
    position: relative;
}

.scale-points {
    position: relative;
    margin-top: -8px;
}

.scale-point {
    position: absolute;
    cursor: pointer;
    transform: translateX(-50%);
    list-style: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.percentageScale .scale-point {
    top: 2px;
}

.percentageScale .scale-point.active {
}

.scale-mobile div,
.scale-point span {
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 20px;
    color: var(--mint);
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top: -40px;
    position: relative;
}

.scale-point.active span {
    font-size: 35px;
    top: -50px;
    color: var(--lev-yellow);
    font-weight: 300;
    position: relative;
    letter-spacing: -1px;
}

.profitScaleColumn .scale-point.active span {
    font-size: 1.5rem;
    top: -47px;
    color: var(--lev-yellow);
}

.percentageScale ul.scale-points > li.scale-point.active > span {
    opacity: 1;
    color: var(--lev-yellow);
    top: -35px;
}

.percentageScale .scale-point::before {
    font-size: 13px;
}

.percentageScale .scale-point.active::before {
    scale: 1.7;
    opacity: 0;
}

.percentageScale .slider-handle::before {
    height: 75px;
}

.percentageScale .slider-handle {
    top: 0;
}

.percentageScale .slider-handle::before {
    opacity: 0;
}

.profitScaleColumn .slider-handle:hover::before {
    /*opacity: 1;*/
}

.profitScaleColumn .scale-point span {
    color: var(--g-text);
    top: -38px;
}

.scaleWrap .scale-placeholder {
    display: block;
    height: 2px;
    background: #22513F;
    margin-bottom: -62px;
    position: relative;
}

.scale-mobile div::after,
.scale-point::before {
    content: '•';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: var(--mint);
    transition: all 0.3s ease;
    width: 8px;
    height: 8px;
}

.scale-point.active::before {
    color: var(--lev-yellow);
    /*font-size: 1.5rem;*/
}

.slider-handle {
    width: 8px;
    height: 8px;
    background: var(--lev-yellow);
    border-radius: 50%;
    position: absolute;
    top: -4px;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 10;
}

.slider-handle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    background: transparent;
    border: 1px solid #FFEE00;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.scale-container-mobile {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100px;
}

.scale-mobile {
    display: flex;
    gap: 90px;
    position: relative;
    cursor: grab;
    align-items: center;
    padding-top: 40px;
}

.scale-mobile div {
    top: -38px;
    text-align: center;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease;
}

.scale-mobile div::after {
    top: 31px;
}

.scale-mobile div span.text {
    font-size: 14px;
    transition: all 0.3s ease;
}

.scale-mobile div.active span.text {
    color: var(--lev-yellow);
    font-size: 24px;
    line-height: 30px;
    display: block;
    position: relative;
    top: -4px;
}

.scale-mobile div.active::after {
    color: var(--lev-yellow);
    top: 36px;
}

.scale-line-mobile {
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--g-stroke);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.center-marker-mobile {
    position: absolute;
    width: 3px;
    height: 50px;
    background: red;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.scale-container-mobile:before,
.scale-container-mobile:after {
    content: '';
    display: block;
    height: 142px;
    width: 80px;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 999;
}

.scale-container-mobile:after {
    right: -60px;
    display: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 40, 32, 1) 100%);
}

.scale-container-mobile:before {
    left: -60px;
    display: none;
    background: linear-gradient(to right, rgb(0 40 32) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
}

.pricingTableSliderWrap {
    padding-top: 20px;
}

.quiz-content > .custom-radio-wrapper {
    display: flex;
    flex-direction: column;
}

.payoutsItems > div .levcard {
    margin-bottom: 1.5rem;
}

.payoutsItems > div:last-child .levcard {
    padding-right: 0;
}

.paymentWrap .levcard > .icon {
    margin-bottom: 20px;
}

.paymentWrap .levcard h3 {
    margin-bottom: 12px;
}

.paymentWrap .levcard > .content > h2.title {
    margin-bottom: 10px;
}

.paymentWrap .levcard > .content > p {
    padding-top: 10px;
}

.sliderArrowsWrap {
    display: flex;
    flex-direction: column;
}

.home .sliderArrowsWrap h2 {
    font-size: 32px;
}

.swiper-button-next {
    right: 0;
}

.bg-ellipse-pattern478 {
    background: url(./images/478-clear-pattern.png) top center no-repeat;
    background-size: auto 480px;
    min-height: 386px;
}

.bg-ellipse-pattern478 > h2 {
    font-size: 32px;
    line-height: 41.5px;
    margin-bottom: 1rem;
}

.bg-ellipse-pattern478 > p {
    font-size: 1.125rem;
    line-height: 25px;
}

.knowledgeCenter > .row .content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 375px;
    padding: 2rem 1.2rem;
}

.knowledgeCenter > .row:first-child .content {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.knowledgeCenter > .row .content > h2 {
    margin-bottom: 8px;
}

.knowledgeCenter > .row .content p {
    font-size: 14px;
    line-height: 20px;
}

.knowledgeCenter > .row .content > a {
    margin-top: 1rem;
}

.bg-pattern {
    background: url(./images/daily-market-review.png) no-repeat top center/cover;
}

.leverageNewsBoxSection {
    padding-top: 7rem;
}

.leverageNewsBoxSection .cards {
    padding-bottom: 4.8rem;
}

.leverageNewsBoxSection h2 {
    font-size: 32px;
    line-height: 41.5px;
    margin-bottom: 2rem;
}

.page-template-page-academy .bg-video {
    margin-bottom: 2rem;
    background: linear-gradient(360deg, rgba(4, 40, 32, 0) 0%, rgba(4, 40, 32, 0.8) 21.85%, rgba(4, 40, 32, 0.9) 34.97%, #042820 43.71%, rgba(4, 40, 32, 0.9) 61.19%, rgba(4, 40, 32, 0.8) 74.31%, rgba(4, 40, 32, 0) 87.42%);
}

.page-template-page-academy .slider-arrows-wrap {
    margin-top: 2px;
}

.post-type-archive-webinars .bg-video {
    min-height: 398px;
    margin-bottom: 5rem;
}

.post-type-archive-webinars .bg-video .py-hero {
    background: transparent;
    align-items: center;

}

.webinar-date {
    color: var(--mint);
    margin-bottom: 0.8rem;
    display: block;
}

.webinar-page-items > .row {
    margin-bottom: 1.5rem;
}

.post-type-archive-courses .bg-video {
    min-height: 409px;
}

.bg-video > svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: -1;
}

.single-reviews .bg-video,
.tax-review_category .bg-video {
    max-height: 240px;
    margin-top: -35px;
}

.single-reviews .bg-video > svg,
.tax-review_category .bg-video > svg {
    width: 100% !important;
    height: auto !important;
    display: none;
}

.post-type-archive-courses .knowledgeCenter > .row .content > h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 31.5px;
}

.post-type-archive-courses .knowledgeCenter > .row .content > h2 + p.d-flex {
    margin-bottom: 13px;
}

.post-type-archive-courses .knowledgeCenter > .row .content > p {
    margin-bottom: 5px;
}

.post-type-archive-courses .knowledgeCenter {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.post-type-archive-courses .knowledgeCenter > .row .content {
    min-height: 400px;
}

.post-type-archive-reviews .bg-video {
    min-height: 237px;
}

.paymentWrap h2.secTitle {
    margin-bottom: 43px;
}

.pricing .manage-col + a {
    max-width: 100%;
}

.newsletter p {
    font-size: 1rem;
}

.newsletter .titleWrap {
    margin-bottom: 4rem;
}

.quiz-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quiz-step .custom-radio-wrapper {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.quiz-step .custom-radio-wrapper .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
}

.quiz-section-card {
    position: relative;
    z-index: 2;
}

.quiz-step[data-step="1"] {
    display: flex;
}

.toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    z-index: 1000;
}

.toast.error::before {
    content: "✖";
    color: white;
    margin-right: 10px;
}

.toast.success::before {
    content: "✔";
    color: white;
    margin-right: 10px;
}

.toast.error {
    background-color: #dc3545;
    color: white;
}

.quiz-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

table[data-pack="managing"].table.scale-table thead > tr th {
    /*border-bottom-color: #FFEE00;*/
}

table[data-pack="managing"].table.scale-table tbody > tr:first-child > * {
    /*background: #FFEE00;*/
    /*border-color: #FFEE00;*/
    /*color: var(--g-dark);*/
}

.swiper-slide .plan-table {
    margin: 0 1rem;
    overflow: hidden;
    padding-bottom: 1.1rem;
}

.pricing h2.secTitle {
    margin-bottom: 1.6rem;
}

.pricingTableSliderWrap .pricingCard .name {
    background: url(./images/pricing-card-pattern.png) no-repeat bottom -15px center;
    background-size: cover;
}

.prf-load-item {
    transition: opacity 0.3s ease-in-out;
}

.btn-warning {
    transition: all 0.3s ease;
}

.btn-warning:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    /*background-color: var(--mint);*/
    /*color: var(--g-dark);*/
    /*border-color: var(--mint);*/
}

.single-reviews .bg-video .gradient-placeholder,
.tax-review_category .bg-video .gradient-placeholder {
    background: linear-gradient(to bottom, rgba(4, 40, 32, 0) 24%, rgba(4, 40, 32, 1) 125%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-reviews .bg-video .py-hero {
    /*background: linear-gradient(to bottom, rgba(4, 40, 32, 0) 24%, rgba(4, 40, 32, 1) 79%);*/
}

.single-reviews .bg-video,
.tax-review_category .bg-video {
    max-height: 210px;
    min-height: initial;
    margin-bottom: -88px;
}

.prf-breadcrumbs {
    margin: 1.125rem 0;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    z-index: 9999999;
    position: relative;
}

.prf-breadcrumbs .crumb-ellipsis {
    display: none;
}

.prf-breadcrumbs .crumb-middle {
    display: inline-flex;
}

.prf-breadcrumbs .crumb-home + .breadcrumb-arrow + .crumb-ellipsis {
    display: none; /* Esconde flecha antes de ellipsis */
}

.prf-breadcrumbs .crumb-ellipsis + .breadcrumb-arrow {
    display: none; /* Esconde flecha después de ellipsis */
}

.review-bg {
    margin-bottom: 1.5rem;
    background: var(--g-dark);
}

.reviewTitleWrap {
    padding-bottom: 1.3rem;
    position: relative;
}

.reviewTitleWrap:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: var(--g-stroke);
    position: absolute;
    bottom: 0;
}

.page .entry-header h1 {
    margin-bottom: 3rem;
}

.entry-header + article.mainContent {
    padding-top: 3rem;
}

article h2, .wp-block-heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 1rem;
}

article .prf-breadcrumbs {
    margin: 1.2rem 0;
}

article .wp-block-list {
    padding-left: 1.4rem;
    margin-bottom: 1.2rem;
}

article .wp-block-list li {
    padding-bottom: .7rem;
}

article .wp-block-list > li {
    padding-bottom: 1rem;
}

article .wp-block-list > li:last-child {
    padding-bottom: 0;
}

article figure {
    margin: 0 0 2.2rem;
}

article p {
    margin-bottom: 1.2rem;
}

.single-courses .bg-video {
    min-height: 370px;
}

.single-courses .bg-video .py-hero {
    background: transparent;
    padding-top: 8.4rem;
}

.bg-video > .py-hero > .top-of-the-banner-text-image {
    margin-bottom: 1.5rem;
}

.webinar-s3-slider {
    overflow: hidden;
}

.courses-videos-slider .swiper-slide > img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.course-content .secTitle {
    margin-bottom: 2.8rem;
}

.small-card .play-hover.play-btn {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.small-card .play-btn {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.small-card:hover .play-btn {
    opacity: 0;
}

.small-card:hover .play-hover {
    opacity: 1;
    display: block;
}

.dropdown-item {
    color: var(--mint);
    text-align: left;
}

.navbar .current-menu-parent a.nav-link,
.navbar .nav-item .dropdown-menu .current-menu-item a.dropdown-item,
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--lev-yellow);
    background-color: transparent;
}

.dropdown-toggle::after {
    content: "";
    border: 0;
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url('./images/icons/menu-plus.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.cover-link {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.loading-dots {
    text-align: center;
    font-size: 2rem;
    color: #98ff98; /* צבע מנטה כמו ה-text-mint */
}

.loading-dots span {
    animation: bounce 0.6s infinite;
    display: inline-block;
}

.loading-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.knowledge-content {
    transition: all 0.3s ease;
}

.knowledgeCenter .accordion-button {
    background: none;
    border: none;
    padding: .7rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-arrow {
    display: inline-block;
    background: url("./images/icons/accordion-arrow.png") no-repeat center center/contain;
    width: 12px;
    height: 8px;
    transition: transform 0.3s ease;
}

.knowledgeCenter .accordion-button:not(.collapsed) .accordion-arrow {
    transform: rotate(180deg);
}

.knowledgeCenter .accordion-button.collapsed .accordion-arrow {
    transform: rotate(0deg);
}

.knowledgeCenter .accordion {
    width: 100%;
}

.load-post:hover,
.load-post.active {
    border-radius: 4px;
}

.knowledgeCenter .accordion-body {
    padding-top: 7px;
    padding-bottom: 2.2rem;
}

.knowledgeCenter .accordion-body > a {
    color: var(--g-text);
}

.knowledgeCenter .accordion-body > a:hover,
.knowledgeCenter .accordion-body > a:active,
.knowledgeCenter .accordion-body > a.active {
    color: var(--mint);
}

.knowledgeCenter h1 {
    text-align: center;
    margin-bottom: 2.6rem;
    font-size: 2rem;
    line-height: 2.5rem;
}

.knowledge-content > .menu-toggle {
    position: absolute;
    right: 12px;
    top: 22px;
    width: 22px;
    height: 30px;
}

.offcanvas-backdrop {
    background: transparent;
}

.kc_sidebar.show:not(.hiding), .kc_sidebar.showing {
    width: 100%;
    height: 100vh;
}

.close-menu-icon {
    --bs-btn-close-bg: url(./images/icons/close-icon.png);
    background: var(--bs-btn-close-bg) no-repeat center / contain;
    width: 16px;
    height: 16px;
    display: block;
}

.offcanvas-header {
    min-height: 70px;
}

.offcanvas-header > a {
    position: absolute;
    right: auto;
}

.icons-close-open-vector {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.icons-close-open-vector > span {
    display: block;
    height: 1px;
    width: 40px;
    background: var(--mint);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.icons-close-open-vector > .vertical {
}

.icons-close-open-vector > .horizontal {
    transform: rotate(90deg);
    opacity: 0;
}

.accordion-button.collapsed .icons-close-open-vector > .horizontal {
    opacity: 1;
}

.accordion-collapse {
    transition: height 0.3s ease;
}

.accordion-button {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #e0f7f0;
    /*color: #000;*/
}

.main-page-image {
    display: flex;
    object-fit: contain;
    object-position: center;
    margin: 0 auto -135px;
}

.error404 h1 {
    margin-bottom: 1.1rem;
}

.page-template-page-about .bg-video {
    background: linear-gradient(to bottom, rgba(4, 40, 32, 1) 14%, rgba(4, 40, 32, 0.6) 28%, rgba(4, 40, 32, 0) 39%);
    height: 730px;
}

.page-template-page-about .bg-video {
    /*height: calc(100vh - 120px);*/
    /*background: linear-gradient(360deg, rgba(4, 40, 32, 0) 0%, rgba(4, 40, 32, 0.8) 21.85%, rgba(4, 40, 32, 0.9) 34.97%, #042820 43.71%, rgba(4, 40, 32, 0.9) 61.19%, rgba(4, 40, 32, 0.8) 74.31%, rgba(4, 40, 32, 0) 87.42%);*/
}

.post-type-archive-courses .bg-video {
    height: 409px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(4, 40, 32, 0) 32%, rgba(4, 40, 32, 0.6) 46%, rgba(4, 40, 32, 1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.page-template-page-about .bg-video .py-hero h1 {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
}

.page-template-page-about .bg-video .py-hero {
    flex-direction: column-reverse;
    align-items: start;
    justify-content: start;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 670px;

}

.page-template-page-about .bg-video .gradient-placeholder {
    background: linear-gradient(to bottom, rgba(4, 40, 32, 0) 23%, rgba(4, 40, 32, 1) 106%);
    display: block;
    height: 182px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x) * .7);
    padding-left: calc(var(--bs-gutter-x) * .7);
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * .7);
    padding-left: calc(var(--bs-gutter-x) * .7);
}

.social h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 1rem;
}

.clients-logos {
    display: flex;
    overflow-x: hidden;
    white-space: nowrap;
    user-select: none;
    cursor: grab;
    margin-bottom: 1.4rem;
}

.trusted-by {
    font-size: 14px;
    color: var(--mint);
    padding-bottom: 0.1rem;
}

.simulation-price-text {
    font-size: 14px;
    line-height: 1;
}

.quiz-question {
    text-align: center;
}

.quiz-step p,
.quiz-step h2 {
    text-align: center;
}

.restart-quiz {
    font-size: 14px;
}

.result-price,
.result-package {
    font-size: 32px;
    line-height: 36px;
}

.result > div {
    gap: 15px;
    display: flex;
    align-items: baseline;
}

.page-template-page-academy h2.secTitle {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 2.8rem;
}

.post-type-archive-reviews .bg-video {
    min-height: 210px;
    background: linear-gradient(to bottom, rgba(4, 40, 32, 0) 24%, rgba(4, 40, 32, 1) 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.post-type-archive-reviews .bg-video .py-hero {
    min-height: auto;
}

#newsletter-message {
    width: 265px;
    margin: 0 auto;
    background: #22513F;
    border-radius: 100px;
    height: 48px;
    color: var(--mint);
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 6px;
    opacity: 0; /* Hidden by default */
    transform: translateY(20px); /* Start slightly below */
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
    display: flex;
    transition: opacity 0.4s ease, transform 0.4s ease; /* Smooth transition */
}

#newsletter-message.visible {
    opacity: 1;
    transform: translateY(0); /* Slide up to position */
    animation: popIn 0.4s ease forwards; /* Pop-in animation */
}

#newsletter-message.success .green-check-icon {
    display: inline-block;
    height: 28px;
    width: 28px;
    background: url(./images/icons/newsletter-check.png) no-repeat center;
    background-size: contain;
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }
    70% {
        opacity: 1;
        transform: translateY(0) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/*#newsletter-message .green-check-icon {
    display: inline-block;
    height: 28px;
    width: 28px;
    background: url(./images/icons/newsletter-check.png) no-repeat center;
}*/

.cover-anchor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999;
}

.final-step p.account-description {
    padding-bottom: 1.4rem;
    font-size: 24px;
    line-height: 32px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    gap: 6px;
    display: flex;
    z-index: 9999;
}

#menu-main-menu .menu-item {
    display: flex;
}

#menu-main-menu .dropdown.menu-item {
    /*padding-right: 11px;*/
}

.menu-item .icons-close-open-vector > .horizontal {
    opacity: 1;
}

.menu-item a.show + .icons-close-open-vector > .horizontal {
    opacity: 0;
}

.menu-item .icons-close-open-vector {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    display: none;
}

.menu-item .icons-close-open-vector > span {
    display: block;
    height: 1px;
    width: 14px;
    background: var(--mint);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-item .icons-close-open-vector > .vertical {
    position: relative;
    top: 1px;
}

.navbar .offcanvas.offcanvas-end {
    z-index: 99999999;
}

.home #faqAccordion .accordion-body {
    padding: 1rem 0 1.6rem 0;
}

.bg-video + .position-relative {
    z-index: 9;
}

.single-reviews .bg-video + .position-relative,
.tax-review_category .bg-video + .position-relative {
    margin-bottom: 4rem;
}

.mobile-video {
    display: none;
}

.portfolio-btn,
.portfolio-buy-btn {
    padding: 10px;
    background-color: var(--g-dark);
    text-decoration: none;
    transition: all 300ms;
}

.portfolio-btn {
    text-decoration: none;
    border: 2px solid var(--g-dark);
}

.btn-dark:focus,
.btn-dark {
    background-color: var(--g-dark);
    color: var(--mint);
    border: 2px solid var(--g-dark);
}

.btn:focus-visible,
.portfolio-btn.btn-primary:focus,
.btn-primary:focus,
.btn.disabled,
.btn:disabled, fieldset:disabled .btn,
.btn-primary {
    background-color: var(--lev-yellow);
    border: 2px solid var(--lev-yellow);
    color: var(--g-dark);
}

.portfolio-btn.btn-primary:hover,
.portfolio-btn.btn-primary:active,
.btn-primary:active,
.btn-primary:hover {
    background-color: var(--g-dark);
    border: 2px solid var(--lev-yellow);
    color: var(--lev-yellow);
}

.btn-dark:hover {
    color: var(--g-dark);
    background-color: transparent;
}

.portfolio-buy-btn,
.btn-dark.btn-warning,
.btn-dark.active,
.btn-dark:active {
    color: var(--g-dark);
    border: 2px solid var(--lev-yellow);
    background-color: var(--lev-yellow);
}

.portfolio-buy-btn:hover {
    color: var(--g-dark);
    /* background-color: transparent; */
}

.portfolio-buy-btn + a:hover {
    color: var(--g-dark);
}

.single-traders_library .bg-video h1,
.post-type-archive-traders_library .bg-video h1 {
    margin-bottom: 0;
}

.post-type-archive-traders_library .bg-video,
.post-type-archive .bg-video {
    min-height: 260px;
}

.single-traders_library .py-hero,
.post-type-archive-traders_library .py-hero,
.post-type-archive-traders_library .py-hero {
    /*max-width: 1450px;*/
    text-align: left;
    align-items: center;
    justify-content: center;
    min-height: auto;
}

.single-reviews .mobile-video,
.tax-review_category .mobile-video {
    display: block;
}

.knowledgeCenter article {
    padding-right: 1.5rem;
}

.single-traders_library .bg-video,
.post-type-archive-traders_library .bg-video {
    min-height: 160px;
}

.scale-table th:first-child,
.scale-table td:first-child {
    position: sticky;
    left: 0;
    background: var(--g-dark);
    z-index: 2;
}

.scale-table th:first-child:before,
.scale-table td:first-child:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--mint);
}

.scale-table th:first-child:after,
.scale-table td:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -1px;
    width: 1px;
    height: 100%;
    background: var(--mint);
}

.scale-table thead th:first-child {
    z-index: 3;
    white-space: nowrap;
}

.quiz-pattern-top img {
    opacity: 0;
}

.scroll-to-top {
    background: var(--lev-yellow);
    bottom: 10%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.scroll-to-top a {
    color: var(--g-dark);
}

.prf-tabs > a {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .offcanvas-body .actionColumn > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.leader-section {
    margin-bottom: 3rem;
}

.page-template-page-about .bg-video .py-hero > p.subtitle {
    text-align: center;
}

.page-template-page-about .bg-video .py-hero h1.secTitle {
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    text-align: left;
}

.page-template-page-about .bg-video .py-hero h1.secTitle .letter {
    display: inline-block;
}

.word {
    white-space: nowrap;
}

.btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
    box-shadow: none !important;
}

.menus-row > div {
    margin-bottom: 1rem;
}

.post-type-archive-courses .knowledgeCenter > .row .content.courses-archive-big-image {
    /*background-size: contain !important;*/
    /*background-position: top center !important;*/
    /*background-repeat: no-repeat !important;*/
}

.post-type-archive-courses .knowledgeCenter > .row .content.courses-archive-big-image img.courses-archive-big-image-mobile {
    margin-bottom: 1rem;
    display: none;
}

.prf-loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: #FFEE00;
    animation: l15 1s infinite linear;
}

.prf-loader::before,
.prf-loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite;
}

.prf-loader::after {
    margin: 8px;
    animation-duration: 3s;
}

@keyframes l15 {
    100% {
        transform: rotate(1turn)
    }
}

::selection {
    background-color: rgba(154, 245, 189, 0.35);
    color: #ffffff;
}

::-moz-selection {
    background-color: rgba(154, 245, 189, 0.35);
    color: #ffffff;
}

@media (min-width: 576px) {

    .single-reviews .bg-video .gradient-placeholder,
    .tax-review_category .bg-video .gradient-placeholder {
        background: linear-gradient(to bottom, rgba(4, 40, 32, 0) 24%, rgba(4, 40, 32, 1) 120%);
    }

    .single-reviews .bg-video,
    .tax-review_category .bg-video {
        max-height: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .post-type-archive-courses .bg-video,
    .page-template-page-about .bg-video {
        min-height: 310px;
        height: auto;
        background: linear-gradient(to bottom, rgba(4, 40, 32, 1) 0%, rgba(4, 40, 32, 0.6) 28%, rgba(4, 40, 32, 0) 39%);
    }

    .course-content {
        background: url(./images/courses/course-videos-pattern.png) no-repeat top center / cover;
    }

    .course-content {
        padding: 2.6rem 0 6rem;
    }

    .course_img {
        max-height: 215px;
    }

    .counterStrip .swiper-pagination {
        bottom: -10px;
    }
}

@media (min-width: 768px) {

    .home #faqAccordion .accordion-body {
        padding: 1rem 5rem 1.6rem 0;
    }

    .page-template-page-about .bg-video .py-hero h1.secTitle {
        text-align: center;
    }

    .single-traders_library .bg-video .py-hero,
    .post-type-archive-traders_library .bg-video .py-hero {
        max-width: 960px;
        margin-left: 0;
    }

    .single-traders_library .bg-video h1,
    .post-type-archive-traders_library .bg-video h1 {
        text-align: left;
    }

    .single-reviews .mobile-video,
    .tax-review_category .mobile-video {
        display: none;
    }

    .single-traders_library .py-hero,
    .post-type-archive-traders_library .py-hero {
        background: linear-gradient(to bottom, rgba(4, 40, 32, 0) 24%, rgba(4, 40, 32, 1) 79%);
        align-items: start;
        margin-bottom: 0;
        justify-content: end;
    }

    .single-reviews .bg-video > svg,
    .tax-review_category .bg-video > svg {
        display: block;
    }

    .single-reviews .bg-video .py-hero,
    .tax-review_category .bg-video .py-hero {
        min-height: 85px;
    }

    .resultsWrap .result {
        gap: 26px;
    }

    .bg-video {
        min-height: 450px;
    }

    .clients-logos > img:first-child {
        margin-left: 0;
    }

    .clients > .row {
        min-height: 80px;
    }

    .page-template-page-about .prf-breadcrumbs {
        padding-bottom: 1.3rem;
        padding-right: 1.625rem;
        padding-left: 1.625rem;
    }

    .error404 h1 {
        margin-bottom: 2.49rem;
    }

    .main-page-image {
        margin: 0 auto -102px;
    }

    .knowledgeCenter h1 {
        text-align: left;
        margin-bottom: 0.6rem;
    }

    .knowledgeCenter > .row > div:nth-child(2) .content {
        margin-right: 5px;
    }

    .social {
        padding-bottom: 6.5rem;
    }

    .bg-ellipse-pattern .elow-course-pattern {
        margin-bottom: -90px;
    }

    .paymentWrap {
        margin-bottom: 3rem;
    }

    .sliderArrowsWrap {
        flex-direction: row;
    }

    .home .sliderArrowsWrap {
        margin-bottom: 1rem;
    }

    .eduReview {
        padding-right: 2.59rem;
    }

    .quiz-content > .custom-radio-wrapper {
        flex-direction: row;
    }

    .entry-header > nav {
        height: 4.8125rem;
    }

    .entry-header.sticky > nav {
        height: 4rem;
    }
}

@media (min-width: 992px) {

    .quiz-section-card.final-step p.desc {
        max-width: 165px;
    }

    .minimum_account_size_label {
        max-width: 95px;
    }

    .home #faqAccordion .accordion-body {
        padding: 1rem 10rem 1.6rem 0;
    }

    .page-template-page-about .bg-video .py-hero {
        align-items: center;
        justify-content: center;
    }

    body > .entry-header {
        border-bottom: 1px solid #22513F;
    }

    body {
        padding-top: 77px;
    }

    .table.scale-table > :not(caption) > * > * {
        padding: .62rem 1.6rem;
    }

    article h2, .wp-block-heading {
        font-size: 32px;
        line-height: 41.5px;
    }

    .single-traders_library .bg-video,
    .post-type-archive-traders_library .bg-video {
        min-height: 240px;
    }

    .pricing .video-wrap > video {
        max-height: 422px;
    }

    .single-reviews .bg-video .py-hero,
    .tax-review_category .bg-video .py-hero {
        min-height: 120px;
    }

    .page-template-page-academy .bg-video {
        margin-bottom: 0;
        min-height: 467px;
        background: transparent;
    }

    #menu-main-menu .menu-item > .dropdown-menu li:first-child {
        border-top: 1px solid;
        border-top: 1px solid #22513F;
    }

    .menu-item .icons-close-open-vector > span {
        width: 11px;
    }

    .payoutsItems > div .levcard {
        margin-bottom: 2rem;
    }

    .percentageScale .slider-handle {
        top: -5px;
    }

    .percentageScale .scale-line {
        width: 101%;
    }

    .restart-quiz {
        font-size: 1rem;
    }

    .btn {
        font-size: 1rem;
    }

    .quiz-step .custom-radio-wrapper {
        flex-direction: row;
    }

    .quiz-section-card .cta-container {
        margin-top: 50px;
        border-top: 0;
    }

    .quiz-section-card.final-step .cta-container {
        margin-top: 24px;
        border-top: 0;
    }

    .simulation-price-text {
        font-size: 1rem;
    }

    .pricingTableSliderWrap {
        padding-top: 45px;
    }

    .manage-col {
        background: linear-gradient(0.75deg, #042820 25.4%, rgba(4, 40, 32, 0.7) 38.64%, rgba(4, 40, 32, 0.5) 51.11%, rgba(4, 40, 32, 0) 67.86%);
    }

    .imageWrap > img {
        width: 100%;
        max-width: 917px;
    }

    .clients-logos {
        margin-bottom: 0;
    }

    .trusted-by {
        font-size: 1rem;
    }

    .trusted-by {
        padding-bottom: 0;
    }

    .post-type-archive-courses .bg-video {
        height: calc(100vh - 120px);
        background: linear-gradient(to bottom, rgba(4, 40, 32, 0) 31%, rgba(4, 40, 32, 0.6) 49%, rgba(4, 40, 32, 1) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .page-template-page-about .bg-video {
        background: linear-gradient(360deg, rgba(4, 40, 32, 0) 0%, rgba(4, 40, 32, 0.8) 21.85%, rgba(4, 40, 32, 0.9) 34.97%, #042820 43.71%, rgba(4, 40, 32, 0.9) 61.19%, rgba(4, 40, 32, 0.8) 74.31%, rgba(4, 40, 32, 0) 87.42%);
    }

    .knowledgeCenter .content-start {
        min-height: 400px;
    }

    .knowledgeCenter h1 {
        margin-bottom: 1.6rem;
    }

    #kcSidebar .offcanvas-body {
        padding-right: 1.5rem;
    }

    .quiz-section-card .quiz-navigation {
        margin-top: 85px;
    }

    .quiz-step .custom-radio-wrapper {
        flex-direction: row;
    }

    .pricing p.subtitle {
        margin-bottom: 1.4rem;
    }

    .table.scale-table {
        display: none;
    }

    .faq-section {
        padding: 6rem 0 5.2rem;
    }

    .faq-section .secTitle {
        margin-bottom: 2.4rem;
    }

    .slider-arrows-wrap {
        margin-bottom: 1rem;
    }

    span.text-g-text,
    p.text,
    p.content {
        font-size: 1rem;
        line-height: 1.5;
    }

    .percentageScale .scale-container {
        margin: 40px 5px 20px;
    }

    .scaling-range {
        padding-bottom: 20px;
        margin-top: 4.5rem;
    }

    #euro-lottie-container {
        margin: -70px 0 -145px;
    }

    .scaling-range h2 {
        margin-bottom: 4rem;
        text-align: left;
        font-size: 32px;
        line-height: 40px;
    }

    .scale-container-mobile {
        border-bottom: 2px solid #333;
        max-width: 450px;
    }

    .pricingSliderWrap .swiper-pagination {
        bottom: -25px;
    }

    .pricingSlider .swiper-wrapper {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .pricingSlider .swiper-slide-prev {
        left: 10px;
    }

    .pricingSlider .swiper-slide-next {
        left: 10px;
    }

    .pricingSlider .swiper-slide-active .pricingCard,
    .pricingSlider .swiper-slide-active .tableHeading {
        border-radius: 0;
        margin-top: 0;
    }

    .laptop-section .secTitle {
        margin-bottom: 39px;
    }

    .why-us-section .levcard .content p {
        padding-bottom: 10px;
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .why-us-section .levcard .content h2 {
        padding-bottom: 10px;
        font-size: 32px;
        line-height: 40px;
    }

    .why-us-section .levcard .icon {
        margin-right: 20px;
    }

    .why-us-section .levcard {
        padding-right: 25px;
    }

    .why-us-section .levcard .icon > img {
        height: 48px;
        width: 48px;
    }

    .clients {
        margin-top: auto;
    }

    .secTitle {
        font-size: 3.25rem;
        line-height: 3.6rem;
    }

    .pricingSlider .swiper-slide-active {
        transform: scale(1.112);
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 630px;
    }

    .result span.amount {
        font-size: 52px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        left: initial;
        height: auto;
        padding: 49px 0 0 0;
        background: var(--g-dark);
    }

    .navbar .nav-item .dropdown-menu > li:first-child a.dropdown-item {
        padding: 5px 0 10px;
    }

    .navbar .nav-item .dropdown-menu a.dropdown-item {
        border-bottom: 1px solid #22513F;
        margin: 0 10px;
        padding: 10px 0 10px;
    }

    .navbar .nav-item .dropdown-menu {
        background: transparent;
        border: 0;
        border-radius: 0;
        padding: 36px 0 0 0;
        left: -999em;
        margin: 0;
        max-width: 240px;
        overflow: hidden;
        display: block;
        height: 0;
        -webkit-transition: height 0.5s ease-in;
        -moz-transition: height 0.5s ease-in;
        -o-transition: height 0.5s ease-in;
        -ms-transition: height 0.5s ease-in;
        transition: height 0.5s ease-in;
    }

}

@media (min-width: 1200px) {

    .post-type-archive-courses .knowledgeCenter > .row .content.courses-archive-big-image {
        /*background-size: cover !important;*/
        /*background-position: center center !important;*/
    }

    body > footer {
        padding: 4rem 0 2rem;
    }

    footer .logo {
        height: 50px;
    }

    .page-template-page-about .bg-video .py-hero {
        max-width: 860px;
    }

    .page-template-page-about .bg-video .py-hero h1 {
        font-size: 52px;
        line-height: 67.44px;
    }

    .leader-section {
        margin-bottom: 4rem;
    }

    .quiz-pattern-top img {
        opacity: 1;
    }

    .single-traders_library .bg-video,
    .post-type-archive-traders_library .bg-video {
        min-height: 260px;
        background: linear-gradient(to bottom, rgba(4, 40, 32, 0) 24%, rgba(4, 40, 32, 1) 79%);
    }

    .portfolio-quiz-section .pattern-img {
        min-height: 640px;
    }

    .pricing .video-wrap {
        margin: -40px 0 -50px;
    }

    .pricing .video-wrap::after,
    .pricing .video-wrap::before {
        height: 300px;
    }

    .pricing .video-wrap > video {
        max-height: 640px;
    }

    .single-reviews .bg-video .gradient-placeholder,
    .tax-review_category .bg-video .gradient-placeholder {
        background: linear-gradient(to bottom, rgba(4, 40, 32, 0) 24%, rgba(4, 40, 32, 1) 114%);
    }

    .quiz-section-card .quiz-navigation {
        margin-top: 60px;
    }

    .quiz-section-card .quiz-content .quiz-question {
        margin-bottom: 70px;
    }

    .laptop-section {
        padding-top: 2.5rem;
    }

    .social h2 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 1.2rem;
    }

    .leader-section {
        background: url("./images/about-pattern2.png") top center/contain no-repeat;
    }

    .about-page-slider-section {
        background: url(./images/text-exchange-pattern.png) no-repeat center;
        min-height: 752px;
    }

    .knowledgeCenter h1 {
        margin-bottom: 1.3rem;
        font-size: 2.25rem;
        line-height: 2.75rem;
    }

    .course-content {
        padding: 2.6rem 0 9rem;
    }

    .small-card {
        height: 458px;
    }

    .course_img {
        max-height: 672px;
    }

    .bg-video > svg {
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .pricingCard .coming-soon .tag {
        margin-bottom: 7rem;
    }

    .pricingSlider {
        min-height: 540px;
    }

    .page-template-page-about .bg-video,
    .post-type-archive-courses .bg-video {
        height: 560px;
    }

    .post-type-archive-courses .knowledgeCenter > .row .content > h2 {
        font-size: 32px;
        line-height: 41.5px;
    }

    .post-type-archive-courses .knowledgeCenter {
        padding-top: 0;
        padding-bottom: 6rem;
    }

    .webinar-page-items > .row {
        margin-bottom: 4.5rem;
    }

    .knowledgeCenter > .row .content p {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .post-type-archive-courses .knowledgeCenter > .row .content,
    .knowledgeCenter > .row .content {
        padding: 2rem 1.5rem;
        min-height: 694px;
    }

    .bg-ellipse-pattern478 > p {
        font-size: 1.5rem;
        line-height: 31.13px;
    }

    .bg-ellipse-pattern478 > h2 {
        font-size: 43px;
        line-height: 58px;
        margin-bottom: 20px;
    }

    .eduCourseCard {
        max-height: 450px;
    }

    .testimonials .secTitle {
        margin-bottom: 2.4rem;
    }

    #faqAccordion .accordion-body {
        padding: 0 14rem 1.6rem 0;
    }

    .social p.text {
        margin-bottom: 2rem;
    }

    .eduReview .content {
        font-size: 1.5rem;
    }

    .paymentWrap {
        margin-bottom: 5rem;
    }

    .pricingCard .name,
    .tableHeading .name {
        padding: 1rem 1.18rem 1rem;
    }

    .pricingSlider .pricingCard p.desc {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .pricingCard h2 {
        font-size: 2rem;
        line-height: 41.5px;
    }

    .pricingCard .list li {
        margin-bottom: 1.2rem;
    }

    .pricingCard .list svg {
        width: 26px;
        margin-top: 0;
    }

    .pricingCard .list {
        align-items: center;
    }

}

@media (min-width: 1400px) {

    .home #faqAccordion .accordion-body {
        padding: 1rem 14rem 1.6rem 0;
    }

    .page-template-page-about .bg-video {
        height: calc(100vh - 120px);
    }

    .page-template-page-about .bg-video .py-hero {
        max-width: 960px;
        position: relative;
        background: radial-gradient(circle at center, var(--g-dark) 0, transparent 80%);
        z-index: 1;
    }

    .leader-section {
        margin-bottom: 6rem;
    }

    .pricing .video-wrap {
        margin: -71px 0 -90px;
    }

    .pricing .video-wrap::after,
    .pricing .video-wrap::before {
        height: 410px;
    }

    .pricing .video-wrap > video {
        max-height: 790px;
    }

    .single-reviews .bg-video .py-hero,
    .tax-review_category .bg-video .py-hero {
        min-height: 195px;
    }

    .payoutsItems > div .levcard {
        padding-right: 25px;
        margin-bottom: 3rem;
    }

    .resultsWrap .line-placeholder {
        margin-top: 5px;
        margin-bottom: 50px;
    }

    .result-price, .result-package {
        font-size: 52px;
        line-height: 56px;
    }

    .pricingSliderWrap .swiper-pagination {
        bottom: -12px;
    }

    .imageWrap > img {
        margin: 0 auto 4rem;
    }

    .counterStrip .cardThesis {
        min-height: 200px;
    }

    .home .bg-video {
        margin-bottom: 2.3rem;
    }

    .clients-logos {
        margin-bottom: 0;
    }

    .clients-logos > img {
        max-width: 100%;
        width: 100%;
        height: 30px;
    }

    .trusted-by {
        padding-right: 5px;
    }

    .mySwiper .swiper-slide {
        width: 325px;
    }

    .social h2 {
        font-size: 52px;
        line-height: 62px;
        margin-bottom: 1rem;
    }

    .container,
    .container-fluid {
        padding-right: 1.625rem;
        padding-left: 1.625rem;
    }

    .about-slider h2 {
        max-width: 915px;
        font-size: 52px;
        line-height: 60px;
    }

    .leader-section h2 {
        font-size: 52px;
        line-height: 56px;
        margin-bottom: 2.9rem;
    }

    .page-template-page-about .prf-breadcrumbs {
        padding-bottom: 6.3rem;
    }

    .knowledgeCenter h1 {
        text-align: left;
        margin-bottom: 2.3rem;
        font-size: 3.25rem;
        line-height: 3.75rem;
    }

    .reviewTitleWrap {
        padding-bottom: 2.55rem;
    }

    .portfolio-quiz-section .pattern-img {
        min-height: 865px;
    }

    .quiz-section-card h2 {
        font-size: 52px;
        line-height: 67.44px;
    }

    .check-icon {
        width: 28px;
        height: 28px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1450px;
    }

    .leverageNewsBoxSection {
        padding-top: 9.5rem;
    }

    .bg-ellipse-pattern478 {
        min-height: 480px;
    }

    .bg-ellipse-pattern478 > h2 {
        font-size: 52px;
        line-height: 67.44px;
    }

    .eduCourseCard {
        max-height: 760px;
        /*max-height: 694px;*/
    }

    .h2, h2 {
        font-size: 32px;
        line-height: 40px;
    }

    span.text-g-text,
    p.text,
    p.content {
        font-size: 1rem;
        line-height: 1.5;
    }

    .slider-arrows-wrap {
        max-width: 110px;
        margin-bottom: 2.3rem;
    }

    .sliderArrowsWrap > h2 {
        /*margin-bottom: 2.2rem;*/
    }

    .bg-ellipse-pattern .elow-course-pattern {
        margin-bottom: -136px;
    }

    .paymentWrap {
        margin-bottom: 10.3rem;
    }

    .courses .bgwhy h2 {
        margin-bottom: 39px;
    }

    .scale-point.active span {
        top: -55px;
        font-size: 52px;
    }

    .scaling-range {
        padding-bottom: 40px;
        margin-top: 5.4rem;
    }

    .pricingCard,
    .tableHeading {
        border-radius: 6px;
    }

    .pricingSlider .swiper-wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .why-us-section {
        margin-bottom: 6.5rem;
    }

    .why-us-section {
        padding-top: 175px;
        margin-bottom: 6.5rem;
    }
}

@media (min-width: 1440px) {

    .secTitle {
        font-size: 52px;
    }

    .cardThesis .title {
        font-size: 88px;
        margin-bottom: 1rem;
    }

    .cardThesis .desc {
        font-size: 16px;
    }

    .commissions {
        padding: 140px 0;
    }

}

@media (max-width: 1400px) {

    .review-card .desc {
        margin: 5rem 0 0 0;
    }

    .leader-section .leader-image {
        margin-bottom: 1.3rem;
        height: 471px;
        display: flex;
        object-fit: contain;
    }

    .custom-logo-link > img {
        max-width: 115px;
        height: auto;
    }

    .testimonialSlider {
        padding-bottom: 3rem;
    }

    .social p.text {
        font-size: 14px;
        line-height: 18px;
    }

    .social .secTitle {
        margin-bottom: 1.125rem;
    }

    .social {
        padding-bottom: 5.5rem;
    }

    .social .socialIcons a {
        width: 150px;
        height: 150px;
        flex: 0 0 150px;
    }

    .quiz-section-card .title {
        font-size: 38px;
        line-height: 46px;
    }

    .secTitle {
        font-size: 45px;
        line-height: 50.5px;
    }

    .paymentWrap {
        padding-top: 5.5rem;
    }

    .cardThesis .title,
    .review-card .title,
    .estcol .estvalue {
        font-size: 68px;
        line-height: 74.8px;
    }

    .estcol > span {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .laptop-section .secTitle {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 1199.98px) {

    .post-type-archive-courses .knowledgeCenter > .row .content.courses-archive-big-image {
        background: none !important;
    }

    .post-type-archive-courses .knowledgeCenter > .row .content.courses-archive-big-image img.courses-archive-big-image-mobile {
        margin-bottom: 1rem;
        display: block;
    }

    .subtitle {
        font-size: 18px;
        line-height: 23.35px;
    }

    .review-card .desc {
        margin: 3rem 0 0 0;
    }

    .course_about {
        margin-bottom: 20px;
    }

    .single-courses .bg-video .py-hero,
    .single-courses .bg-video {
        min-height: 313px;
    }

    .single-courses .bg-video .py-hero {
        padding-top: 6.77rem;
        min-height: 0;
        padding-bottom: 2rem;
    }

    .bg-video > .py-hero > .top-of-the-banner-text-image {
        max-width: 113px;
        margin-bottom: 1.2rem;
    }

    .single-courses .bg-video {
        background-position: top -65px center;
        min-height: 0;
    }

    .review-date {
        font-size: 68px;
    }

    .single-reviews .bg-video,
    .tax-review_category .bg-video {
        max-height: 255px;
    }

    .single-traders_library .bg-video,
    .post-type-archive-traders_library .bg-video {
        max-height: 180px;
    }

    .single h1 {
        font-size: 32px;
        line-height: 41.5px;
    }

    .page-template-page-academy h2.secTitle {
        font-size: 24px;
        line-height: 32px;
        /*margin-bottom: 0;*/
    }

    .home .secTitle {
        font-size: 32px;
        line-height: 41.5px;
    }

    .accordion-body {
        font-size: 14px;
    }

    .accordion-button {
        font-size: 18px;
    }

    .accordion-button > span:first-child {
        padding-right: 24px;
    }

    .social p.text {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 45px;
        height: 45px;
    }

    .slider-arrows-wrap {
        margin-left: auto;
        margin-top: 8px;
        min-height: 46px;
        margin-bottom: .9rem;
        max-width: 96px;
    }

    .course-content .secTitle {
        font-size: 32px;
        line-height: 41.5px;
        margin-bottom: 0;
    }

    .slider-arrows-wrap .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0;
    }

    .eduReview .stars {
        font-size: 19px;
        margin: 12px 0 10px;
    }

    .eduCourseCard .title {
        margin-bottom: .4rem;
    }

    .eduCourseCard .excerpt {
        font-size: 14px;
        line-height: 18px;
    }

    .tag {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .eduCourseCard {
        padding: 18px 18px;
    }

    .courseSignup h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 1rem;
    }

    .paymentWrap .levcard {
        text-align: left;
        margin-bottom: 28px;
    }

    .paymentWrap .levcard > .icon > img {
        max-width: 40px;
    }

    .paymentWrap .levcard > .icon {
        margin-bottom: 14px;
    }

    .paymentWrap .levcard > .content > p {
        margin-bottom: 2px;
        font-size: 14px;
        line-height: 18px;
        padding: 10px 0;
    }

    .banner-actions > a {
        min-width: 166px;
    }

    .laptop-section .secTitle {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 991.98px) {

    .post-type-archive .py-hero > h1.secTitle {
        font-size: 32px;
        line-height: 36px;
    }

    .py-hero > p.subtitle {
        text-align: center;
    }

    .scale-mobile div span.infinity {
        font-size: 1px;
    }

    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: var(--lev-yellow);
    }

    .navbar .offcanvas-body .actionColumn {
        gap: 20px;
    }

    .navbar .offcanvas-body .actionColumn > a {
        height: 45px;
    }

    .menu-item .icons-close-open-vector {
        top: 10px;
        right: 10px;
        width: 100%;
        height: 100%;
        margin-top: 0;
        z-index: 99999;
        display: flex;
        opacity: 0;
    }

    .dropdown-menu.show {
        display: flex;
        width: 100%;
        margin-top: 9px;
    }

    #menu-main-menu .menu-item {
        flex-direction: column;
        width: 100%;
        /*align-items: center;*/
        background: transparent;
    }

    .navbar-nav .dropdown-menu {
        text-align: center;
        background: transparent;
        margin-bottom: 2rem;
        padding: 10px;
        box-shadow: none;
        border: 0;
        gap: 10px;
        flex-direction: column;
        z-index: 999999;
    }

    #menu-main-menu {
        gap: 25px;
        margin: 2rem 0;
    }

    .paymentWrap {
        padding-top: 7.5rem;
    }

    .final-step p.account-description {
        padding-bottom: 1.4rem;
        font-size: 18px;
        line-height: 28px;
    }

    .final-step p {
        font-size: 14px;
        line-height: 21px;
    }

    .manage-col {
        padding-top: 5rem;
        margin-top: 0;
    }

    .kc_sidebar {
        position: absolute;
    }

    .knowledge-content {
        padding-top: 1rem;
        min-height: 200px;
    }

    .social .socialIcons a {
        width: calc(33.33% - 40px / 3); /* 3 per row, accounts for gaps */
        height: calc(33.33% - 40px / 3); /* Square, matches width */
        flex: 0 0 calc(33.33% - 40px / 3); /* Fixed basis, no grow/shrink */
    }

    .table.scale-table > thead > tr > th:last-child, .table.scale-table > tbody > tr > td:last-child {
        /*border-color: #22513F;*/
    }

    .table.scale-table > :not(caption) > * > * {
        font-size: 14px;
        line-height: 20px;
    }

    .pricingTableSlider .pricingCard {
        border-right: 2px solid #042820;
        border-left: 0 solid #042820;
    }

    .table.scale-table > tbody > tr > th, .table.scale-table > tbody > tr > td, .table.scale-table > thead > tr > th {
        border-top: 1px solid var(--mint);
    }

    .cardThesis .item {
        padding: 1rem 1.5rem;
    }

    .commissions {
        padding-top: 6.2rem;
    }

    .testimonialSlider {
        padding-bottom: 2rem;
    }

    .bgwhy .swiper-button-prev, .bgwhy .swiper-button-next {
        top: 0;
        margin-top: 0;
    }

    .paymentWrap .levcard > .content > p {
        padding: 10px 25px;
    }

    .paymentWrap .levcard {
        text-align: center;
    }

    .profitScaleColumn .scale-mobile {
        gap: 45px;
    }

    .comcal h2 + .secTitle {
        margin-bottom: 40px;
    }

    .profitScaleColumn > p {
        text-align: center;
        /*margin-bottom: 2.1rem;*/
        margin-bottom: .7rem;
        font-size: 14px;
    }

    .comcal .line-placeholder {
        display: none;
    }

    .comcal .resultsWrap .result small {
        font-size: 14px;
    }

    .resultsWrap .result span.amount {
        /*padding: 0 10px;*/
    }

    .resultsWrap .result > div:not(.d-block) {
        display: flex;
        gap: 10px;
        align-items: end;
        justify-content: center;
    }

    .resultsWrap .result > div.d-block {
        margin: 5px 0;
    }

    .resultsWrap .result {
        margin-bottom: 1.09rem;
    }

    .resultsWrap > a {
        max-width: 335px;
        margin: 0 auto;
        display: block;
    }

    .estcol {
        margin-bottom: 88px;
    }

    .paymentWrap {
        background: url("./images/payout-pattern.png") no-repeat top center;
        background-size: auto 315px;
    }

    .comcal > .container-fluid {
        margin-top: 100px;
    }

    .comcal h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .comcal h2 > img {
        height: auto;
        width: 20px;
    }

    .portfolioSlider {
        padding: 80px 22px 56px;
    }

    .portfolio-quiz-section .quizz-logo {
        max-width: 72px;
        margin-bottom: 1.125rem;
    }

    .quiz-section-card .title {
        font-size: 32px;
        line-height: 41.5px;
    }

    .quiz-section-card .quiz-question, .quiz-section-card .quiz-content {
        font-size: 18px;
        line-height: 23.35px;
    }

    .pricingSlider .pricingCard .name {
        height: 215px;
    }

    .offcanvas-body {
        display: flex;
        flex-direction: column;
    }

    .lg-btn {
        border-color: var(--mint);
        text-decoration: none !important;
    }

    .lg-btn:hover {
        border-color: var(--lev-yellow);
    }

    .navbar .nav-link {
        font-size: 1.5rem;
        /*margin-bottom: 16px;*/
    }

    .subtitle {
        font-size: 18px;
        line-height: 23.35px;
    }

    .my-n5 {
        margin: -20px auto -50px;
    }

    .newsletter p,
    footer ul li a,
    footer .navtitle {
        font-size: 14px;
    }

    .newsletter {
        background-size: auto 200%;
    }

    footer .navtitle {
        margin-bottom: 16px;
    }

    footer ul li a {
        margin-bottom: 10px;
    }

    .copyright {
        color: var(--g-text);
        order: 1;
    }

    .p-left-top {
        padding-top: 0;
        padding-left: 0;
    }

    .pt-80 {
        padding-top: 130px;
    }

    .border-manage-img {
        border: 0;
    }

    .portfolio-quiz-section {
        padding: 77px 0;
    }

    .custom-radio-wrapper {
        gap: 19px;
        max-width: 235px;
    }

    .payouts-section .pt-160 {
        padding-top: 120px;
    }
}

@media (max-width: 767.98px) {

    .result > div {
        margin: 0 auto .3rem;
    }

    .clients-logos {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .clients-logos img {
        scroll-snap-align: center; /* Optional: centers logos when snapping */
    }

    .leader-section h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .leader-section p.about-text,
    .leader-section ul li {
        font-size: 14px;
        line-height: 26px;
    }

    .leader-section ul, .leader-section h3 {
        margin-bottom: .6rem;
    }

    .leader-section ul {
        padding-left: 15px;
    }

    .error404 .btn-warning {
        max-width: 100%;
    }

    .error404 h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .single-reviews .bg-video .py-hero,
    .single-reviews .bg-video .py-hero {
        background: transparent;
    }

    .social {
        padding-bottom: 7.5rem;
    }

    .curriculum-heading {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 23.35px;
    }

    .custom-numbered-list .list-group-item,
    .course-info,
    .course_about article {
        font-size: 14px;
        line-height: 18px;
    }

    .prf-breadcrumbs .crumb-middle {
        display: none !important;
    }

    .prf-breadcrumbs .crumb-middle + img {
        display: none !important;
    }

    .prf-breadcrumbs .crumb-ellipsis {
        display: inline-flex !important;
        align-items: center;
    }

    .prf-breadcrumbs .crumb-home,
    .prf-breadcrumbs .crumb-last-but-one,
    .prf-breadcrumbs .crumb-last {
        display: inline-flex !important;
    }

    .prf-breadcrumbs .crumb-home + .breadcrumb-arrow + .crumb-ellipsis {
        display: inline-flex !important;
    }

    .prf-breadcrumbs .crumb-ellipsis + .breadcrumb-arrow {
        display: inline-flex !important;
    }

    .single h1 {
        margin-bottom: 1rem;
    }

    .item {
        flex: 1 0 calc(33.33% - 40px / 3);
    }

    .cardThesis .item {
        flex: 1 0 calc(50% - 20px / 2);
    }

    .cardThesis .item:nth-child(n+10) {
        display: none;
    }

    .quiz-content .form-check {
        gap: 7px;
        padding: 0;
    }

    .custom-radio-wrapper .form-check label {
        font-size: 14px;
    }

    .trusted-by {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: .55rem;
    }

    .portfolio-hero {
        margin-top: 100px;
        margin-bottom: 128px;
        padding: 0;
    }

    .port-scroller-min {
        max-height: 481px;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
    }

    .portfolio-amount {
        padding-top: 61px;
    }

    .scaling-range {
        overflow-x: auto;

        white-space: nowrap;
        -webkit-overflow-scrolling: touch;

    }

    .scaling-range::-webkit-scrollbar {
        display: none;
    }

    .scale-line {
        min-width: 800px;
        display: inline-block;
        position: relative;
        transition: transform 0.3s ease;
    }

    .scale-label {
        font-size: small;
        top: -30px;
    }

    .scaling-range:hover .scale-line {
        transform: scale(1.05);
    }

    .scale-radio:checked + .scale-label + .scale-point {
        width: 18px;
        height: 18px;
        top: -9px;
    }

    .scale-radio:checked + .scale-label + .scale-point::before {
        width: 5px;
        height: 5px;
        border: 2px solid var(--lev-yellow);
    }

    .scale-radio:checked + .scale-label {
        font-size: 1.5rem;
        transform: translateX(-50%) translateY(-20px);
    }

    .scale-radio:checked + .infinity {
        font-size: 68px;
        top: -70px;

    }

    .logo-h {
        height: unset;
    }

    .mobile_login_box {
        height: calc(100vh - 77px - 48px);
    }

    .logo_box {
        height: unset;
    }

    .buys-coaching-card .title {
        font-size: 1.5rem;
        line-height: 31.13px;
    }

    .cardThesis .desc,
    .review-card .desc,
    .buys-coaching-card .desc,
    .estcol .desc {
        font-size: 14px;
        line-height: 18.16px;
    }

    .review-card {
        padding: 18px;
    }

    .academy-section .py-hero {
        margin: 123px 0;
    }

    .troder-card {
        padding: 215px 20px 1.5rem;
    }

    .troder-section-heading {
        font-size: 1.5rem;
        line-height: 31.13px;
    }

    .troder-section div .troder-section-heading + p {
        font-size: 14px;
        line-height: 18.16px;
    }

    .curriculum-box {
        margin-top: 40px;
    }

    .webinar-hero {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .mid-car-button {
        padding: 16px 18px 1.5rem;
    }

    .course_ctas {
        margin-top: 20px;
    }

    .course-webinar-hero {
        padding: 165px 0;
    }

    .about-page-title {
        font-size: 32px;
        line-height: 41.5px;
    }

    .about-slider > .swiper-slide > .our-goal {
        font-size: 18px;
        line-height: 23.35px;
        margin-bottom: 1.5rem;
    }

    .leadership-card {
        padding: 211px 18px 1.5rem;
    }

    .login_box {
        max-width: 100%;
    }
}

@media (max-width: 600px) {

    .cardThesis .item {
        flex: 1 0 100%;
    }

    .cardThesis .item:nth-child(n+10) {
        display: none;
    }
}

@media (max-width: 576px) {

    .review-date-title {
        width: 100%;
    }

    .scale-point span {
        font-size: 12px;
    }

    .scale-point.active span {
        font-size: 1rem;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3B7860;
    font-size: 1rem;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #3B7860;
    font-size: 1rem;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #3B7860;
    font-size: 1rem;
}

:-moz-placeholder { /* Firefox 18- */
    color: #3B7860;
    font-size: 1rem;
}


/* Turbo Challenge Page Styles - ALL SPECIFIC TO THIS PAGE ONLY */
.turbo-hero-wrapper {
    position: relative;
    width: 100%;
    margin: -30px 0 0 0; /* lift wrapper to cover any line above */
    padding-top: 30px;   /* keep hero content in same vertical position */
}
.turbo-hero-wrapper .turbo-hero-bg-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
}
.turbo-hero-wrapper .turbo-hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6) saturate(1.15);
}

/* Green tint overlay to match homepage feel */
.turbo-hero-wrapper .turbo-hero-bg-video::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(3, 59, 49, 0.35); /* soft green overlay */
    pointer-events: none;
}

.turbo-challenge-hero {
    background: #012823;
    color: white;
    min-height: 60vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 2px solid rgba(0, 255, 136, 0.15);
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.1);
    margin: 20px auto;
    border-radius: 15px;
    width: 95%;
    max-width: 1400px;
}

/* Ensure consistent border on all sides */
.turbo-challenge-hero { border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; }

/* Background looping video for Turbo hero */
.turbo-hero-bg-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 13px; /* slightly smaller to avoid overflow under border */
}
.turbo-hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.45) saturate(1.1);
}

.turbo-hero-content {
    padding: 15px 50px; /* reduce vertical padding by ~50% */
    width: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.turbo-challenge-hero .hero-video-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 10;
}

.turbo-challenge-hero .hero-video {
    width: 100%;
    height: 110%;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    top: -5%;
}

.turbo-challenge-hero .hero-title-video {
    width: 100%;
    max-width: 560px; /* bigger flaming title by default */
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    margin: 8px auto 4px auto; /* small gap above/below video */
    display: block;
}

.turbo-challenge-hero .hero-title-video::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: #31381C;
    opacity: 0.6;
    filter: blur(30px);
    z-index: -1;
    border-radius: 20px;
}



.turbo-challenge-hero .hero-bg-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.turbo-challenge-hero .sparks-left {
    display: none;
}

.turbo-challenge-hero .coin-1 {
    position: absolute;
    top: -80px;
    left: -65px;
    width: 200px;
    height: 200px;
    z-index: 2;
    opacity: 0.9;
}

.turbo-challenge-hero .coin-2 {
    position: absolute;
    bottom: 20%;
    left: -60px;
    width: 170px;
    height: 170px;
    z-index: 2;
    opacity: 0.9;
}

.turbo-challenge-hero .hero-content {
    padding: 1rem 1rem;
    z-index: 10;
    position: relative;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    max-width: 600px;
}

/* Remove decorative ::before layer causing green band above hero */
.turbo-challenge-hero::before { display: none !important; content: none !important; }

.turbo-challenge-hero .hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #FFEE00;
    text-shadow: 0 0 20px rgba(255, 238, 0, 0.3);
    position: relative;
    z-index: 20;
    line-height: 1.1;
}

.turbo-challenge-hero .hero-subtitle {
    font-size: 2.0rem;
    color: #9AF5BD;
    font-weight: 300;
    position: relative;
    z-index: 20;
    line-height: 1.3;
    margin-top: 10px; /* keep subtitle ~10-15px under video */
}

/* Subtitle parts */
.turbo-challenge-hero .hero-subtitle .subtitle-before,
.turbo-challenge-hero .hero-subtitle .subtitle-after {
    color: #9AF5BD;
}

.turbo-challenge-hero .hero-subtitle .subtitle-price {
    color: #9AF5BD;
    font-size: 2.2rem;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(154, 245, 189, 0.3);
    padding: 0 6px;
}

.turbo-challenge-hero .hero-features {
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 20;
    padding-right: 2rem;
    border-right: 1px solid rgba(154, 245, 189, 0.2);
}

.turbo-challenge-hero .feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.8rem;
    font-size: 1rem;
    position: relative;
    z-index: 20;
    gap: 1.2rem;
    line-height: 1.4;
}

.turbo-challenge-hero .check-icon {
    color: #9AF5BD;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 0 10px rgba(154, 245, 189, 0.3);
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.turbo-challenge-hero .check-icon::before {
    content: "✓";
    color: #9AF5BD;
}

.turbo-challenge-hero .feature-text {
    color: #9AF5BD;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin-left: 2rem;
    flex: 1;
    font-size: 16px;
    line-height: 1.4;
}

.turbo-challenge-hero .pricing-section {
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 20;
    display: flex;
    align-items: baseline;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Stack Instant Access, Price, CTA vertically in right column and center vertically vs left column */
.pricing-stack {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    justify-content: center !important; /* vertical centering within column */
    height: 100%;
}

.turbo-challenge-hero .simulation-label {
    color: #9AF5BD;
    margin-bottom: 0;
    font-size: 2.2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

.turbo-challenge-hero .price {
    font-size: 3rem;
    font-weight: 700;
    color: #FFD700;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
    position: relative;
    z-index: 20;
    margin: 0;
}

.turbo-cta-btn {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    border: none;
    color: white;
    font-weight: 600;
    padding: 14px 32px; /* base */
    border-radius: 9999px;
    font-size: 1.1rem;
    text-transform: none;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 20;
    margin-top: 22px;
}
/* Special bigger CTA for hero */
.turbo-cta-btn-hero {
    padding: 16px 40px !important;
    font-size: 1.25rem !important;
    box-shadow: 0 10px 28px rgba(255, 215, 0, 0.45) !important;
}

@media (max-width: 992px) {
    .turbo-cta-btn-hero {
        padding: 14px 36px !important;
        font-size: 1.15rem !important;
    }
}

.turbo-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 215, 0, 0.4);
    color: white;
    text-decoration: none;
}



/* Trust Badges Section INSIDE Hero */
.hero-trust-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    position: relative;
    z-index: 20;
}

/* Desktop vs Mobile Pricing Sections */
.desktop-pricing-section {
    display: block;
}

.mobile-pricing-section {
    display: none;
}

/* Desktop Layout - Features and Pricing side by side */
@media (min-width: 769px) {
    .turbo-challenge-hero .hero-content {
        position: relative;
    }
    
    .turbo-challenge-hero .hero-features-pricing-container {
        display: flex;
        align-items: flex-start;
        gap: 0;
    }
    
    .turbo-challenge-hero .hero-features {
        flex: 1;
        margin-bottom: 0;
        padding-right: 2rem;
        border-right: 1px solid rgba(154, 245, 189, 0.2);
    }
    
    .turbo-challenge-hero .desktop-pricing-section {
        flex: 1;
        padding-left: 2rem;
    }
    
    .turbo-challenge-hero .mobile-pricing-section {
        display: none !important;
    }
}

/* Desktop-only adjustments: move title/subtitle up and tighten spacing */
@media (min-width: 993px) {
    .turbo-challenge-hero {
        align-items: flex-start; /* push content to top on desktop */
    }

    .turbo-hero-content {
        padding-top: 8px; /* minimal top padding inside card */
    }

    .turbo-challenge-hero .hero-title-video {
        margin-top: 0;         /* closer to top */
        margin-bottom: -28px;  /* tuck subtitle right under video */
        max-width: 660px;      /* increase desktop size */
    }

    .turbo-challenge-hero .hero-subtitle {
        margin-top: -30px;     /* pull subtitle up under video */
        margin-bottom: 8px;    /* smaller gap below */
        line-height: 1.2;      /* slightly tighter */
    }
}

/* Mobile/tablet layout up to 992px: keep stacked layout, prevent overlap */
/* Fix small-tablet band (600px–900px) specifically */
/* Removed mid-band overrides (600–900px) to simplify: uses mobile styles up to 992px */

/* Narrow small-tablet fix (575px–750px): ensure centered and inside card */
/* Removed narrow mid-band overrides (575–750px): rely on unified mobile rules */

/* General tablet/mobile up to 992px */
@media (max-width: 992px) {
    .turbo-hero-content {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

   .turbo-challenge-hero .hero-subtitle {
        margin-top: 0px !important;
        font-size: 1.3rem !important;
        line-height: .8 !important;
   }


    .turbo-challenge-hero .subtitle-price {
        font-size: 1.7rem !important;
        line-height: .8 !important;

    }
    
    .turbo-challenge-hero .hero-features-pricing-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .turbo-challenge-hero .hero-title-video {
        position: static !important; /* keep in normal flow to avoid overlap */
        display: block !important;
        width: 80vw !important;   /* unified mobile sizing */
        max-width: 500px !important;
        margin: 8px auto 6px auto !important;
        transform: none !important;
    }

    .turbo-challenge-hero .hero-content {
        padding-top: 8px !important; /* no extra space needed when video is in flow */
    }

    /* Subtitle smaller on mobile/tablet */
    .turbo-challenge-hero .hero-subtitle {
        font-size: 1.3rem !important; /* consistent readability */
        margin-top: 4px !important;
        margin-bottom: 10px !important;
        line-height: 1.25 !important;
    }

    /* Ensure pricing/button stays visible on tablet/mobile */
    .desktop-pricing-section {
        display: block !important;
        text-align: center;
    }
}

/* Mobile Marquee Trust Section */
.mobile-trust-marquee {
    display: none;
    position: relative;
    z-index: 20;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    overflow: hidden;
    width: 100%;
}

.mobile-trust-marquee .marquee-container {
    display: flex;
    align-items: center;
    animation: marquee-scroll 20s linear infinite;
    white-space: nowrap;
}

.mobile-trust-marquee .marquee-item {
    flex-shrink: 0;
    margin: 0 1rem;
    height: 30px;
    opacity: 0.8;
}

.mobile-trust-marquee .marquee-item img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.hero-trust-section .trust-title {
    color: #3B7860;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center; /* center title under hero */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-trust-section .trust-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 1.2rem;
    align-items: center;
    position: relative;
    z-index: 20;
    max-width: 600px;
}

/* Turbo Challenge Trust Logos - Custom Layout */
.turbo-trust-logos {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important; /* center logos */
    align-items: center !important;
    gap: 2rem !important;
    width: 100% !important;
    max-width: 1100px !important; /* center block width */
    margin: 0 auto !important; /* center within hero */
}

.turbo-trust-logos .trust-logo {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 140px !important;
}

.hero-trust-section .trust-logo {
    height: 35px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    object-fit: contain;
    max-width: 120px;
    position: relative;
    z-index: 20;
}

.hero-trust-section .trust-logo:hover {
    opacity: 1;
}

/* Statistics Section */
.statistics-section {
    background: transparent;
    padding: 60px 0;
    margin: 20px auto;
    max-width: 1400px;
    width: 95%;
    border-radius: 15px;
}

/* Turbo Challenge Statistics - Full Width */
.turbo-stats-container {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 1400px !important;
}

.turbo-stats-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.turbo-stats-row > div {
    flex: 1 !important;
    margin: 0 3px !important;
    max-width: calc(25% - 6px) !important;
    padding: 0 !important;
}

.turbo-stats-row .col-lg-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
    margin-bottom: 0 !important;
}

.turbo-stat-first {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.turbo-stat-last {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.statistics-section .stat-card {
    background: linear-gradient(to right, #0B2E26, #103429, #173D31);
    border: 1px solid rgba(154, 245, 189, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    text-align: left;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    word-wrap: break-word;
    overflow: hidden;
}

.statistics-section .stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 255, 136, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

.statistics-section .stat-number {
    font-size: 4rem;
    font-weight: 700;
    color: #FFEE00;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 20px rgba(255, 238, 0, 0.3);
    text-align: left;
    display: block;
    width: 100%;
    flex-shrink: 0;
}

.statistics-section .stat-label {
    color: #9AF5BD;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 300;
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Mobile Statistics Slider */
.mobile-stats-slider {
    display: none;
}

.stats-swiper {
    padding-bottom: 40px;
}

.stats-pagination {
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

.stats-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(154, 245, 189, 0.3);
    opacity: 1;
    margin: 0 4px;
}

.stats-pagination .swiper-pagination-bullet-active {
    background: #9AF5BD;
}

/* Statistics Section Responsive Breakpoints */
/* Tablet and Mobile Layout - Use Slider */
@media (max-width: 1199px) {
    .desktop-stats {
        display: none !important;
    }
    
    .mobile-stats-slider {
        display: block !important;
    }
    
    .stats-swiper {
        padding-bottom: 50px;
        overflow: visible;
    }
    
    .stats-swiper .swiper-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .stats-swiper .swiper-slide {
        width: 70% !important;
        margin-right: 5% !important;
    }
    
    .statistics-section .stat-card {
        min-height: 180px;
        padding: 2rem;
        text-align: left !important;
    }
    
    .statistics-section .stat-number {
        font-size: 3rem;
        text-align: left !important;
        margin-bottom: 1rem;
    }
    
    .statistics-section .stat-label {
        font-size: 1.1rem;
        text-align: left !important;
        justify-content: flex-start !important;
        line-height: 1.5;
    }
}

/* Mobile specific adjustments */
@media (max-width: 767px) {
    .statistics-section .stat-card {
        min-height: 160px;
        padding: 1.5rem;
    }
    
    .statistics-section .stat-number {
        font-size: 2.8rem;
    }
    
    .statistics-section .stat-label {
        font-size: 1rem;
    }
}

/* Dots Separator */
.dots-separator {
    text-align: center;
    background: transparent;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: -2rem;
    height: 50px
}

.dots-separator .dots-bg {
    opacity: 0.8;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    max-width: none;
}

/* Turbo Rules Section */
.turbo-rules-section {
    padding: 80px 0;
    margin: 20px auto;
    border-radius: 15px;
    max-width: 1400px;
    width: 95%;
    margin-top: -50px;
}

.turbo-rules-section .rules-title {
    font-size: 3rem;
    font-weight: 700;
    color: #9AF5BD;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(154, 245, 189, 0.3);
    text-align: center;
}

.turbo-rules-section .rules-subtitle {
    color: #9AF5BD;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.rule-card {
    background: linear-gradient(to right, #0B2E26, #103429, #173D31);
    border: 1px solid rgba(154, 245, 189, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    text-align: left;
    transition: all 0.3s ease;
    height: 280px;
    min-height: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 10;
}

.rule-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 255, 136, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

.rule-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    pointer-events: none;
}

.rule-img {
    max-width: 140px;
    max-height: 140px;
    width: auto;
    height: auto;
    opacity: 1;
}

.rule-label {
    color: #9AF5BD;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.rule-value {
    font-size: 3rem;
    font-weight: 700;
    color: #FFEE00;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(255, 238, 0, 0.3);
    line-height: 1;
}

.rule-description {
    color: #9AF5BD;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0;
    opacity: 0.8;
}

.rule-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}

/* Small laptop and tablet responsive for rules section */
@media (max-width: 1200px) {
    .turbo-rules-section {
        max-width: 100vw;
        width: 100%;
        border-radius: 0;
        padding: 60px 20px;
    }
    
    .turbo-rules-section .container-xl {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .turbo-rules-section .row {
        margin: 0 -8px;
    }
    
    .turbo-rules-section .col-lg-3 {
        padding: 0 8px;
        margin-bottom: 16px;
    }
}

/* Desktop: Equal spacing with flexbox */
@media (min-width: 993px) {
    .turbo-rules-section .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -8px;
    }
    
    .turbo-rules-section .col-lg-3 {
        padding: 0 8px;
        margin-bottom: 16px;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    /* Tablet: 2 per row, 5th card full width */
    .turbo-rules-section .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /* previously forced 5th card full width; not needed with 6-card layout */
}

/* Small Tablet: 2 per row, 5th card full width */
@media (max-width: 768px) and (min-width: 577px) {
    .turbo-rules-section .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /* previously forced 5th card full width; not needed with 6-card layout */
}

/* Why Choose Leveraged Section */
.why-leveraged-section {
    background: #023026;
    padding: 80px 0;
    margin: 60px auto;
    border-radius: 15px;
    max-width: 1400px;
    width: 95%;
}

.why-video-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #023026;
}

.why-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.why-content {
    padding: 2rem;
    color: white;
}

.why-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #9AF5BD;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(154, 245, 189, 0.3);
}

.why-subtitle {
    color: #9AF5BD;
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.why-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(154, 245, 189, 0.3) 0%, rgba(154, 245, 189, 0.1) 50%, rgba(154, 245, 189, 0.3) 100%);
    margin: 2rem 0;
}

.why-features {
    margin: 2rem 0;
}

.why-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    gap: 2rem;
}

.why-feature-img {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    opacity: 1;
}

.why-feature-content {
    flex: 1;
}

.why-feature-title {
    color: #FFEE00;
    font-size: 1.5rem; /* larger step titles */
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 18px rgba(255, 238, 0, 0.35);
}

.why-feature-description {
    color: #9AF5BD;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 0.9;
}

/* Turbo Challenge Page Button Styling */
.turbo-challenge-hero .portfolio-btn,
.turbo-rules-section .portfolio-btn,
.turbo-faq-section .portfolio-btn,
.why-leveraged-section .portfolio-btn {
    background: linear-gradient(135deg, #FFB804 0%, #FFEE00 50%, #FFB804 100%) !important;
    border: none !important;
    color: #012D23 !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(255, 184, 4, 0.3) !important;
}

.turbo-challenge-hero .portfolio-btn:hover,
.turbo-rules-section .portfolio-btn:hover,
.turbo-faq-section .portfolio-btn:hover,
.why-leveraged-section .portfolio-btn:hover {
    background: linear-gradient(135deg, #F5B000 0%, #F5E600 50%, #F5B000 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(255, 184, 4, 0.5) !important;
    color: #012D23 !important;
}

/* Why Section Button */
.why-btn {
    background: linear-gradient(135deg, #8FF7B7 0%, #6BE89B 100%) !important;
    border: none !important;
    color: #012D23 !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.why-btn:hover {
    background: linear-gradient(135deg, #7CE6A8 0%, #5DD688 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(143, 247, 183, 0.4) !important;
    color: #012D23 !important;
}

.challenge-details-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.challenge-details-section .section-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #333;
}

.challenge-details-section .challenge-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.how-it-works-section {
    background: #ffffff;
    padding: 80px 0;
}

.how-it-works-section .section-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.how-it-works-section .section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 3rem;
}

.step-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.step-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #00ff88, #00ccff);
    color: white;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.step-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.step-description {
    color: #666;
    line-height: 1.6;
}

.prizes-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 0;
}

.prizes-section .section-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.prizes-section .section-subtitle {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.prize-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
    height: 100%;
}

.prize-card:hover {
    transform: translateY(-5px);
}

.prize-icon {
    margin-bottom: 1.5rem;
}

.prize-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.prize-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.prize-description {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.prize-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #00ff88;
}

.rules-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.rules-section .section-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #333;
}

.rules-list {
    max-width: 800px;
    margin: 0 auto;
}

.rule-item {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #00ff88;
}

.rule-text {
    margin: 0;
    color: #555;
    line-height: 1.6;
}

.cta-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-section .cta-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cta-section .cta-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .turbo-challenge-hero {
        padding-top: 0px !important;
        padding-bottom: 40px !important;
    }
    
    .turbo-challenge-hero .hero-title {
        font-size: 2.5rem !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
    }
    
    .turbo-challenge-hero .hero-subtitle {
        text-align: left !important;
        margin-top: 6px !important;
        margin-bottom: 6px !important;
        line-height: 1.25 !important;
    }
    .turbo-challenge-hero .hero-subtitle .subtitle-price {
        font-size: 1.7rem !important; /* bigger price */
        font-weight: 700 !important;
        text-shadow: 0 0 16px rgba(154, 245, 189, 0.25) !important;
    }
    
    .turbo-challenge-hero .hero-content {
        padding: 0 1rem !important;
        max-width: none !important;
        width: 100% !important;
    }
    

    
    /* Reposition title video to top on tablet */
    .turbo-challenge-hero .hero-title-video {
        position: static !important; /* keep flow to prevent overlap */
        max-width: 500px !important; /* ~25% bigger */
        width: 96vw !important;
        margin: 8px auto 4px auto !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        z-index: 1 !important;
    }
    
    /* Add top padding to hero content to make room for title video */
    .turbo-challenge-hero .hero-content {
        padding-top: 8px !important; /* video is in flow now */
    }
    
    /* Increase text sizes for mobile */
    .turbo-challenge-hero .feature-text {
        font-size: 1.3rem !important;
        line-height: 1.4 !important;
    }
    
    .turbo-challenge-hero .simulation-label {
        font-size: 1.4rem !important;
    }
    
    .turbo-challenge-hero .price {
        font-size: 3rem !important;
    }
    
    .turbo-challenge-hero .price {
        font-size: 2.5rem;
    }
    
    .turbo-challenge-hero .hero-video-container {
        min-height: 250px;
        margin-top: 2rem !important;
    }
    
    .turbo-challenge-hero .pricing-section {
        flex-direction: row !important;
        align-items: center !important;
        gap: 1rem !important;
        margin-top: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .turbo-challenge-hero .simulation-label {
        font-size: 1rem !important;
        margin-bottom: 0 !important;
    }
    
    .turbo-challenge-hero .hero-features {
        text-align: left !important;
        margin-bottom: 1rem !important;
    }
    
    .turbo-challenge-hero .hero-video-container {
        min-height: 250px;
        margin-top: 1rem !important;
    }
    
    .turbo-challenge-hero .mobile-pricing-section {
        margin-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    
    /* Hide desktop trust section on tablet and below */
    .hero-trust-section {
        display: none !important;
    }
    
    /* Show mobile marquee on tablet and below */
    .mobile-trust-marquee {
        display: block !important;
    }
    
    /* Hide desktop pricing, show mobile pricing */
    .desktop-pricing-section {
        display: block !important; /* ensure visible on mobile/tablet */
        text-align: center !important;
        margin-top: 8px !important;
    }
    
    .mobile-pricing-section {
        display: block !important;
        margin-top: 1rem !important;
    }
    
    .hero-trust-section .trust-logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.8rem;
    }
    
    .turbo-trust-logos .trust-logo {
        width: calc(33.333% - 0.53rem) !important;
        max-width: 100px !important;
    }
    
    .turbo-stats-row > div {
        margin: 0 0.25rem !important;
        max-width: calc(25% - 0.5rem) !important;
    }
    
    .hero-trust-section .trust-logo {
        height: 30px;
    }
    
    .statistics-section .stat-number {
        font-size: 2.5rem;
    }
    
    .turbo-challenge-hero .hero-features {
        border-right: none;
        padding-right: 0;
        margin-bottom: 1.5rem;
    }
    
    .turbo-rules-section .rules-title {
        font-size: 2.5rem;
    }
    
    .rule-value {
        font-size: 2rem;
    }
    
    .why-title {
        font-size: 2.5rem;
    }
    
    .why-feature-item {
        margin-bottom: 1.8rem;
        gap: 1.5rem;
    }
    
    .why-feature-img {
        width: 50px;
        height: 50px;
    }
    
    .challenge-details-section .section-title,
    .how-it-works-section .section-title,
    .prizes-section .section-title,
    .rules-section .section-title,
    .cta-section .cta-title {
        font-size: 2rem;
    }
    
    .step-card,
    .prize-card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .turbo-challenge-hero {
        min-height: 50vh;
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }
    
    .turbo-challenge-hero .hero-title {
        font-size: 2.2rem !important;
        text-align: center !important;
        margin-bottom: 0.5rem !important;
    }
    
    .turbo-challenge-hero .hero-subtitle {
        font-size: 1.8rem !important;
        text-align: left !important;
        margin-bottom: 1rem !important;
        line-height: 1.2 !important;
    }
    
    .turbo-challenge-hero .hero-content {
        padding: 0 0.75rem !important;
        max-width: none !important;
        width: 100% !important;
    }
    

    
    /* Keep title video in normal flow on mobile */
    .turbo-challenge-hero .hero-title-video {
        position: static !important;
        transform: none !important;
        max-width: 100% !important;
        margin: 0 auto 10px auto !important;
        z-index: 1 !important;
    }
    
    .turbo-challenge-hero .hero-content {
        padding-top: 20px !important;
    }
    
    /* Increase text sizes for mobile */
    .turbo-challenge-hero .feature-text {
        font-size: 1.2rem !important;
        line-height: 1.4 !important;
    }
    
    .turbo-challenge-hero .simulation-label {
        font-size: 1.8rem !important; /* larger label on mobile */
    }
    
    .turbo-challenge-hero .price {
        font-size: 2.8rem !important;
    }
    
    .turbo-challenge-hero .price {
        font-size: 2rem;
    }
    
    .turbo-challenge-hero .hero-video-container {
        min-height: 200px !important;
        margin-top: 1.5rem !important;
    }
    
    .turbo-challenge-hero .pricing-section {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.5rem !important;
        margin-top: 1rem !important;
        width: 100% !important;
    }
    
    .turbo-challenge-hero .simulation-label {
        font-size: 1.8rem !important;
    }
    
    .turbo-challenge-hero .hero-features {
        text-align: left !important;
        margin-bottom: 1rem !important;
    }

    /* Ensure price + CTA block shows under How it Works on mobile */
    .desktop-pricing-section {
        display: block !important;
        width: 100% !important;
    }

    .pricing-stack {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 10px !important;
    }
    
    .turbo-challenge-hero .hero-video-container {
        min-height: 200px;
    }
    
    /* Mobile: full-width CTA button */
    .turbo-challenge-hero .turbo-cta-btn {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }
    
    .hero-trust-section .trust-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
    }
    
    .turbo-trust-logos .trust-logo {
        width: calc(50% - 0.3rem) !important;
        max-width: 80px !important;
    }
    
    .turbo-stats-row {
        flex-wrap: wrap !important;
    }
    
    .turbo-stats-row > div {
        margin: 0 0.25rem 1rem 0.25rem !important;
        max-width: calc(50% - 0.5rem) !important;
    }
    
    .hero-trust-section .trust-logo {
        height: 25px;
    }
    
    .statistics-section .stat-card {
        padding: 1.5rem;
    }
    
    .statistics-section .stat-number {
        font-size: 2rem;
    }
    
    .turbo-challenge-hero .hero-features {
        border-right: none;
        padding-right: 0;
        margin-bottom: 1rem;
    }
    
    .turbo-rules-section .rules-title {
        font-size: 2rem;
    }
    
    .rule-value {
        font-size: 1.8rem;
    }
    
    .rule-card {
        padding: 1.2rem;
        height: 240px;
        min-height: 240px;
    }
    
    .rule-icon {
        width: 110px;
        height: 110px;
        top: 12px;
        right: 12px;
    }
    
    .rule-img {
        max-width: 110px;
        max-height: 110px;
    }
    
    /* Mobile: Single column remains the same */
    .turbo-rules-section .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .why-title {
        font-size: 1.8rem; /* slightly smaller than subtitle for visual hierarchy */
    }
    
    .why-content {
        padding: 1rem;
    }
    
    .why-video-container {
        min-height: 250px;
        margin-bottom: 1.5rem;
    }
    
    .why-feature-item {
        margin-bottom: 1.5rem;
        gap: 1rem;
    }
    
    .why-leveraged-section {
        margin: 40px auto;
    }
    
    .challenge-details-section,
    .how-it-works-section,
    .prizes-section,
    .rules-section,
    .cta-section {
        padding: 60px 0;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .rule-card {
        height: 210px;
        min-height: 210px;
        padding: 1rem;
    }
    
    .rule-icon {
        width: 100px;
        height: 100px;
        top: 8px;
        right: 8px;
    }
    
    .rule-img {
        max-width: 100px;
        max-height: 100px;
    }
    
    .rule-value {
        font-size: 1.5rem;
    }
    
    .rule-label {
        font-size: 0.85rem;
    }
    
    .rule-description {
        font-size: 0.8rem;
    }
    
    .turbo-rules-section {
        padding: 40px 10px;
    }
    
    .turbo-rules-section .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 16px;
        padding: 0 5px;
    }
    
    .step-circle {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

/* Turbo Challenge Testimonials Section Styling */
.turbo-testimonials-container {
    padding: 0 !important;
    max-width: 100% !important;
    margin-bottom: 100px;
    margin-top: 100px; /* reduced spacing above testimonials (between rules and testimonials) */
    position: relative;
}

.testimonials-bg-image {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    height: 200px;
    overflow: hidden;
    z-index: 0;
}

.bg-ellipse-pattern {
    position: relative;
}

.testimonials-bg-image .fire-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 1;
    transform: scale(1);
}

.turbo-testimonials-header {
    align-items: center !important;
    margin-bottom: 3rem !important;
    margin-top: 4rem !important;
    padding: 0 2rem !important;
    position: relative;
    z-index: 1;
}

.turbo-testimonials-title {
    color: #9AF5BD !important;
    text-shadow: 0 2px 4px rgba(154, 245, 189, 0.3) !important;
    margin-bottom: 0 !important;
}

.turbo-swiper-pagination {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.turbo-testimonial-slider {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: visible !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}

.turbo-testimonial-slider .swiper-wrapper {
    gap: 1rem !important;
    transition-timing-function: linear !important;
    padding-left: 2rem !important;
}

.turbo-testimonial-slider .swiper-slide {
    width: 480px !important;
    max-width: 480px !important;
    flex-shrink: 0 !important;
    height: auto !important;
}

/* Tablet and below: make testimonial slides full-width and centered */
@media (max-width: 768px) {
    .turbo-testimonial-slider {
        width: 100% !important;
        margin-left: 0 !important;
        overflow: hidden !important;
    }
    .turbo-testimonial-slider .swiper-wrapper {
        gap: 0 !important;
        padding-left: 0 !important;
    }
    .turbo-testimonial-slider .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.turbo-testimonial-review {
    background: linear-gradient(to right, #0B2E26, #103429, #173D31) !important;
    border: 1px solid rgba(154, 245, 189, 0.2) !important;
    border-radius: 15px !important;
    padding: 2rem !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.turbo-testimonial-review .content {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
    flex: 1 !important;
}

.turbo-testimonial-review .stars {
    color: #FFEE00 !important;
    margin-bottom: 1rem !important;
}

.turbo-testimonial-review .text-g-text {
    color: #9AF5BD !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
}

/* Turbo Challenge FAQ Section Styling */
.turbo-faq-section {
    background: #012D23 !important;
    padding: 80px 0 !important;
}

.turbo-faq-title {
    color: #9AF5BD !important;
    text-shadow: 0 2px 4px rgba(154, 245, 189, 0.3) !important;
    margin-bottom: 3rem !important;
    text-align: center !important;
}

.turbo-faq-section .accordion-button {
    background: rgba(1, 45, 35, 0.8) !important;
    border: 1px solid rgba(154, 245, 189, 0.2) !important;
    color: #9AF5BD !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    padding: 1.5rem !important;
    margin-bottom: 0.75rem !important;
    padding-right: 3rem !important;
    position: relative !important;
}

.turbo-faq-section .accordion-button:not(.collapsed) {
    background: rgba(154, 245, 189, 0.1) !important;
    color: #9AF5BD !important;
    border-color: rgba(154, 245, 189, 0.4) !important;
    border-radius: 8px 8px 0 0 !important;
    margin-bottom: 0 !important;
}

.turbo-faq-section .faq-icon {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.turbo-faq-section .faq-icon .icons-close-open-vector {
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
}

.turbo-faq-section .accordion-item h2.accordion-header {
    border-bottom: none !important;
}

.turbo-faq-section .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(154, 245, 189, 0.25) !important;
}

.turbo-faq-section .accordion-body {
    background: rgba(1, 45, 35, 0.6) !important;
    border: 1px solid rgba(154, 245, 189, 0.1) !important;
    border-top: none !important;
    color: #9AF5BD !important;
    line-height: 1.6 !important;
    padding: 1.5rem !important;
    border-radius: 0 0 8px 8px !important;
    margin-bottom: 0.75rem !important;
}

.turbo-faq-section .btn-warning {
    background: linear-gradient(135deg, #FFB804 0%, #FFEE00 50%, #FFB804 100%) !important;
    border: none !important;
    color: #012D23 !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(255, 184, 4, 0.3) !important;
}

.turbo-faq-section .btn-warning:hover {
    background: linear-gradient(135deg, #F5B000 0%, #F5E600 50%, #F5B000 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(255, 184, 4, 0.5) !important;
    color: #012D23 !important;
}

.rules-cta-row {
    padding: 16px 20px;
    margin-top: 20px;
    gap: 12px !important;
}
.rules-cta-row .portfolio-btn {
    padding: 14px 32px;
}
.rules-cta-row .faq-outline-btn {
    padding: 10px 20px;
    border-width: 2px;
}

@media (max-width: 768px) {
    .rules-cta-row {
        flex-direction: column;
        gap: 10px !important;
    }
    .rules-cta-row .portfolio-btn {
        width: 100%;
    }
}
/* Small outline button for FAQ next to rules CTA */
.turbo-faq-outline-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 9999px;
    border: 2px solid #9AF5BD;
    color: #9AF5BD;
    background: transparent;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.turbo-faq-outline-btn:hover {
    color: #fff;
    background: rgba(154, 245, 189, 0.15);
}

/* Turbo Pricing Section */
.turbo-pricing-section .rules-title { font-size: 3rem; font-weight: 700; color: #9AF5BD; text-shadow: 0 0 20px rgba(154,245,189,.3); text-align:center; }
.turbo-pricing-section .pricing-size-btn { min-width:180px; height:56px; padding:0 24px; font-size:18px; display:inline-flex; align-items:center; justify-content:center; color:var(--mint); border-width:2px; }
.turbo-pricing-section .pricing-size-btn.is-active { background:linear-gradient(45deg,#FFD700,#FFA500); color:#012D23 !important; border:none !important; box-shadow:0 8px 25px rgba(255,184,4,.45); height:56px !important; padding:0 24px !important; margin-top:0 !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; }
.turbo-pricing-section .levcard .turbo-cta-btn { margin-top:0 !important; }
.turbo-pricing-section .pricing-infowindow { background:#012823; border:2px solid rgba(0,255,136,.15); border-radius:15px; box-shadow:0 0 15px rgba(0,255,136,.1); }
.turbo-pricing-section .pricing-top-card { background:linear-gradient(to right,#0B2E26,#103429,#173D31); border:1px solid rgba(154,245,189,.2); border-radius:15px; padding:1.5rem; }
.turbo-pricing-section .pricing-top-card:hover { transform:none; box-shadow:none; background:linear-gradient(to right,#0B2E26,#103429,#173D31); }
.turbo-pricing-section .pricing-eval-label { color:var(--g-head); font-size:1.25rem; font-weight:400; }
.turbo-pricing-section .pricing-fee { font-size:2.2rem; line-height:1; }
.turbo-pricing-section .pricing-text { padding:5px 18px; }
.turbo-pricing-section .pricing-infowindow .turbo-cta-btn { background:linear-gradient(45deg,#FFD700,#FFA500) !important; color:#012D23 !important; border:none !important; box-shadow:0 8px 25px rgba(255,184,4,.45) !important; }
.turbo-pricing-section .pricing-table-wrap { background:#012823; border:2px solid rgba(0,255,136,.15); border-radius:15px; box-shadow:0 0 15px rgba(0,255,136,.08); overflow-x:auto; overflow-y:hidden; -webkit-overflow-scrolling:touch; touch-action: pan-x; overscroll-behavior-x: contain; }
.turbo-pricing-section .pricing-table-wrap .table { --bs-table-bg:transparent; margin:0; min-width:760px; width:max-content; table-layout:auto; border-collapse: collapse; }
.turbo-pricing-section .pricing-table-wrap thead th,
.turbo-pricing-section .pricing-table-wrap tbody td { white-space: nowrap; }

@media (max-width: 576px) {
  .turbo-pricing-section .rules-title { line-height: 1.35; font-size: 2.25rem; }
  /* Fit table on mobile: smaller text, tighter padding, allow wrapping */
  .turbo-pricing-section .pricing-table-wrap { overflow-x: hidden; }
  .turbo-pricing-section .pricing-table-wrap .table { min-width: auto; width: 100%; table-layout: fixed; }
  .turbo-pricing-section .pricing-table-wrap thead th { font-size: 0.78rem; padding: 0.42rem 0.25rem; }
  .turbo-pricing-section .pricing-table-wrap thead th:nth-child(2) { text-align: left; padding-left: 0.25rem; padding-right: 1.35rem; }
  .turbo-pricing-section .pricing-table-wrap thead th:nth-child(3) { text-align: right; padding-left: 1.35rem; padding-right: 0.25rem; }
  .turbo-pricing-section .pricing-table-wrap tbody th,
  .turbo-pricing-section .pricing-table-wrap tbody td { font-size: 0.95rem; padding: 0.75rem; white-space: normal; }
  /* Smaller label text for rules column */
  .turbo-pricing-section .pricing-table-wrap tbody th[scope="row"] { font-size: 0.85rem; line-height: 1.25; }
  /* Column widths so 3 columns fit nicely */
  .turbo-pricing-section .pricing-table-wrap thead th:first-child,
  .turbo-pricing-section .pricing-table-wrap tbody th[scope="row"] { width: 28%; }
  .turbo-pricing-section .pricing-table-wrap thead th:nth-child(2) { width: 31%; }
  .turbo-pricing-section .pricing-table-wrap thead th:nth-child(3),
  .turbo-pricing-section .pricing-table-wrap tbody td:nth-child(3) { width: 41%; }
}
.turbo-pricing-section .pricing-table-wrap thead th { font-size:1.6rem; padding:1.25rem 1.5rem; }
.turbo-pricing-section .pricing-table-wrap tbody th, .turbo-pricing-section .pricing-table-wrap tbody td { color:#9AF5BD; font-size:1.1rem; padding:1.1rem 1.5rem; }
.turbo-pricing-section .pricing-table-wrap tbody tr:nth-child(odd) td, .turbo-pricing-section .pricing-table-wrap tbody tr:nth-child(odd) th { background:var(--g-back-dark); }
.turbo-pricing-section .pricing-table-wrap tbody tr:nth-child(even) td, .turbo-pricing-section .pricing-table-wrap tbody tr:nth-child(even) th { background:#012823; }

/* Tablet range: keep table fixed-width and ensure Funded column stays visible */
@media (min-width: 576px) and (max-width: 991.98px) {
  .turbo-pricing-section .pricing-table-wrap { overflow-x: hidden; }
  .turbo-pricing-section .pricing-table-wrap .table { width: 100%; min-width: auto; table-layout: fixed; }
  .turbo-pricing-section .pricing-table-wrap thead th:first-child,
  .turbo-pricing-section .pricing-table-wrap tbody th[scope="row"] { width: 150px; }
  .turbo-pricing-section .pricing-table-wrap thead th:nth-child(2),
  .turbo-pricing-section .pricing-table-wrap thead th:nth-child(3),
  .turbo-pricing-section .pricing-table-wrap tbody td { width: auto; }
  /* allow wrapping in this range */
  .turbo-pricing-section .pricing-table-wrap thead th,
  .turbo-pricing-section .pricing-table-wrap tbody td { white-space: normal; }
}

/* Mid desktop range: force fixed layout so Funded stays inside container */
@media (min-width: 992px) and (max-width: 1200px) {
  .turbo-pricing-section .pricing-table-wrap { overflow-x: hidden; }
  .turbo-pricing-section .pricing-table-wrap .table { width: 100%; table-layout: fixed; min-width: auto; }
  .turbo-pricing-section .pricing-table-wrap thead th,
  .turbo-pricing-section .pricing-table-wrap tbody td { white-space: normal; }
  .turbo-pricing-section .pricing-table-wrap thead th:first-child,
  .turbo-pricing-section .pricing-table-wrap tbody th[scope="row"] { width: 42%; }
  .turbo-pricing-section .pricing-table-wrap thead th:nth-child(2) { width: 29%; }
  .turbo-pricing-section .pricing-table-wrap thead th:nth-child(3),
  .turbo-pricing-section .pricing-table-wrap tbody td:nth-child(3) { width: 29%; }
}

/* Responsive table widths for 900-1400px: shrink rules column ~50% of typical desktop width */
@media (min-width: 900px) and (max-width: 1399.98px) {
  .turbo-pricing-section .pricing-table-wrap { overflow-x: hidden; }
  .turbo-pricing-section .pricing-table-wrap .table { width: 100%; table-layout: fixed; }
  .turbo-pricing-section .pricing-table-wrap thead th,
  .turbo-pricing-section .pricing-table-wrap tbody td { white-space: normal; }
  .turbo-pricing-section .pricing-table-wrap thead th:first-child,
  .turbo-pricing-section .pricing-table-wrap tbody th[scope="row"] { width: 36%; }
  .turbo-pricing-section .pricing-table-wrap thead th:nth-child(2) { width: 32%; }
  .turbo-pricing-section .pricing-table-wrap thead th:nth-child(3),
  .turbo-pricing-section .pricing-table-wrap tbody td:nth-child(3) { width: 32%; }
}

/* Desktop >=1400px: fill container, no right gap */
@media (min-width: 1400px) {
  .turbo-pricing-section .pricing-table-wrap .table { width: 100%; table-layout: fixed; }
  .turbo-pricing-section .pricing-table-wrap thead th,
  .turbo-pricing-section .pricing-table-wrap tbody td { white-space: nowrap; }
  .turbo-pricing-section .pricing-table-wrap thead th:first-child,
  .turbo-pricing-section .pricing-table-wrap tbody th[scope="row"] { width: 40%; }
  .turbo-pricing-section .pricing-table-wrap thead th:nth-child(2) { width: 30%; }
  .turbo-pricing-section .pricing-table-wrap thead th:nth-child(3),
  .turbo-pricing-section .pricing-table-wrap tbody td:nth-child(3) { width: 30%; }
}