.recommendation-item a,
footer a,
footer a:hover,
main .right .kitu a {
    text-decoration: none
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    background-color: #f0f8ff
}

body {
    background-color: #fff;
    max-width: 1200px !important;
    margin: 0 auto !important
}

header {
    margin-bottom: 48px
}

.navbar {
    background-color: #1a1a1a;
    background-image: linear-gradient(to bottom, #2c2c2c, #1a1a1a);
    padding: .75rem 1rem !important
}

.navbar-brand {
    padding: .5rem 0;
    margin-right: 2rem;
    transition: transform .2s
}

.navbar-brand:hover {
    transform: scale(1.02)
}

.brand-text {
    font-weight: 700;
    font-size: 1.1rem;
    font-family: 'Chango', sans-serif;
    background: linear-gradient(45deg, #28a745, #20c997);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    padding-bottom: .25rem;
    border-bottom: 2px solid rgba(255, 255, 255, .1)
}

.navbar-brand span {
    font-size: .83rem;
    display: block;
    font-family: Caveat, cursive;
    color: #f8f9fa;
    opacity: .8;
    margin-top: .25rem;
    letter-spacing: .5px
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .85);
    font-weight: 600;
    font-size: 1rem;
    padding: .75rem 1.25rem;
    margin: 0 .125rem;
    border-radius: 4px;
    transition: .3s
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-nav .nav-link.active {
    border-bottom: 2px solid #28a745
}

.nav-icon {
    margin-right: .5rem;
    color: #28a745
}

.dropdown-menu-dark {
    background-color: #252525;
    border: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .3);
    border-radius: .375rem;
    padding: .75rem 0;
    min-width: 15rem;
    margin-top: .5rem
}

.dropdown-menu-dark:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #252525
}

.dropdown-item {
    color: rgba(255, 255, 255, .8);
    padding: .75rem 1.5rem;
    font-weight: 500;
    transition: .2s
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(40, 167, 69, .2);
    color: #fff
}

.left .p {
    background-color: #f8f9fa
}

.dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin: .5rem 0
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, .1);
    padding: .375rem .75rem;
    transition: .3s
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    box-shadow: none;
    outline: 0;
    border-color: #28a745
}

.dropdown-menu.show {
    animation: .2s forwards fadeIn
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:991.98px) {
    .navbar-collapse {
        background-color: #1a1a1a;
        border-top: 1px solid rgba(255, 255, 255, .1);
        margin-top: 1rem;
        padding: 1rem 0
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 1rem 1.25rem;
        margin: 0;
        border-radius: 0
    }

    .dropdown-menu-dark {
        background-color: #303030;
        box-shadow: none;
        border-radius: 0;
        padding: 0
    }

    .dropdown-menu-dark:before {
        display: none
    }

    .dropdown-item {
        padding: 1rem 2.5rem
    }
}

main {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5%
}

main .left {
    width: 65%
}

main .right {
    width: 30%
}

main .left .mwisho {
    margin: 24px auto
}

main .left .mwisho h2 {
    background-color: #212529;
    color: #fff;
    padding: 12px;
    font-weight: 700;
    margin-top: 16px
}

main .left .mwisho p {
    display: block;
    background-color: #f5f5f5;
    border-radius: 8px;
    width: 98%;
    margin: 12px auto;
    color: gray;
    padding: 16px
}

.left .p {
    padding: 1rem;
    text-align: justify;
    border-radius: .25rem;
    margin-left: auto;
    margin-right: auto;
    color: #212529;
    width: 98%
}

.faq .accordion-body {
    font-size: 14px !important
}

.left .toggle-cont {
    padding: 12px 0;
    margin-bottom: -16px
}

.left .toggle-cont .toggles {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d3d3d3;
    color: #4d4d4d
}

.left .toggle-cont .toggles div {
    width: calc(100% / 4);
    text-align: center;
    font-weight: 700;
    padding: 12px 4px;
    font-size: 14px;
    cursor: pointer
}

.left .toggle-cont .toggles .jtoggle {
    border-right: 1px solid #fff
}

