@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Texturina:opsz,wght@12..72,200;12..72,300;12..72,400;12..72,500;12..72,600;12..72,700;12..72,800;12..72,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,800;1,900&display=swap');:root {
    --text-green: #003a3a;
    --text-primary: #003a3a;
    --text-gold-dark: #bc7b03;
    --text-gold: #bc7b03;
    --text-btn-green: #003a3a;
    --text-pale-white: #afb0b2;
    --bg-pale-white:#f4f4f4;
}
body {
    background: white;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}
a {
    color: var(--text-green);
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;

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

}
.btn-primary {
    background: var(--text-gold) !important;
    border: 0;
}
@media(min-inline-size:600px) {
    h1.text-white.header-text-banner-big {
        line-height: 1.2;
        font-weight: 800;
    }

    h1.text-white.header-text-banner-big > span.text-green {
        font-size: 25px;
    }
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Amaranthnth', sans-serif;
}
.bg-dark {
    background: var(--text-green) !important;
}

@media(max-inline-size: 978px) {
    .header-text-banner-big {
        font-size: 27px !important;
        line-height: 29px;
    }
    .btn {
        font-size: 13px;
    }
    .banner-cl {
        padding: 54px 6px 0;
    }
    .header-text-banner-small {
        font-size: 13px;
        line-height: 15px;
    }
    .navbar {
        position: fixed;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.1rem 0.4rem;
    }

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 3px 2px !important;
    }

    .nopaddingsmall {
        padding: 0 !important;
    }

    .hideSM {
        display: none;
    }

    .hideLG {
        display: block !important;
    }
}

.hideLG {
    display: none;
}
.bg-light {
    background-color: white !important;
}
@media(min-inline-size:600px) {
    .black_bar {

        margin: 0 0 8px !important;
    }
}


.btn-success {
    color: #fff;
    background-color: #145c2d !important;
    border-color: #145b2c;
}

.btn-info {
    color: #fff;
    background-color: #030e20 !important;
    border-color: #336799;
}

.alert-danger {
    background-color: #c32e2eb3;
    border-color: #ebccd19e;
    color: #fbf6f3;
}
.alert {
    padding: 6px;
    margin-block-end: 20px;
    border: 1px solid var(--text-green)40;
    border-radius: 4px;
    text-align: center;
}

.alert-warning {
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 13px;
    margin: 0 6px 12px;
    color: #420303;
}
.log-a:hover {
    color: black !important;
}

.well {
    min-block-size: 20px;
    padding: 19px 9px !important;
}

.footer-section {
    background-color: #ffffff00 !important;
    /* color: #000000; */
    border-block-start: 2px solid var(--text-gold);

}

.footer-section .footer-title:after {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: -2px;
    block-size: 2px;
    inline-size: 50px;
    background-color: #969988;
}

.footer-section .footer-top {
    padding: 100px 0 13px;
}

.bg-success {
    background-color: #fffdfd00;
    color: white;
    border-block-end: 1px solid red;
}

@media only screen and(max-inline-size: 991px) {
    .footer-section .footer-top {
        padding: 25px 0;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-inline-start: 0 !important;
    }
}

.footer-content:is(h1, h2, h3, h4, h5, h6),
.black_bar {
    text-align: center;
    color: #ffffff;
    padding: 5px 4px;
    font-family: 'Amaranth';
    background: #ffffff;
    /* font-family: 'Audiowide'; */
    border: 1px solid;
    border-radius: 5px;
    background: var(--text-btn-green);
    text-transform: uppercase;
    font-size: 19px !important;
    font-weight: 700 !important;
    /* border-block-end: 1px dashed; */
    margin: 0 17px 8px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

.btn-success {
    color: #fff;
    background: #003333;
}
.btn-blue-light {
    background: #336799 !important;
    border: 1px solid #336799 !important;
}
.navbar-light .navbar-nav .nav-link {
    margin-inline-start: 25px;
    text-transform: uppercase;
    font-weight: 400;
}
.navbar-light .navbar-nav .nav-link {
    color:white;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--text-gold) !important;
}
.btn-warning {
    color: #f8f9fa;
    background-color: #89690c;
    border-color: #89690c;
}
.navbar-light .navbar-nav .nav-link.btn-warning:hover,.navbar-light .navbar-nav .nav-link.btn-primary:hover,
.btn-warning:hover {
    color: white !important;
    background-color: var(--text-green) !important;
    border-color: var(--text-green) !important;
}
.navbar-light .navbar-nav .nav-link.btn-success:hover,
.btn-success:hover {
    color: white !important;
    background-color: var(--text-gold) !important;
    border-color: var(--text-gold);
}

