@media (max-width: 991px) {
    .refer-badge {
        color: #28c3be;
        background-color: #2feae40f;
        max-width: 500px;
        margin: 0 auto;
        font-size: clamp(0.8rem, 4vw, 1rem);
        font-weight: light;
    }

    .hero-content {
        text-align: center;
    }

    .hero-title {
        font-size: clamp(1.5rem, 6vw, 5rem);
        line-height: 1.3;

    }

    .hero-subtext {
        margin-top: 10px;
        font-size: clamp(0.9rem, 3.5vw, 1.2rem);
        max-width: 480px;
        margin: 0 auto;
        color: rgb(92, 91, 91);
    }

    .hero-cta {
        display: none;
    }

    .hero-video-shell {
        padding: 0px;
        max-width: clamp(300px, 80vw, 500px);
    }

    .refernow-btn {
        display: block;
        width: 100%;
        max-width: clamp(200px, 80vw, 200px);
        margin: 20px auto 0 auto;
        padding: 12px 0;
        font-size: 1rem;
        background-color: #0eb3ad;
        color: black;
        border: none;

        cursor: pointer;
    }

    .hero-travellers {
        display: flex;
        flex-direction: row;
        justify-content: center;

    }

    .traveller-count {
        font-size: 0.8rem;
        font-weight: light;
        gap: 3px;
    }

    .steps-list {
        display: none;
    }

    .steps-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

   .steps-right {
        max-width: clamp(400px, 100vw, 500px);
    }

    .steps-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .steps-subtext {
        font-size: 0.9rem;
        max-width: 300px;
        margin-top: 10px;

        font-weight: light;
        color: rgb(70, 69, 69);
    }

    .steps-subtext br {
        display: none;
    }

    .traveller-earned {
        display: none;
    }

    .traveller-img {
        width: 32px;
        height: 32px;
    }

    .heading {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
        text-align: left;
    }




    .step-bottom-text {
        display: none;
    }

    .sectionheading-number {
        font-size: 0.78rem;
        font-weight: bold;
        background-color: #0eb3ad;
        width: 32px;
        min-width: 32px;
        height: 32px;
        padding: 0;
    }

    .step-heading-title {
        font-size: 1rem;
    }

    .step-heading-description {
        font-size: 0.82rem;
        margin-top: 0.3rem;
    }

    .perk-card {
        background-color: #fbf9f9;
        padding: 22px 18px;
        border-radius: 14px;
        display: flex;
        gap: 16px;
        
        align-items: center;
        justify-content: flex-start;
    }

    .perk-icon-box {
        min-height: 60px;
        min-width: 60px;
        height: 60px;
        width: 60px;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 auto;
        background: #2feae40f;
        padding: 8px;
    }

    .perk-icon-box svg,
    .perk-icon-box img {
        width: 24px;
        height: 24px;
        display: block;
        object-fit: contain;
    }

    .perk-card-title {
        margin: 0;
        font-size: 0.92rem;
        font-weight: 700;
        line-height: 1.18;
    }

    .perk-card-subtext {
        margin: 10px 0 0;
        font-size: 0.78rem;
        color: rgba(0, 0, 0, 0.65);
        line-height: 1.4;
    }


    .journey-premium {
        padding: 22px 16px !important;
        min-height: auto;
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(10, 10, 10, 0.98) 0%, rgba(30, 30, 30, 0.96) 100%);
        color: #fff;
    }

    .journey-cta-title {
        font-size: 0.9rem;
        line-height: 1.15;
        -webkit-text-stroke: 0;
        text-shadow: none;
        margin-bottom: 0.35rem;
        letter-spacing: 0.2px;
        text-transform: none;
    }

    .journey-premium p {
        font-size: 0.72rem;
        line-height: 1.35;
        margin-bottom: 0;
    }

    .journey-btn {
        background-color: #ffffff;
        color: #000000;
        border: 2px solid #000000;
        padding: 0.72rem 1.05rem;
        font-size: 0.72rem;
        border-radius: 12px;
    }

    .journey-btn:hover {
        background-color: #f5f5f5;
        color: #000000;
        border-color: #000000;
    }

    .journey-premium>.text-center {
        max-width: 340px;
        margin: 0 auto;
    }
}

@media(min-width: 992px) {
    .heading {
        display: none;
    }
}