.pakherbal-homepage-promotion {
    width: 100%;
}

.pakherbal-homepage-promotion__desktop {
    display: none;
}

.pakherbal-homepage-promotion__mobile {
    display: none;
}


/* =========================================================
   MOBILE / TABLET
   ========================================================= */

@media (max-width: 991px) {

    .pakherbal-homepage-promotion__mobile {
        display: block;
        width: 100%;
        padding: 5px 8px;
        background: #071827;
    }


    /* =====================================================
       COMPLETE CLICKABLE BUTTON
       ===================================================== */

    .pakherbal-homepage-promotion__link {
        position: relative;

        display: flex;
        align-items: center;

        width: 100%;
        height: 50px;

        gap: 7px;

        padding: 3px 6px 3px 4px;

        overflow: hidden;

        color: #ffffff;
        text-decoration: none;

        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, .14) 0%,
                rgba(255, 255, 255, .04) 30%,
                transparent 45%
            ),
            linear-gradient(
                110deg,
                #07562f 0%,
                #08783d 48%,
                #07532e 100%
            );

        border: 2px solid #d8ad38;
        border-radius: 999px;

        box-shadow:
            inset 0 2px 0 rgba(255, 255, 255, .20),
            inset 0 -3px 5px rgba(0, 33, 17, .32),
            0 3px 0 #8b6c19,
            0 6px 10px rgba(0, 0, 0, .28);

        transform: translateY(-1px);

        transition:
            transform .18s ease,
            box-shadow .18s ease,
            filter .18s ease;
    }


    .pakherbal-homepage-promotion__link::before {
        position: absolute;

        content: "";

        top: 2px;
        left: 12%;
        right: 12%;

        height: 1px;

        border-radius: 999px;

        background: rgba(255, 255, 255, .20);

        pointer-events: none;
    }


    .pakherbal-homepage-promotion__link::after {
        position: absolute;

        content: "";

        top: -35px;
        right: 10%;

        width: 125px;
        height: 80px;

        border-radius: 50%;

        background: rgba(137, 228, 81, .10);

        pointer-events: none;
    }


    /* =====================================================
       PRACTITIONER SVG
       ===================================================== */

    .pakherbal-homepage-promotion__practitioner {
        position: relative;
        z-index: 1;

        display: block;

        flex: 0 0 42px;

        width: 42px;
        height: 42px;

        overflow: hidden;

        border-radius: 50%;

        box-shadow:
            0 0 0 1px rgba(255, 235, 145, .40),
            0 2px 4px rgba(0, 0, 0, .28);
    }

    .pakherbal-homepage-promotion__practitioner svg {
        display: block;

        width: 100%;
        height: 100%;
    }


    /* =====================================================
       VERIFIED
       ===================================================== */

    .pakherbal-homepage-promotion__verified {
        position: relative;
        z-index: 1;

        display: inline-flex;
        align-items: center;

        flex: 0 0 auto;

        gap: 3px;

        padding: 3px 6px;

        color: #f1ffdf;

        background:
            linear-gradient(
                180deg,
                rgba(45, 123, 60, .90),
                rgba(5, 58, 28, .88)
            );

        border: 1px solid rgba(199, 230, 116, .70);

        border-radius: 999px;

        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, .16),
            0 1px 2px rgba(0, 0, 0, .18);

        font-family: Arial, sans-serif;

        font-size: 10px;
        font-weight: 700;

        line-height: 1;

        white-space: nowrap;
    }

    .pakherbal-homepage-promotion__verified > span {
        color: #b3ef68;

        font-size: 11px;
        font-weight: 900;

        line-height: 1;
    }


    /* =====================================================
       MAIN TITLE
       ===================================================== */

    .pakherbal-homepage-promotion__title {
        position: relative;
        z-index: 1;

        flex: 0 1 auto;

        min-width: 0;

        color: #ffffff;

        font-family: Georgia, "Times New Roman", serif;

        font-size: 22px;
        font-weight: 700;

        line-height: 1;

        letter-spacing: -.015em;

        text-shadow:
            0 1px 1px rgba(0, 0, 0, .40),
            0 2px 3px rgba(0, 0, 0, .20);

        white-space: nowrap;
    }


    /* =====================================================
       NEARBY TAG
       ===================================================== */

    .pakherbal-homepage-promotion__nearby {
        position: relative;
        z-index: 1;

        display: inline-flex;
        align-items: center;

        flex: 0 0 auto;

        gap: 4px;

        margin-left: auto;

        padding: 5px 8px;

        color: #fff7d0;

        background:
            linear-gradient(
                180deg,
                rgba(17, 92, 49, .80),
                rgba(5, 53, 28, .88)
            );

        border: 1px solid rgba(226, 191, 67, .58);

        border-radius: 999px;

        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, .12),
            0 1px 2px rgba(0, 0, 0, .18);

        font-family: Arial, sans-serif;

        font-size: 12px;
        font-weight: 700;

        line-height: 1;

        white-space: nowrap;
    }


    .pakherbal-homepage-promotion__nearby svg {
        display: block;

        width: 14px;
        height: 14px;

        fill: #e7c64c;
    }

    .pakherbal-homepage-promotion__nearby svg circle {
        fill: #0d6234;
    }


    /* =====================================================
       MODERN ARROW
       ===================================================== */

    .pakherbal-homepage-promotion__arrow {
        position: relative;
        z-index: 1;

        display: grid;
        place-items: center;

        flex: 0 0 32px;

        width: 32px;
        height: 32px;

        margin-left: 1px;

        color: #ffffff;

        background:
            linear-gradient(
                145deg,
                #a9ec59 0%,
                #59b73a 42%,
                #087039 100%
            );

        border: 1.5px solid #eed05d;

        border-radius: 50%;

        box-shadow:
            inset 0 1px 1px rgba(255, 255, 255, .58),
            inset 0 -2px 3px rgba(0, 48, 23, .35),
            0 2px 4px rgba(0, 0, 0, .30);

        transition:
            transform .18s ease,
            filter .18s ease;
    }


    .pakherbal-homepage-promotion__arrow svg {
        display: block;

        width: 16px;
        height: 16px;

        fill: none;

        stroke: currentColor;
        stroke-width: 2.2;

        stroke-linecap: round;
        stroke-linejoin: round;
    }


    /* =====================================================
       INTERACTIONS
       ===================================================== */

    .pakherbal-homepage-promotion__link:hover {
        filter: brightness(1.04);

        transform: translateY(-2px);

        box-shadow:
            inset 0 2px 0 rgba(255, 255, 255, .23),
            inset 0 -3px 5px rgba(0, 33, 17, .30),
            0 4px 0 #8b6c19,
            0 8px 13px rgba(0, 0, 0, .30);
    }


    .pakherbal-homepage-promotion__link:hover
    .pakherbal-homepage-promotion__arrow {
        transform: translateX(2px) scale(1.04);
    }


    .pakherbal-homepage-promotion__link:active {
        transform: translateY(1px);

        box-shadow:
            inset 0 2px 4px rgba(0, 30, 15, .26),
            0 1px 0 #8b6c19,
            0 3px 5px rgba(0, 0, 0, .20);
    }


    .pakherbal-homepage-promotion__link:focus-visible {
        outline: 2px solid #79c943;
        outline-offset: 2px;
    }
}