.btn-blue-light:hover {
    background: #1b8dfb !important;
    border: 1px solid #1b8dfb !important;
}
.fixed-top {
    position: fixed;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    z-index: 1030;
    border-block-end: 2px solid var(--text-green);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: white;
    border-block-end: 4px solid var(--text-gold-dark);

}
.nav-link {
    font-family: 'Amaranth';
}

.table > thead > tr {
    background-color: var(--text-green) !important;
    text-align: center;
    color: var(--text-gold);
    font-weight: 700;
}
.banner-cl {
    background: #021a42f2;
}

.breadcum {
    padding-block-start: 102px;
}

.border-bottom {
    /* border-block-end: 2px dotted green !important; */
    margin-block-end: 22px;
}

.well {
    min-block-size: 20px;
    padding: 0 !important;
}

.well {
    min-block-size: 20px;
    padding: 19px;
    margin-block-end: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    background: linear-gradient(180deg, var(--text-green), var(--text-green));
    color: white;
}

.pricing {
    text-align: center;
}

.new-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 15px;
    margin-block-end: 20px;
}

.wp-post-image {
    border-radius: 15px 15px 0 0 !important;
    inline-size: 100% !important;
}

.blog-title-wrap {
    padding: 20px 20px 0;
}

.blog-title-wrap p {
    color: var(--text-green);
    font-size: 16px;
    line-height: 20px;
}

.blog-img-wrap {
    padding: 0 8px 0 26px;
}

.blog-img-wrap > a > img {
    block-size: 90px;
    inline-size: 170px;
    border-radius: 5px;
}

.blog-btn {
    background: #ffffff;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 7px 15px;
    color: #1a1c1a;
}

.blog-title-wrap > h3 {
    margin-block-start: 3px;
}

.p-1 {
    padding: 4px;
}
.border-right-dt {
    border-inline-end: 2px solid #ffffff;
}
.border-left-dt {
    border-inline-start: 2px solid #ffffff;
}
@media(max-inline-size: 978px) {
    .wp-post-image {
        border-radius: 15px 0 0 15px !important;
        max-block-size: 120px !important;
    }

    .blog-title-wrap p {
        font-size: 16px !important;
        line-height: 21px !important;
        margin-block-end: 7px;
    }
    .border-right-dt {
        border-inline-end: 0;
    }
    .border-left-dt {
        border-inline-start: 0;
    }
    .blog-title-wrap {
        /* padding: 20px; */
        padding: 0 5px 8px 14px;
    }

    .blog-title-wrap {
        max-block-size: 117px !important;
        overflow: hidden !important;
        /* display: flex; */
        justify-content: center;
        align-items: center;
    }

    .blog-title-wrap > h3 {
        margin-block-start: 0;
    }

    .blog-img-wrap > a > img {
        block-size: 80px;
        /* inline-size: 94px; */
    }

    .p-1 {
        padding: 1px;
    }

    .no-margin-0 {
        margin: 0 !important;
    }
}

.widget-title {
    /* position: absolute; */
    inset-inline-start: 0;
    inset-block-start: 2px;
    text-align: center;
    margin-block-end: 0;
    z-index: 999;
    font-size: 16px;
    line-height: 26px;
    margin-block-end: 20px;
    inline-size: 100%;
    color: #fff;
}

.navbar-light .navbar-toggler {
    color: rgb(27 147 43 / 50%);
    border-color: rgb(0 0 0 / 0%);
}

.widget-title > span {
    background: #84151b;
    padding: 10px 40px 10px 20px;
    display: inline-block;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    position: relative;
}

.widget-title > span:before {
    content: '';
    position: absolute;
    inset-block-start: 15px;
    inset-inline-end: 20px;
    display: block;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    font-size: 15px;
}

