html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    overflow-y: auto;

}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f7f5f5;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(130deg, #08ff5f, #2e0be0);
    border-radius: 5px;
}

* {
    font-family: Playfair Display, serif;
}



img {
    max-width: 100%;
    height: auto;
}


.navbar {
    z-index: 9999;
}

.navcenter {
    align-items: center;
    gap: 15px;
}


.custom-toggler {
    border: none;
    background: transparent;

}

.custom-toggler span {
    display: block;
    width: 28px;
    height: 3px;
    margin: 5px;
    background: #fff;
    border-radius: 10px;
}



@media (max-width: 768px) {

    h1 {
        font-size: 1.8rem !important;
        line-height: 1.2;
    }

    h2 {
        font-size: 1.6rem !important;
        font-weight: 700;
    }

    .section-label {
        font-size: 1.7rem !important;
    }

    h3 {
        font-size: 1.5rem !important;
    }

    .fs-4 {
        font-size: 1.3rem !important;
        line-height: 1.6 !important;
    }

    p {
        font-size: 1.3rem !important;
        line-height: 1.6 !important;
    }

    .profit-num {
        font-size: 1.4rem !important;
    }

    .btn1 {
        width: 100% !important;
        font-size: 1.3rem !important;
        padding: 12px 20px !important;
    }

    ul {
        font-size: 1.3rem !important;
    }

    ol {
        font-size: 1.3rem !important;
    }



}



/* =========================
SCROLL BUTTON
========================= */

button.position-fixed {
    z-index: 999;
}


body {
    padding-top: 45px;
    /* match navbar height */
}