.left .toggle-cont .toggles .ltoggle {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.left .toggle-cont .toggles .active_toggle {
    background-color: brown;
    color: #fff
}

.left .spn_trh {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 6px
}

.left .spn_hide {
    display: none
}

.left .zakesho {
    margin: 12px auto 40px;
    text-align: center;
    color: brown;
    font-weight: 700;
    border: 2px solid brown;
    padding: 12px
}

.left .tble-cont {
    padding: 12px 0
}

.left .betslipCont h2,
.left .tble-cont .table-head h2 {
    padding: 12px 8px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    background-color: #212529;
    text-align: center;
    margin-bottom: 2px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.left .tble-cont table .results-th,
.left .tble-cont table .tips-th {
    text-align: center
}

.left .tble-cont table .time-td {
    font-size: small;
    vertical-align: middle
}

.left .tble-cont table .match-td .league,
.left .tble-cont table .time-td span {
    font-size: x-small
}

.left .tble-cont table .match-td .league {
    display: inline-block;
    padding-bottom: 1px
}

.left .tble-cont table .match-td {
    font-family: serif;
    font-size: 1rem
}

.left .tble-cont table .matokeo-td,
.left .tble-cont table .tip-td {
    vertical-align: middle;
    text-align: center;
    font-size: 14px
}

.left .pmatchtz {
    width: 100%;
    max-width: 480px;
    text-align: center;
    height: fit-content;
    margin: 12px auto 32px;
    border-radius: 4px;
    cursor: pointer
}

.left .pmatchtz img {
    width: 99%;
    max-width: 480px;
    height: auto;
    border-radius: 4px
}

.left .pmatchtz .cap {
    font-size: 12px;
    text-align: left;
    padding-left: 4px;
    margin: 4px auto;
    text-decoration: underline;
    text-decoration-color: #d3d3d3;
    color: #494747
}

main .left .h2 {
    background: linear-gradient(to bottom, #d1e7dd, #f8f9fa);
    border-bottom: 4px solid #198754;
    padding: 16px 20px;
    font-weight: 700;
    color: #0a3622;
    font-size: 1.25rem !important;
}

main .left .h3 {
    font-size: 14px !important;
    margin: 24px auto 4px;
    font-weight: 700
}

main .left .vip-btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
    font-family: sans-serif;
    background: linear-gradient(45deg, #b8860b, #daa520);
    color: #fff !important;
    font-size: 14px;
    border: 2px solid gold;
    box-shadow: 0 4px 15px rgba(218, 165, 32, .4);
    transition: .3s
}

main .left .vip-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(218, 165, 32, .6) !important;
    background: linear-gradient(45deg, #daa520, #b8860b) !important
}

.soma-pia {
    background-color: #2c3034;
    padding: 2rem 1rem;
    border-radius: 10px
}

.soma-pia .section-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #198754;
    display: inline-block;
    padding-bottom: .4rem
}

.recommendation-item {
    border-left: 4px solid #198754;
    border-radius: 6px;
    transition: transform .2s, box-shadow .2s;
    background-color: #fff
}

.recommendation-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25)
}

.recommendation-item .card-body {
    padding: 1rem 1.2rem
}

.recommendation-item .card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #198754;
    margin-bottom: .5rem
}

.recommendation-item .card-text {
    font-size: .9rem;
    color: #555;
    line-height: 1.5;
    margin: 0
}

@media (max-width:768px) {
    .soma-pia {
        padding: 1.2rem .8rem
    }

    .recommendation-item .card-title {
        font-size: 1rem
    }

    .recommendation-item .card-text {
        font-size: .85rem
    }
}

.left .maana {
    margin-top: 100px
}

.left .maana ul {
    list-style: none
}

.left .maana li {
    margin-bottom: 24px;
    padding-right: 8px
}

.left .maana li .brown {
    border: 1px solid #212529;
    color: #212529;
    padding: 1px 4px;
    background-color: #d3d3d3;
    font-size: small;
    border-radius: 4px
}

/* ── Ofa Sidebar ── */
.ofa-header {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: linear-gradient(135deg, #111714, #1a2420);
    padding: 14px 18px;
    border-radius: 10px 10px 0 0;
    border-bottom: 3px solid #28a745
}

.ofa-header i {
    color: #28a745;
    font-size: 1.1rem
}

.ofa-header h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #e8efe9;
    letter-spacing: .3px
}

.ofa-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 0
}

.ofa-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e8efe9;
    transition: transform .25s, box-shadow .25s
}

.ofa-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1)
}

.ofa-card-img {
    position: relative;
    overflow: hidden
}

.ofa-card-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .4s
}

.ofa-card:hover .ofa-card-img img {
    transform: scale(1.04)
}

.ofa-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(17, 23, 20, .82);
    backdrop-filter: blur(4px);
    color: #d0e8d6;
    font-size: .68rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: .5px;
    border: 1px solid rgba(40, 167, 69, .3)
}