.widget-title > span:after {
    content: '';
    position: absolute;
    border-inline-start: 5px solid transparent;
    border-inline-end: 2px solid transparent;
    border-block-start: 10px solid #333;
    inset-block-end: 0;
    inset-inline-start: 50%;
    margin-inline-start: -5px;
    inset-inline-start: -6px;
    margin-inline-start: 0;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
}

.title-bgg {
    position: relative;
    font-size: 24px;
    color: #111111;
    display: inline-block;
    text-transform: capitalize;
    margin-block-end: -44px;
    font-weight: 600;
    font-family: 'Amaranthnth', cursive;
    inline-size: 100%;
    line-height: 17px;
    padding-block-end: 10px;
    block-size: 37px;
    background: #261914;
}

.well > p {
    margin: 0 0 4px;
}

.padding-50 {
    padding-block-start: 80px;
}

.btn-green {
    color: white;
    border: 1px solid #f8f9fa;
    background: var(--text-green);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 14px;
    border-radius: 12px;
    border: 0 solid;
}
.btn-gold {
    color: white;
    border: 1px solid #f8f9fa;
    background: var(--text-gold);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 14px;
    border-radius: 12px;
    border: 0 solid;
}

.btn-gold:hover {
    background: var(--text-green);
    color: white;
    /* border: 1px solid var(--text-green); */
}

.btn-green:hover {
    background: var(--text-gold);
    color: white;
    /* border: 1px solid var(--text-green); */
}

@media(max-inline-size: 978px) {
    .btn-red,
    .btn-green {
        font-size: 12px;
    }

    .padding-top-39 {
        padding-block-start: 49px;
    }
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-inline-size: 0;
    box-shadow: 3px 4px 4px 3px #ffffff;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-block-end: 8px;
}

.plan-name {
    background: white;
    block-size: 55px;
    /* border-start-end-radius: 44px; */
    /* border-end-end-radius: 44px; */
    display: flex;
    text-align: center;
    font-family: 'Fira Sans';
    align-items: center;
    justify-content: space-around;
    font-size: 19px;
    color: var(--text-green);
}
.table td,
.table th {
    padding: 0.5rem;
    vertical-align: top;
    border-block-start: 1px solid #dee2e6;
}

.table {
    inline-size: 100%;
    /* margin-block-end: 1rem; */
    font-size: 13px;
    color: #212529;
    /* font-weight: 600; */
}


.logo_image {
    block-size: 33px;
    inline-size: auto;
}

@media(max-inline-size: 978px) {
    .logo_image {
        block-size: 33px;
        inline-size: auto;
    }
}
.navbar-light .navbar-nav .nav-link:hover {
    color: white;
    /* border-block-end: 1px solid; */
    transition: border-color 0.3s ease-in-out;
}

@media(max-inline-size: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-inline-size: 100%;
    }
}
.header-font-audio {
    box-shadow: 0 3px 3px -2px #2f3690;
    border-end-end-radius: 49px;
    border-start-end-radius: 64px;
}
.form-control-lg {
    block-size: 37px;
    padding: 0.2rem 1rem;
    font-size: 18px;
}
.header-font-audio {
    font-size: 18px;
}
.alert h5 {
    font-size: 13px;
    font-weight: 400;
    color: white;
}