.hero {
    background: linear-gradient(135deg, #0f4a24 0%, #1a7a3c 55%, #145f2e 100%);
    padding: 70px 5% 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-badge {
    display: inline-block;
    background: rgba(240, 165, 0, 0.18);
    color: #E8A302;
    border: 1px solid rgba(240, 165, 0, 0.35);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    width: auto;
}

.hero-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.herop {
    max-width: 700px;
    margin: 0 auto 28px;
    line-height: 1.5;
    color: white;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.hero-stat {
    text-align: center;
}

.hero-stat-num {
    font-size: 35px;
    font-weight: 700;
    color: #E8A302;
    display: block;
    margin-top: 25px;
}

.hero-stat-label {
    color: rgba(255, 255, 255);
    font-size: 20px;
}

.top-pick-bar {
    background: #fff8e6;
    border-bottom: 2px solid #E8A302;
    padding: 14px 5%;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.top-pick-label {
    background: #E8A302;
    color: rgb(16, 1, 1);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

.top-pick-tip {
    font-size: 18px;
    font-weight: 600;
    color: rgb(18, 3, 3);
    flex: 1;
}

.top-pick-tip span {
    color: #1a7a3c;
    font-size: 18px;
}

.top-pick-odds {

    font-size: 24px;
    font-weight: 700;
    color: #1a7a3c;
    background: #e8f5ed;
    padding: 4px 14px;
    border-radius: 6px;
}

.top-pick-cta {
    background: #1a7a3c;
    color: #fff;
    font-size:20px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 7px;
    white-space: nowrap;
}

.top-pick-cta:hover {
    background: #145f2e;
    color: white;
}



.logo {
    font-size: 1.7rem;
    font-weight: 700;
}

.h1span {
    color: #E8A302;

}

.navlogo {
    color: #f0a500;
}

.navspace {
    padding: 0 5%;
}

.nav {
    background-color: #145f2e;
}

.navcolor {
    background-color: #17335E;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 16px;
}

h2 {
    font-size: 1.9rem;
    font-weight: 700;
}

h3 {
    font-size: 1.7rem;
    font-weight: 600;
}


p {
    font-size: 1.4rem;
}

ul {
    font-size: 1.3rem;
}

ol {
    font-size: 1.3rem;
}


.hero-btn {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;

}

.btn-gold {
    background: #f0a500;
    color: rgb(14, 1, 1);
    font-weight: 700;
    font-size: 20px;
    padding: 13px 30px;
    border-radius: 8px;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
}

.btn-gold:hover {
    background: #c8880a;
    color: #0f0101;
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 12px 28px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: border-color 0.2s, transform 0.15s;
    display: inline-block;
}

.btn-outline:hover {
    border-color: #fff;
    transform: translateY(-1px);
    color: rgb(9, 1, 1);
    background-color: white;
}


/* COUNTDOWN */
.countdown-bar {
    background: #145f2e;
    padding: 10px 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.countdown-label {
    color: rgba(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
}

.countdown-race {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.countdown-timer {
    font-size: 22px;
    font-weight: 700;
    color: #f0a500;
    letter-spacing: 2px;
}

.countdown-dot {
    color: rgba(255, 255, 255);
}

.play {
    color: #f0a500;
    font-size: 20px;
    font-weight: 600;

}

.play:hover {
    color: #f0a500;
}


/* SECTIONS */
section {
    padding: 105px 5%;
}

.scoll {
    scroll-margin-top: 48px;
}

#Leaderboard {
    scroll-margin-top: 68px;
}

.racecard {
    scroll-margin-top: 70px;
}



.section-label {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a7a3c;
    margin-bottom: 8px;
    margin-top: -25px;
}

.section-title {
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.2;
}

.section-sub {
    font-weight: 100;
    margin-top: 15px;
}

/* HOW IT WORKS */
.how-bg {
    background: #ffffff;
    border-top: 1px solid #e0e4da;
    border-bottom: 1px solid #e0e4da;

}

.step {

    text-align: center;
    position: relative;
}

.step:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #0a1001;
}

.step-num {
    font-size: 48px;
    font-weight: 700;
    color: #09be4eaa;
    margin-bottom: 48px;
}

.step-icon {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

.step-title {
    margin-bottom: 8px;
}



/* PROFIT COUNTER */
.profit-strip {
    background: #145F2E;
    padding: 18px 5%;
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -25px;
}

.profit-item {
    text-align: center;
}

.profit-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    display: block;
}

.profit-label {
    color: white;
    font-size: 18px;
}

/* TIPSTER CARDS */

.tripstar {
    margin-top: -25px;
}

.tipster-card {
    background: #ffffff;
    border: 1px solid #e0e4da;
    border-radius: 10px;
    padding: 24px 20px;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
    gap: 15px;
}

.tipster-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #1a7a3c;
}

.tipster-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.tipster-card.featured::before {
    background: #f0a500;
}

.tipster-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 20px;
}

.badge-popular {
    background: #fff4d6;
    color: #8a6000;
}

.badge-top {
    background: #e8f5ed;
    color: #145f2e;
}

.badge-hot {
    background: #fde8e8;
    color: #a32d2d;
}

.tipster-sport {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #1a7a3c;
    background: #e8f5ed;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.tipster-card.featured .tipster-sport {
    color: #8a6000;
    background: #fff4d6;
}

.tipster-name {
    font-size: 21px;
    font-weight: 700;
    color: black;
    margin-bottom: 6px;
    line-height: 1.2;
    padding-right: 70px;
}

.tipster-profit {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a7a3c;
    background: #e8f5ed;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.stars {
    color: #f0a500;
    font-size: 20px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.tipster-desc {
    margin-bottom: 14px;
}

.tipster-meta {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.tipster-tag {
    font-size: 16px;
    font-weight: 600;
    color: #5a5a5a;
    background: #f7f8f5;
    border: 1px solid #e0e4da;
    padding: 3px 9px;
    border-radius: 20px;
}

.tipster-tag.green {
    color: #1a7a3c;
    background: #e8f5ed;
    border-color: #b8ddc6;
}

.tipster-cta {
    display: block;
    text-align: center;
    background: #1a7a3c;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    border-radius: 7px;
    transition: background 0.2s;

}

.tipster-cta1 {
    display: block;
    text-align: center;
    background: #1a7a3c;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    border-radius: 7px;
    transition: background 0.2s;
    margin-top: 45px;
}

.tipster-cta1:hover {
    color: white;
}

.tipster-card.featured .tipster-cta {
    background: #f0a500;
    color: black;
}

.tipster-cta:hover {
    background: #145f2e;
    color: white;
}

.tipster-card.featured .tipster-cta:hover {
    background: #c8880a;
    color: #fff;
}

.see-all-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #145f2e;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #e8f5ed;
    padding-bottom: 2px;
    transition: border-color 0.2s;
    margin-top: 25px;
    padding: 12px;
    border-radius: 5px;
}

.see-all-link:hover {
    border-color: #1a7a3c;
    color: white;
}

/* TOOLS */
.tools-bg {
    background: #ffffff;
    margin-top: -115px;
}


.tool-card {
    background: #f7f8f5;
    border: 1px solid#e0e4da;
    border-radius: 10;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.tool-card:hover {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.tool-icon {
    width: 44px;
    height: 44px;
    background: #e8f5ed;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.tool-title {

    font-weight: 700;
    color: #1a1a1a;
}


.tool-link {
    color: #1a7a3c;
    font-weight: 600;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;

}

/* TESTIMONIALS */
.reviews-bg {
    background: #f7f8f5;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.review-card {
    background: #ffffff;
    border: 1px solid#e0e4da;
    border-radius: 10;
    padding: 24px 20px;
}

.review-stars {
    color: #f0a500;
    font-size: 16px;
    margin-bottom: 10px;
}

.review-text {

    color: #1a1a1a;
    line-height: 1.65;
    margin-bottom: 14px;

}

.review-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1a7a3c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.review-name {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

.review-meta {
    font-size: 20px;
    color: #1a1a1a;
}

/* WHY */
.why-bg {
    background: #145f2e;
}

.why-bg .section-label {
    color: #f0a500;
}

.why-bg .section-title {
    color: #fff;
}

.why-bg .section-sub {
    color: rgb(250, 250, 250);
}


.why-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10;
    padding: 24px 20px;
}

.why-icon {
    font-size: 28px;
    margin-bottom: 12px;
    display: block;
}

.why-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.why-text {
    color: rgba(255, 255, 255);

}


/* BETTING TERMS */
.terms-bg {
    background: #ffffff;
}



.term-card {
    background: #f7f8f5;
    border: 1px solid #e0e4da;
    border-radius: 8px;
    padding: 16px 18px;
}

.term-word {
    color: #1a7a3c;
    margin-bottom: 4px;
}

.term-def {
    color: #1a1a1a;

}

.termbtn {
    color: #1a7a3c;
    font-weight: 600;
}

/* FAQ */
.faqbg {
    background-color: #F7F8F5;
    margin-top: -25px;
}

.faq-item {
    border-bottom: 1px solid #e0e4da;
}

.faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 18px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
}

.faq-q:hover {
    color: #1a7a3c;
}

.faq-icon {
    font-size: 20px;
    color: #1a7a3c;
    transition: transform 0.25s;
    flex-shrink: 0;
}

.faq-a {
    font-size: 1.4rem;
    color: #1a1a1a;
    padding-bottom: 18px;
    display: none;
}

.faq-item.open .faq-a {
    display: block;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
}

/* WHAT IS */
.what-is {
    background: #ffffff;
    border-top: 1px solid #e0e4da;
}



.what-is p {
    color: #1a1a1a;
    margin-bottom: 16px;
}

/* BLOG */


.blog-card {
    background: #ffffff;
    border: 1px solid #e0e4da;
    border-radius: 5px;
    padding: 22px 22px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.blog-card:hover {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.blog-tag {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #1a7a3c;
    background: #e8f5ed;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.blog-title {
    color: #1a1a1a;
    margin-bottom: 10px;

}

.blog-excerpt {
    color: #1a1a1a;
    margin-bottom: 16px;
}

.blog-read {
    color: #1a7a3c;
    font-weight: 600;
    font-size: 22px;
}

/* FOOTER */
footer {
    background: #0d2b18;
    color: rgba(255, 255, 255);
    padding: 40px 5%;
    text-align: center;
}

.footer-logo {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.footer-logo span {
    color: #f0a500;
}

footer p {
    max-width: 960px;
    margin: 0 auto 16px;
}

.footer-links {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #f0a500;
}

.footer-copy {
    font-size: 1.4rem;
    color: rgba(255, 255, 255);
}


/* MOBILE BOTTOM NAV */
.mobile-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #145F2E;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 200;
    padding: 6px 0 8px;
}

.mobile-nav-inner {
    display: flex;
    justify-content: space-around;
}

.mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 4px 10px;
    color: rgba(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
    transition: color 0.2s;
}

.mobile-nav-item:hover,
.mobile-nav-item.active {
    color: #F0A500;
}

.mobile-nav-icon {
    font-size: 1.4rem;
}

.anothersection {
    margin-top: -60px;
    margin-bottom: -60px;
}

/* Contact form */

.contact12 {
    background: #04390cc1;
}

.contact-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
}

.contact-form {
    width: 100%;
    max-width: 500px;
    background: #0f172a;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.15);
    color: #fff;
}

.contact-form h1 {
    text-align: center;
    margin-bottom: 5px;
}

.form-sub {
    text-align: center;
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 25px;
}

/* Floating Input Style */
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    background: transparent;
    border: 1px solid #334155;
    color: #fff;
    border-radius: 6px;
    outline: none;
}

option {
    background-color: #0F172A;
}

.form-group label {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
    color: #94a3b8;
    transition: 0.3s;
    pointer-events: none;
    background: #0f172a;
    padding: 0 5px;
}

/* Floating Effect */
.form-group input:focus+label,
.form-group input:valid+label,
.form-group textarea:focus+label,
.form-group textarea:valid+label,
.form-group select:focus+label,
.form-group select:valid+label {
    top: -8px;
    font-size: 14px;
    color: #22c55e;
}

/* Button */
.contact-form button {
    width: 100%;
    padding: 14px;
    background: #22c55e;
    border: none;
    color: #000;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #16a34a;
}

.btntext {
    font-size: 1.3rem;
}

/* =========================
MOBILE RESPONSIVE
========================= */
@media (max-width:768px) {

    .hero-badge {
        margin-top: 35px;
    }

    .hero-stat-num {
        font-size: 25px;
        font-weight: 700;
        color: #E8A302;
        display: block;
        margin-top: 25px;
    }

    .nav-links {
        display: none;
    }

    nav {
        padding: 0 4%;
    }

    .btn-gold {
        width: 100% !important;
    }

    .btn-outline {
        width: 100% !important;
    }

    .top-pick-cta {
        width: 100% !important;
    }

    section {
        padding: 44px 4%;
    }

    .hero {
        padding: 50px 4% 44px;
    }

    .hero-stats {
        gap: 20px;
    }

    .step:not(:last-child)::after {
        display: none;
    }

    .top-pick-bar {
        gap: 24px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .profit-strip {
        gap: 24px;
    }

    .mobile-nav {
        display: block;
    }

    body {
        padding-bottom: 70px;
    }

    .countdown-bar {
        text-align: center;
        gap: 5px
    }

    .tipster-sport {
        margin-top: 15px;
    }

    .footer-links a {
        display: block;
        margin: 3px 0;
        font-size: 1.2rem !important;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 2px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 2px;
    }

    .footer-copy {
        font-size: 1.2rem !important;
        color: rgba(255, 255, 255);
    }


    .footer-logo {
        font-size: 1.7rem !important
    }

    .tools-bg {
        margin-top: -35px;
    }

    .tripstar {
        margin-top: 15px;
    }

    .faq-q {
        font-size: 1.3rem !important;
    }

    .faq-a {
        font-size: 1.3rem !important;
    }

    .scrollbtn {
        display: none;
    }

    .anothersection {
        margin-top: 40px;
        margin-bottom: 10px;
    }
}


.btn1 {
    background-color: #f0a500;
    color: rgb(235, 231, 231);
    border-radius: 6px;
    font-size: 20px;
    color: black;
}

.btn1:hover {
    color: white;
}

.navtext {
    font-size: 20px !important;
    color: white;
}

.navtext:hover {
    color: #F0A500;
}

a {
    text-decoration: none;

}



@media (max-width: 992px) {

    body {
        margin-top: -15px
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .navcenter {
        align-items: center;
        gap: 1px !important;
    }
}