.ofa-badge--gold {
    background: linear-gradient(135deg, rgba(184, 134, 11, .88), rgba(218, 165, 32, .85));
    color: #fff;
    border-color: rgba(218, 165, 32, .5)
}

.ofa-card-body {
    padding: 12px 14px 14px
}

.ofa-card-body h3 {
    font-size: .88rem;
    font-weight: 700;
    color: #1a2420;
    margin: 0 0 6px;
    line-height: 1.3
}

.ofa-card-body p {
    font-size: .78rem;
    color: #5a6b62;
    line-height: 1.55;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ofa-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .75rem;
    font-weight: 700;
    color: #28a745;
    letter-spacing: .3px;
    transition: gap .25s, color .25s
}

.ofa-cta i {
    font-size: .65rem;
    transition: transform .25s
}

.ofa-card:hover .ofa-cta {
    color: #1a8c38
}

.ofa-card:hover .ofa-cta i {
    transform: translateX(3px)
}

/* Keep .cont/.kitu for other right-side content */
main .right .cont {
    padding: 12px 4px
}

main .right .cont .kitu {
    border-left: 6px solid #d3d3d3;
    padding: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    color: #212529;
    background-color: #f5f5f5;
    margin: 12px 4px
}

main .right .kitu h3 {
    border-bottom: 1px solid #212529;
    color: #212529;
    font-size: 14px;
    padding-bottom: 4px;
    width: fit-content
}

main .right .kitu a {
    color: green;
    font-weight: 700;
    text-align: center
}

/* ── Footer ── */
footer {
    position: relative;
    background-color: #111714;
    background-image:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(40, 167, 69, .07), transparent),
        linear-gradient(180deg, #141a16 0%, #111714 100%);
    color: #a3b1a8;
    margin-top: 5rem;
    padding: 3.5rem 0 0;
    font-family: var(--bs-font-sans-serif);
    overflow: hidden
}

footer .footer-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #28a745 30%, #20c997 50%, #28a745 70%, transparent 100%)
}

/* Brand */
footer .footer-brand {
    text-align: center;
    margin-bottom: 2.5rem;
    padding: 0 1rem
}

footer .footer-logo {
    font-family: 'Chango', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    background: linear-gradient(135deg, #28a745, #20c997);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: 0 0 .35rem
}

footer .footer-tagline {
    font-family: 'Caveat', cursive;
    font-size: 1.05rem;
    color: #6b7f72;
    margin: 0;
    letter-spacing: .3px
}

/* Grid */
footer .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 2rem;
    padding: 0 1.5rem;
    max-width: 1100px;
    margin: 0 auto
}

/* Columns */
footer .footer-col {
    padding: .5rem 0
}

/* Headings */
footer .footer-heading {
    color: #e8efe9;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 1rem;
    padding-bottom: .6rem;
    border-bottom: 2px solid rgba(40, 167, 69, .3);
    width: fit-content
}

footer .footer-heading--supa {
    margin-top: 1.5rem
}

/* Link lists */
footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem
}

footer .footer-links li {
    margin-bottom: .55rem
}

footer .footer-links a {
    color: #8fa898;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color .25s, transform .25s;
    gap: .45rem
}

footer .footer-links a i {
    font-size: .85rem;
    color: #28a745;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
    transition: color .25s
}

footer .footer-links a:hover {
    color: #d0e8d6;
    transform: translateX(4px)
}

footer .footer-links a:hover i {
    color: #34d058
}

/* Social buttons */
footer .footer-social {
    display: flex;
    gap: .65rem;
    margin-bottom: 1.5rem
}

footer .social-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    text-decoration: none;
    transition: transform .25s, box-shadow .25s
}

footer .social-btn:hover {
    transform: translateY(-3px)
}

footer .social-whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    box-shadow: 0 4px 12px rgba(37, 211, 102, .25)
}

footer .social-whatsapp:hover {
    box-shadow: 0 6px 20px rgba(37, 211, 102, .4);
    color: #fff
}

footer .social-telegram {
    background: linear-gradient(135deg, #2aabee, #229ed9);
    color: #fff;
    box-shadow: 0 4px 12px rgba(42, 171, 238, .25)
}

footer .social-telegram:hover {
    box-shadow: 0 6px 20px rgba(42, 171, 238, .4);
    color: #fff
}

/* Extra links (bookies, blog) */
footer .footer-extra-links {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    margin-top: .25rem
}

footer .footer-extra-links a {
    color: #8fa898;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    transition: color .25s, transform .25s
}

footer .footer-extra-links a i {
    color: #28a745;
    font-size: .85rem;
    width: 16px;
    text-align: center
}

footer .footer-extra-links a:hover {
    color: #d0e8d6;
    transform: translateX(4px)
}

/* Tips compact grid */
footer .footer-tips-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .4rem;
    margin-bottom: .5rem
}