@media(max-inline-size: 380px) {
    .breadcum {
        text-align: center;
        font-size: 22px !important;
        padding-block-end: 7px;
    }
    .price-head {
        font-size: 15px !important;
        padding-block-start: 5px !important;
        font-weight: 400;
        padding-bottom: 6px;
    }
}
@media(max-width:600px) {
    .header-text-banner-big {
        /* font-size driven by clamp on h1.hero */
    }

    h1.text-white.header-text-banner-big {
        line-height: 1.2;
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    h1.text-white.header-text-banner-big > span.text-green {
        font-size: inherit;
    }

    .nopaddingsmall {
        padding: 0 !important;
    }
    .nopaddingrightsmall {
        padding-right: 0 !important;
    }
    .nopaddingleftsmall {
        padding-left: 0 !important;
    }

}


/* INVESTMENT BAR */

.investment-bar-first {
    background: linear-gradient(rgb(0 0 0 / 82%) 100%, rgb(0 63 62)100%), url('../images/stadium.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.page-item.active .page-link {

    color: #fff;
    background-color: var(--text-green);
    border-color: var(--text-green);
}

.page-link {

    color: var(--text-green);

}
.td-block-title {
    text-align: center !important;
    color: var(--text-green);
    font-size: 2rem;
    margin-bottom: 5px;
    font-family: 'Texturina';
}
.icon-bar-1 {
    width: 24px;
}
.icon-bar {
    background-color: #fff;
}
.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 1px;
}
.fixed-top {


    box-shadow: 0 8px 10px -4px #9d9f1847;

}

@media(min-width: 768px) and(max-width:7000px) {

    .nav-item > .nav-link {

        margin-left: 35px !important;

        padding-right: 21px !important;

        padding-left: 21px !important;
        position: relative;
    }


    .nav-item> .nav-link:after {
        /* display:block; */
        content: '';
        height: 3px;
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom: 4px solid var(--text-gold-dark);
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
        -webkit-transition: transform 250ms ease-in-out;
        -moz-transition: transform 250ms ease-in-out;
        -ms-transition: transform 250ms ease-in-out;
        -o-transition: transform 250ms ease-in-out;
    }
    .nav-item> .nav-link:hover:after {
        transform: scaleX(1);
    }


}

.tds-button > a {
    border: 1px solid;
    width: 90%;
}
.bg-black {
    background: black;
}

.tap_heading {
    border-bottom: 2px solid !important;
    /* color: var(--text-green); */
}
#intcontainer {
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9998;
    pointer-events: none;
    -webkit-animation: promoFadeIn 0.33s ease-in;
    animation: promoFadeIn 0.33s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.intoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    zoom: 1;
    z-index: 9997;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: all;
    display: none;
}

.intwindow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 90%;
    height: auto;
    z-index: 9999;
    font-size: 0;
    text-align: center;
    border: 8px solid #ccc;
    background-color: #fff;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: all;
    border: 4px solid #000956;
}

.intclose1 {
    position: absolute;
    right: -11px;
    top: -14px;
    border-radius: 34px;
    overflow: hidden;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 23px;
    font-size: 19px;
    background: #f5ecdb;
    color: #ea0f0f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overscroll-behavior: contain;
    font-weight: 900;
    cursor: pointer;
    z-index: 600;
}

.intoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    zoom: 1;
    z-index: 9997;
    background: #000;
    background: rgb(29 27 27 / 78%);
    pointer-events: all;
    display: none;
}

.w100p {
    max-inline-size: 400px;
}

@media(max-width:600px) {
    .w100p {
        max-inline-size: 320px;
    }

}


.storeBox:before {
    content: '';
    background-color: #aaa538;
    background-color: #fff;
    padding-block-start: 100%;
    inline-size: 100%;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    position: absolute;
    z-index: -1;
    border-radius: 50% !important;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.8,0.13,0.21,0.9);
    -moz-transition: all 0.4s cubic-bezier(0.8,0.13,0.21,0.9);
    -o-transition: all 0.4s cubic-bezier(0.8,0.13,0.21,0.9);
    transition: all 0.4s cubic-bezier(0.8,0.13,0.21,0.9);
}


@media(max-width: 600px) {
  
    .btn-green {
        color: white;
        border: 1px solid #f8f9fa;
        background: var(--text-green);
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: space-evenly;
        padding: 8px;
        border-radius: 7px;
        border: 0 solid;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
}
.btn-gold {
    color: white;
    border: 1px solid #f8f9fa;
    background: var(--text-gold);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 8px;
    border-radius: 6px;
    border: 0 solid;
}
}


/* welcome_header / seo: .announcement_bg is an unstyled wrapper (no panel) */

h1.text-white.header-text-banner-big.text-center {
    background: transparent;
    color: #fff;
    border: none;
    margin: 0 auto;
    max-width: 42rem;
    padding: 0.35rem 0.75rem 0.85rem;
    font-family: 'Kufam', 'Josefin Sans', sans-serif;
    font-weight: 800;
    font-size: clamp(1.2rem, 2.5vw + 0.65rem, 2.1rem);
    line-height: 1.22;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55), 0 1px 0 rgba(0, 0, 0, 0.35);
    border-radius: 0;
    position: relative;
}

