
.widget-heading {
    font-size: 18px !important;
    font-weight: bold;
}

.stake-img {
    border-radius: 20px;
}

.stake-title {
    line-height: 1.1;
}

@media (max-width: 991.98px) {
    .stake-title {
        font-size: 1.8rem;
    }

    .stake-img {
        max-height: 360px;
        object-fit: cover;
    }
}

.brand-logos img {
    height: 150px;
    width: auto; /* keeps aspect ratio */
    object-fit: contain;
}

.packages-section h2 {
    color: #121b46;
    line-height: 1.1;
}

.training-card {
    background: #f5f7fb; /* light, similar to your screenshot */
    border-radius: 20px;
}

.training-img {
    height: 200px; /* adjust to taste (e.g., 220px) */
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.training-card p {
    color: #1b2a57;
}

.training-card .btn-get-started {
    border-radius: 999px;
    padding: 8px 18px;
}

@media (max-width: 991.98px) {
    .training-img {
        height: 180px;
    }
}

.training-img {
    height: 220px; /* all images will have the same height */
    width: 100%;
    object-fit: cover; /* crops edges to fill the space without distortion */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.results-section h2 {
    color: #121b46;
    line-height: 1.1;
}

/* Outer rounded pill */
.results-shell {
    background: #f4f6f9;
    border-radius: 32px;
    padding: 32px 24px;
    max-width: 980px;
}

/* Inner card */
.result-card {
    background: #fff;
    border-radius: 12px;
    margin: 0 auto;
    padding: 28px 28px 22px;
    max-width: 760px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
}

.result-card blockquote {
    font-style: italic;
    color: #2a3359;
    margin: 0 0 16px 0;
}

.result-card figcaption {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #7c859f;
}

.result-card figcaption strong {
    color: #121b46;
}

/* Swiper sizing */
.results-swiper {
    padding: 8px 48px;
}

.swiper-button-prev, .swiper-button-next {
    color: #121b46;
}

.swiper-pagination-bullet-active {
    background: #121b46;
}

@media (max-width: 991.98px) {
    .results-shell {
        border-radius: 24px;
        padding: 24px 16px;
    }

    .result-card {
        max-width: 100%;
        padding: 22px 18px;
    }

    .results-swiper {
        padding: 8px 32px;
    }
}

.section-content {
    padding-top: 20px;
}

/* Hero sizing: no white gaps on mobile */
.page-hero {
    position: relative;
    overflow: hidden;
}

.page-hero .hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Optional: overlay for contrast */
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
    z-index: 1;
}

/* Heights per breakpoint */
@media (max-width: 575.98px) {
    .page-hero {
        height: 200px;
    }

    .section {
        padding-top: 20px;
    }
}

@media (min-width: 576px) {
    .page-hero {
        height: 280px;
    }
}

 .ptb-0 {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

        .video-player {
            width: 100%;
            height: auto;
            border-radius: .5rem;
            display: block;
        }

        #mc_embed_signup {
  margin: 0 auto;
}



#mc_embed_signup .button {
    background-color: #0C8A1C!important;
}


.scroll-down-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.scroll-down-btn:hover {
    background: #ffffff;
    color: #0d2741; /* your dark background color */
    text-decoration: none;
}


html {
    scroll-behavior: smooth;
}

.scroll-down-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.scroll-down-btn:hover {
    background: #ffffff;
    color: #0d2741; /* your dark background color */
    text-decoration: none;
}

/* Bounce animation */
@keyframes scrollBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(6px);
    }
    60% {
        transform: translateY(3px);
    }
}

.scroll-down-btn i {
    animation: scrollBounce 1.8s infinite;
}

.social-icon {
    font-size: 32px;
    color: #ffffff;
    transition: 0.3s ease;
}

.social-icon:hover {
    color: #1475E1;
}

.tool-card {
    background: #1A2C38;
    padding: 24px;
    border-radius: 20px;
    height: 100%;
}

.about-card {
    background: #1A2C38;
    border-radius: 24px;
    padding: 32px 28px;
}
@media (max-width: 991.98px) {
    .about-card {
        padding: 24px 18px;
    }
}



.pricing-card {
    background: #1A2C38;
    border-radius: 16px;
    padding: 30px;
    color: white;
}

.pricing-list {
    list-style: none;
    padding-left: 0;
}

.pricing-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* RESTORED circle design you liked */
.check-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1475E1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.check-circle i {
    color: white;
    font-size: 12px;
}

/* Buttons always align at bottom */
.pricing-card {
    display: flex;
    flex-direction: column;
}

.pricing-card .pricing-btn {
    margin-top: auto;
    margin-bottom: 0;
    display: inline-block;
}


/* FAQ Section */
.faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.faq-list {
    max-width: 760px;
    margin: 0 auto;
    font-size: 0.95rem;
    line-height: 1.6;
}

.faq-item + .faq-item {
    margin-top: 24px;
}

.faq-question {
    margin: 0 0 4px;
    font-weight: 600;
    color: #ffffff;
}

.faq-answer {
    margin: 0;
    color: #c3cfdf;
}


.footer-social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: white;
    transition: 0.25s ease;
}

.footer-social-icon:hover {
    transform: scale(1.15);
    color: #1475E1;
}

.footer-logo {
    width: 180px;
    max-width: 100%;
}


@media (max-width: 768px) {
    .logout {
        margin-left: 20px !important;
    }
}



/* change this */
.accordion-body a {
    text-decoration: none !important;
}

/* to this */
.rcards .accordion-body a {
    text-decoration: none !important;
}




/************* Race Cards ********/


/* Force inside rows to match backend color */
.rcards .accordion-body,
.rcards .table tbody tr,
.rcards .table tbody td,
.rcards .table tbody th {
    background-color: var(--rc-navy-light) !important;
}

/* Fix hover */
.rcards .table tbody tr:hover > * {
    background-color: #1c3344 !important;
}

/* Fix table head if needed */
.rcards .table thead th {
    background-color: var(--rc-navy-bg) !important;
    color: var(--text-light) !important;
}


.check-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1475E1;
    color: #fff;
    margin-right: 8px;
    flex-shrink: 0;
}

.check-circle i {
    font-size: 12px;
}