footer .footer-tips-grid a {
    display: block;
    padding: .45rem .7rem;
    font-size: .8rem;
    font-weight: 500;
    color: #8fa898;
    text-decoration: none;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 6px;
    transition: background .25s, color .25s, border-color .25s, transform .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

footer .footer-tips-grid a:hover {
    background: rgba(40, 167, 69, .12);
    color: #d0e8d6;
    border-color: rgba(40, 167, 69, .3);
    transform: translateY(-1px)
}

footer .footer-tips-grid a.vip-link {
    background: linear-gradient(135deg, rgba(218, 165, 32, .12), rgba(184, 134, 11, .08));
    border-color: rgba(218, 165, 32, .25);
    color: #daa520
}

footer .footer-tips-grid a.vip-link:hover {
    background: linear-gradient(135deg, rgba(218, 165, 32, .22), rgba(184, 134, 11, .15));
    border-color: rgba(218, 165, 32, .45);
    color: #f0c850
}

/* Week grid */
footer .footer-links--week {
    margin-bottom: 1rem
}

footer .footer-week-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .4rem
}

footer .footer-week-grid a {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem .7rem;
    font-size: .8rem;
    font-weight: 500;
    color: #8fa898;
    text-decoration: none;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 6px;
    transition: background .25s, color .25s, border-color .25s, transform .2s
}

footer .footer-week-grid a::before {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: .7rem;
    color: #28a745;
    flex-shrink: 0
}

footer .footer-week-grid a:hover {
    background: rgba(40, 167, 69, .12);
    color: #d0e8d6;
    border-color: rgba(40, 167, 69, .3);
    transform: translateY(-1px)
}

/* Regulatory bar */
footer .footer-regulatory {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 2.5rem auto 0;
    padding: 1.2rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    background: rgba(0, 0, 0, .15)
}

footer .reg-badge {
    display: flex;
    align-items: center;
    gap: .55rem;
    text-decoration: none;
    padding: .4rem .8rem;
    border-radius: 8px;
    transition: background .25s
}

footer .reg-badge:hover {
    background: rgba(255, 255, 255, .05)
}

footer .reg-icon {
    font-size: 1.5rem;
    line-height: 1
}

footer .reg-logo {
    height: 28px;
    width: auto;
    filter: brightness(1.1)
}

footer .reg-label {
    font-size: .75rem;
    font-weight: 600;
    color: #6b7f72;
    letter-spacing: .3px;
    transition: color .25s
}

footer .reg-badge:hover .reg-label {
    color: #a3b1a8
}

footer .reg-divider {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, .1)
}

/* Copyright */
footer .footer-bottom {
    text-align: center;
    padding: 1.2rem 1rem;
    margin-top: 0
}

footer .footer-bottom p {
    margin: 0;
    font-size: .78rem;
    color: #4a5950;
    letter-spacing: .2px
}

/* ── Footer responsive ── */
@media (max-width: 900px) {
    footer .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem
    }

    footer .footer-col:first-child {
        grid-column: 1 / -1
    }
}

@media (max-width: 580px) {
    footer {
        padding-top: 2.5rem
    }

    footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem
    }

    footer .footer-col:first-child {
        grid-column: auto
    }

    footer .footer-tips-grid,
    footer .footer-week-grid {
        grid-template-columns: 1fr 1fr
    }

    footer .footer-regulatory {
        gap: 1rem;
        flex-wrap: wrap;
        padding: 1rem
    }

    footer .footer-brand {
        margin-bottom: 1.8rem
    }
}

#toAds {
    height: 8px
}

.ads {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    margin: 16px auto;
    height: fit-content;
    padding-top: 8px;
    padding-bottom: 8px
}

.fade.modal-backdrop.show {
    opacity: .7
}

hr.style-eight {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: double #333;
    color: #333;
    text-align: center;
    width: 98%;
    margin: 64px auto
}

hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -.7em;
    font-size: 1.5em;
    padding: 0 .25em;
    background: #fff
}

@media (max-width:420px) {
    header {
        margin-bottom: 32px
    }
}

@media (max-width:900px) {
    main {
        flex-direction: column
    }

    main .left,
    main .right {
        width: 100%
    }
}

@media (min-width:900px) {
    main .left {
        box-shadow: 5px 0 10px #0000004d;
        border-radius: 8px
    }
}