.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 */
    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;
    width: 100%;
    object-fit: cover;
    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 SECTION                                     */
/* ------------------------------------------------ */

.page-hero {
    position: relative;
    overflow: hidden;
}

/* Remove dark overlay */
.page-hero::before {
    content: none !important;
}

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

/* Give more vertical space (increased hero height) */
@media (max-width: 575.98px) {
    .page-hero {
        height: 280px; /* was 200px */
    }

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

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

/* Extra padding inside hero for better vertical spacing */
.page-hero .container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}


/* ------------------------------------------------ */
/* HERO BUTTON FIX                                  */
/* ------------------------------------------------ */

.hero-btn {
    display: inline-block !important;
    width: auto !important;
    max-width: fit-content !important;
    padding: 12px 28px !important; /* more padding */
}


.mission-section {
    /* optional: tweak spacing from other sections */
    padding-top: 40px;
    padding-bottom: 40px;
}

.mission-card {
    border: 2px solid #D85186; /* pink */
    border-radius: 18px;
    padding: 24px 20px;
    background: #ffffff;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.mission-icon {
    font-size: 32px;
    color: #00BF63; /* green */
    margin-bottom: 16px;
}

.mission-text {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
}

/* Small tweaks for mobile */
@media (max-width: 575.98px) {
    .mission-card {
        max-width: 280px;
    }
}

.membership-box {
    border: 2px solid #D85186;
    border-radius: 18px;
    padding: 24px;
    height: 200px!important; /* adjust to your liking */
}

.pricing-grid-row,
.pricing-grid-header {
    border-color: #D85186 !important;
}



.blog-article-box {
    border: 2px solid #D85186;
    border-radius: 18px;
    padding: 24px;
}

/* Make all duck thumbnails identical size */
.blog-thumb {
    width: 150px;
    height: 150px;
    object-fit: cover;       /* crop without distortion */
    object-position: center; /* center the subject */
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}