.welcome-hero-lead {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.footer-content h2 {
    font-size: 21px;
    color: var(--text-gold);
    font-weight: 600;

}
.footer-content strong {
    color: var(--text-gold)
}
.footer-content a {
    color: var(--text-green)
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #b2beb5;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9f9;
}
.match_vs{
    color:#008000!important;
}

.investment-content p {
    margin-bottom: 2px !important;
}
table td, .table th {
    padding: 0.38rem 0.5rem;
    vertical-align: top;
    border-block-start: 1px solid #dee2e6;
}

.tips-spacing {
    padding-top: 29px;
    padding-bottom: 27px;
}
.store_header {
  
    padding: 12px;
}
.tabs ul li label {
    border: 1px solid;

    color: white;
    background: var(--text-green);

}

.text-danger {
    color: #fe0505!important;
}

/* Unified site footer (resources/views/layout/main.blade.php) */
.site-footer .text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.site-footer.footer-section .footer-title {
    color: #ffffff;
    position: relative;
}

.site-footer .site-footer-intro {
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}

.site-footer-muted {
    color: rgba(225, 240, 237, 0.78);
}

.site-footer-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.site-footer-links li {
    margin-bottom: 0.42rem;
}

.site-footer-links a {
    color: rgba(210, 235, 229, 0.95);
}

.site-footer-links a:hover,
.site-footer-phone:hover {
    color: #fff;
    text-decoration: underline;
}

.site-footer-phone {
    color: #8ef5a9;
    font-weight: 600;
}

.site-footer-inner.footer-top {
    padding: 42px 0 24px !important;
}

.site-footer-rule {
    margin: 1.35rem 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer-tags {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.footer-ad-link {
    color: rgba(255, 255, 255, 0.92);
}

.footer-ad-link:hover {
    color: var(--text-gold);
    text-decoration: underline;
}

.site-footer-partners-heading {
    font-size: 0.7rem;
    margin-bottom: 0.25rem !important;
}

.site-footer-partners-links,
.site-footer-partners-links .footer-ad-link {
    font-size: 0.68rem;
    line-height: 1.45;
}

.site-footer-partners-links .footer-ad-sep {
    font-size: 0.65rem;
}

.footer-ad-sep {
    opacity: 0.5;
    padding: 0 0.35rem;
}

.site-footer-meta {
    padding-bottom: 14px;
}

.site-footer-social {
    margin-top: 12px;
}

.site-footer-social .footer-bottom-share ul li,
.site-footer-social ul li {
    display: inline-block;
}

.site-footer-social a {
    color: rgba(255, 255, 255, 0.92);
}

.site-footer-social a:hover {
    color: var(--text-gold);
}

.site-footer-label {
    display: inline-block;
    margin-right: 0.25rem;
    color: rgba(225, 235, 232, 0.88);
}

/* Compact footer variant (layout/main.blade.php — .site-footer--compact) */
.site-footer--compact.footer-section .footer-top {
    padding: 1.15rem 0 0.65rem !important;
}

.site-footer--compact .site-footer-inner.footer-top {
    padding: 1.15rem 0 0.65rem !important;
}

@media only screen and (max-width: 991px) {
    .site-footer--compact.footer-section .footer-top {
        padding: 0.9rem 0 0.5rem !important;
    }
}

.site-footer--compact .footer-title--compact {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    margin: 0 0 0.35rem;
    color: #fff;
    position: relative;
    font-weight: 700;
}

.site-footer--compact h2.footer-title--compact {
    font-size: 1rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.3rem;
}

.site-footer--compact .site-footer-lead {
    font-size: 0.78rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.88);
}

.site-footer--compact .site-footer-links li {
    margin-bottom: 0.15rem;
    font-size: 0.78rem;
    line-height: 1.35;
}

.site-footer--compact .site-footer-brand-col {
    margin-bottom: 0.65rem;
}

@media (min-width: 992px) {
    .site-footer--compact .site-footer-brand-col {
        margin-bottom: 0;
        padding-right: 0.75rem;
    }
}

.site-footer--compact .site-footer-col {
    margin-bottom: 0.45rem;
}

.site-footer--compact .site-footer-contact-col .site-footer-links {
    word-break: break-word;
}

.site-footer--compact .site-footer-social--compact {
    margin-top: 0.3rem;
}

.site-footer--compact .site-footer-social--compact ul {
    margin: 0;
    padding: 0;
}

.site-footer--compact .site-footer-social--compact a {
    font-size: 0.95rem;
    padding: 0 0.3rem;
}

.site-footer-rule--tight {
    margin: 0.55rem 0 !important;
}

.site-footer-meta--compact {
    padding-bottom: 0.45rem !important;
}

.site-footer-tags--compact {
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
    max-width: none !important;
}

@media (min-width: 992px) {
    .site-footer-copy-col {
        text-align: right;
    }
}

/* Main content area: fills viewport with flex column body (auth + other pages) */
.main-content-row {
    min-width: 0;
}

/* Bootstrap 3 / older bundles: flex-grow-1 if missing from bundle */
.flex-grow-1 {
    flex: 1 1 auto !important;
}

/* Auth split layout (layout/auth_split): image + white form, no site nav/footer */
.auth-split-page {
    margin: 0;
    min-height: 100vh;
    background: #fff;
}

.auth-split {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 100vh;
    width: 100%;
}

.auth-split__visual {
    flex: 1 1 42%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.auth-split__visual-home {
    position: absolute;
    top: 1.35rem;
    left: 1.5rem;
    z-index: 2;
    display: inline-block;
    line-height: 0;
}

.auth-split__visual-home:hover,
.auth-split__visual-home:focus {
    opacity: 0.92;
    outline: none;
}

.auth-split__visual-logo {
    max-height: 52px;
    width: auto;
    height: auto;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.auth-split__visual-caption {
    position: absolute;
    bottom: 2.25rem;
    left: 2rem;
    right: 2rem;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.auth-split__visual-brand-link {
    text-decoration: none;
    color: inherit;
}

.auth-split__visual-brand-link:hover,
.auth-split__visual-brand-link:focus {
    color: #fff;
    text-decoration: underline;
    outline: none;
}

.auth-split__visual-brand {
    display: block;
    font-family: 'Kufam', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    letter-spacing: 0.02em;
}

.auth-split__visual-tagline {
    display: block;
    font-size: 0.95rem;
    opacity: 0.92;
    margin-top: 0.35rem;
    line-height: 1.35;
}

.auth-split__panel {
    flex: 1 1 58%;
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2.5rem 1.75rem 3rem;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.auth-split__inner {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}

.auth-split__head {
    margin-bottom: 1.1rem;
}

.auth-split__brand {
    display: inline-block;
    background: var(--text-green);
    padding: 0.55rem 1.15rem;
    border-radius: 10px;
    line-height: 0;
    box-shadow: 0 4px 14px rgba(0, 58, 58, 0.2);
}

.auth-split__brand:hover,
.auth-split__brand:focus {
    filter: brightness(1.06);
    outline: none;
}

.auth-split__logo {
    max-height: 44px;
    width: auto;
    vertical-align: middle;
}

.auth-split__title {
    font-family: 'Kufam', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-green);
    margin: 0.75rem 0 0.35rem;
    letter-spacing: -0.02em;
}

.auth-split__subtitle {
    color: #4f5f5d;
    font-size: 0.92rem;
    margin: 0;
    line-height: 1.45;
}

.auth-split__form .form-group {
    margin-bottom: 0.85rem;
}

.auth-split .form-control {
    border-radius: 8px;
    border: 1px solid #becbc9;
    min-height: 44px;
}

.auth-split .form-control:focus {
    border-color: var(--text-green);
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 58, 58, 0.14);
}

.auth-split .btn.auth-btn-primary,
.auth-split .btn-success.auth-btn-primary {
    background: var(--text-green) !important;
    border-color: var(--text-green) !important;
    font-weight: 700;
    border-radius: 8px;
    min-height: 44px;
    letter-spacing: 0.02em;
}

.auth-split .btn.auth-btn-primary:hover,
.auth-split .btn-success.auth-btn-primary:hover {
    filter: brightness(1.07);
}

.auth-split .btn-block {
    width: 100%;
    display: block;
}

.auth-split .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.auth-split .alert {
    border-radius: 8px;
}

.auth-split__links {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 58, 58, 0.12);
    font-size: 0.93rem;
    text-align: center;
    color: #3d4947;
}

.auth-split__links a {
    color: var(--text-green);
    font-weight: 600;
}

.auth-split__links a:hover {
    color: var(--text-gold);
    text-decoration: underline;
}

.auth-select {
    min-height: 46px !important;
}

.auth-terms .form-check-label,
.auth-terms label {
    font-size: 0.9rem;
    line-height: 1.45;
    color: #3d4947;
    font-weight: 400;
}

.auth-terms a {
    color: var(--text-green);
    font-weight: 600;
}

@media (max-width: 991px) {
    .auth-split {
        flex-direction: column;
    }

    .auth-split__visual {
        flex: 0 0 auto;
        min-height: 34vh;
    }

    .auth-split__visual-caption {
        bottom: 1rem;
        left: 1.25rem;
        right: 1.25rem;
    }

    .auth-split__panel {
        flex: 1 1 auto;
        min-height: 0;
        padding-top: 1.75rem;
    }
}

@media (max-width: 767px) {
    .auth-split__panel {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

/* Sport news strip (partials/sportnews.blade.php — welcome) */
.sport-news {
    background: #eef2f3;
    padding-bottom: 0.75rem;
}

.sport-news__heading {
    margin: 0 0 0.35rem !important;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sport-news__inner {
    padding: 0.5rem 0.25rem 0.25rem;
}

.sport-news__row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sport-news__col {
    margin-bottom: 0.65rem;
}

.sport-news-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 58, 58, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    min-height: 96px;
}

.sport-news-card__media {
    flex: 0 0 108px;
    max-width: 38%;
    align-self: stretch;
    background: #e8ecec;
}

.sport-news-card__img {
    width: 100%;
    height: 100%;
    min-height: 96px;
    object-fit: cover;
    display: block;
}

.sport-news-card__body {
    flex: 1 1 auto;
    padding: 0.65rem 0.85rem;
    min-width: 0;
}

.sport-news-card__title {
    font-size: 0.95rem;
    line-height: 1.3;
    margin: 0 0 0.3rem;
    font-weight: 600;
    font-family: 'Kufam', sans-serif;
}

.sport-news-card__title a {
    color: var(--text-green);
    text-decoration: none;
}

.sport-news-card__title a:hover,
.sport-news-card__title a:focus {
    color: var(--text-gold);
    text-decoration: underline;
    outline: none;
}

.sport-news-card__time {
    font-size: 0.72rem;
    color: #5c6b69;
    margin: 0;
}

.sport-news__footer {
    padding: 0.65rem 0 0.35rem;
}

.sport-news__cta {
    border-radius: 999px;
    padding: 0.45rem 1.35rem;
    font-weight: 600;
}

.sport-news__empty {
    margin: 0.75rem 0.5rem !important;
}

@media (max-width: 978px) {
    .sport-news-card__media {
        flex-basis: 92px;
    }

    .sport-news-card__title {
        font-size: 0.86rem;
    }

    .sport-news-card__img {
        min-height: 88px;
    }
}

/* Welcome — investment copy + 5-day results */

.welcome-investment-panel__shell {
    background: var(--text-btn-green);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.welcome-investment-panel__copy-col {
    color: #fff !important;
    padding: 1rem 0.75rem;
}

@media (min-width: 992px) {
    .welcome-investment-panel__copy-col {
        padding: 1.25rem 1.5rem;
        border-inline-end: 1px solid rgba(255, 255, 255, 0.12);
    }
}

.welcome-investment-panel__spacer {
    margin: 0;
}

.welcome-investment-panel__results-col {
    padding: 0.75rem 0.5rem 1rem;
}

@media (min-width: 992px) {
    .welcome-investment-panel__results-col {
        padding: 1rem 1.25rem 1.25rem;
    }
}

.welcome-investment-panel__results-header {
    margin-bottom: 1rem;
}

.welcome-investment-panel__title {
    margin: 0 0 0.25rem;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-gold);
    font-family: 'Kufam', sans-serif;
}

.welcome-investment-panel__subtitle {
    margin: 0;
    font-size: 0.78rem;
    opacity: 0.88;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.02em;
}

.welcome-results-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    align-items: stretch;
    margin: 0;
}

.welcome-results-day {
    flex: 1 1 calc(20% - 0.5rem);
    min-width: 3.25rem;
    max-width: 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
    padding: 0.55rem 0.35rem 0.65rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
}

.welcome-results-day__icon {
    line-height: 1;
}

.welcome-results-day__dot {
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.welcome-results-day__dot--pending {
    color: rgba(255, 255, 255, 0.45) !important;
}

.welcome-results-day__meta {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.15;
}

.welcome-results-day__dow {
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    opacity: 0.95;
}

.welcome-results-day__date {
    font-size: 0.72rem;
    opacity: 0.85;
}

@media (max-width: 575px) {
    .welcome-results-day {
        flex: 1 1 calc(33.333% - 0.5rem);
        max-width: none;
        min-width: 0;
    }

    .welcome-results-day__dot {
        font-size: 1.5rem !important;
    }

    .welcome-investment-panel__title {
        font-size: 1.15rem;
    }
}

/* VIP pricing — plan cards (replaces legacy inline .plan / .pricing partial styles) */
.vip-pricing-section {
    border-radius: 12px;
}

.vip-pricing-section__intro {
    margin-bottom: 1.75rem;
}

.vip-pricing-section__title {
    display: inline-block;
    margin: 0 auto 0.5rem;
    padding: 0.45rem 1.75rem;
    font-family: 'Kufam', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--text-btn-green);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.vip-pricing-section__lead {
    margin: 0 auto;
    max-width: 36rem;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #4a5553;
}

.vip-pricing-section__empty {
    padding: 2rem 1rem;
}

.vip-pricing-section__grid {
    margin-top: 0.25rem;
}

.vip-plan-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(165deg, #0d4a42 0%, var(--text-green) 42%, #063028 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.vip-plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.vip-plan-card--gold {
    border-top: 4px solid #b8c4c2;
}

.vip-plan-card--mega {
    border-top: 4px solid var(--text-gold);
}

.vip-plan-card--investment {
    border-top: 4px solid #5eead4;
}

.vip-plan-card__head {
    padding: 1.1rem 1.2rem 1rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.12);
}

.vip-plan-card__badge {
    display: inline-block;
    margin-bottom: 0.65rem;
    padding: 0.2rem 0.65rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.vip-plan-card__price-block {
    text-decoration: none;
    color: inherit;
    display: block;
}

.vip-plan-card__price-block:hover .vip-plan-card__price,
.vip-plan-card__price-block:focus .vip-plan-card__price {
    color: var(--text-gold);
}

.vip-plan-card__price-block:focus {
    outline: 2px solid var(--text-gold);
    outline-offset: 3px;
}

.vip-plan-card__price {
    margin: 0 0 0.35rem;
    font-family: 'Kufam', sans-serif;
    font-size: clamp(1.35rem, 3.5vw, 1.85rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
}

.vip-plan-card__name {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}

.vip-plan-card__body {
    flex: 1 1 auto;
    padding: 1rem 1.2rem 1.1rem;
    text-align: left;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
}

.vip-plan-card__body p,
.vip-plan-card__body li {
    color: rgba(255, 255, 255, 0.9);
}

.vip-plan-card__body ul {
    margin: 0;
    padding-left: 1.15rem;
}

.vip-plan-card__body li {
    margin-bottom: 0.4rem;
}

.vip-plan-card__body a {
    color: var(--text-gold);
    text-decoration: underline;
}

.vip-plan-card__body a:hover {
    color: #fff;
}

.vip-plan-card__body .fa-check-circle,
.vip-plan-card__body .fa-check {
    color: var(--text-gold);
}

.vip-plan-card__body .fa-times-circle {
    color: #ff8a8a;
}

.vip-plan-card__footer {
    padding: 0 1.2rem 1.2rem;
}

.vip-plan-card__cta {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #1a1c1a !important;
    background: var(--text-gold);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.vip-plan-card__cta:hover,
.vip-plan-card__cta:focus {
    background: #fff;
    color: var(--text-green) !important;
    transform: translateY(-1px);
}

.vip-plan-card__cta:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

@media (max-width: 575px) {
    .vip-pricing-section__title {
        font-size: 1.05rem;
        padding: 0.4rem 1.25rem;
    }

    .vip-pricing-section__lead {
        font-size: 0.85rem;
    }
}