/* =========================================================
   STANDARD MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .pakherbal-homepage-promotion__mobile {
        padding: 5px 8px;
    }

    .pakherbal-homepage-promotion__link {
        height: 50px;

        gap: 6px;

        padding:
            3px
            6px
            3px
            4px;
    }

    .pakherbal-homepage-promotion__practitioner {
        flex-basis: 42px;

        width: 42px;
        height: 42px;
    }

    .pakherbal-homepage-promotion__title {
        font-size: 22px;
    }

    .pakherbal-homepage-promotion__nearby {
        gap: 4px;

        padding: 5px 8px;

        font-size: 12px;
    }

    .pakherbal-homepage-promotion__nearby svg {
        width: 14px;
        height: 14px;
    }

    .pakherbal-homepage-promotion__arrow {
        flex-basis: 32px;

        width: 32px;
        height: 32px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 410px) {

    .pakherbal-homepage-promotion__mobile {
        padding: 4px 7px;
    }


    .pakherbal-homepage-promotion__link {
        height: 48px;

        gap: 4px;

        padding:
            3px
            5px
            3px
            4px;
    }


    .pakherbal-homepage-promotion__practitioner {
        flex-basis: 40px;

        width: 40px;
        height: 40px;
    }


    .pakherbal-homepage-promotion__verified {
        gap: 2px;

        padding: 2px 4px;

        font-size: 8.5px;
    }


    .pakherbal-homepage-promotion__verified > span {
        font-size: 9px;
    }


    .pakherbal-homepage-promotion__title {
        font-size: 19px;
    }


    .pakherbal-homepage-promotion__nearby {
        gap: 3px;

        padding: 4px 6px;

        font-size: 10px;
    }


    .pakherbal-homepage-promotion__nearby svg {
        width: 12px;
        height: 12px;
    }


    .pakherbal-homepage-promotion__arrow {
        flex-basis: 29px;

        width: 29px;
        height: 29px;
    }


    .pakherbal-homepage-promotion__arrow svg {
        width: 14px;
        height: 14px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 360px) {

    .pakherbal-homepage-promotion__link {
        gap: 3px;
    }


    .pakherbal-homepage-promotion__practitioner {
        flex-basis: 38px;

        width: 38px;
        height: 38px;
    }


    .pakherbal-homepage-promotion__verified {
        padding: 2px 3px;

        font-size: 8px;
    }


    .pakherbal-homepage-promotion__title {
        font-size: 17px;
    }


    .pakherbal-homepage-promotion__nearby {
        gap: 2px;

        padding: 3px 5px;

        font-size: 9px;
    }


    .pakherbal-homepage-promotion__nearby svg {
        width: 11px;
        height: 11px;
    }


    .pakherbal-homepage-promotion__arrow {
        flex-basis: 27px;

        width: 27px;
        height: 27px;
    }


    .pakherbal-homepage-promotion__arrow svg {
        width: 13px;
        height: 13px;
    }
}