body {
    background: var(--black);
}

.samayraina {
    background: url('https://images.mastersunion.link/uploads/13112025/v1/Section.webp') no-repeat center center;
    background-size: cover;
    padding: 100px 0 0;


    .samayContentWrap {
        padding-block: 200px;
        color: var(--white);
        max-width: 50%;


        .go-BreatherHeadingTemp {
            display: flex;
            align-items: center;
            gap: 10px;
        }
    }


    .xSpan {
        font-size: 32px;
    }

    .samayContentDescription {
        font: 16px 'go-regular';
        line-height: 150%;
        margin-top: 16px;
    }

    .samayContentMetrics {
        display: flex;
        align-items: center;
        margin-top: 40px;
    }

    .samayContentMetric {
        display: flex;
        gap: 2px;
        flex-direction: column;
        align-items: center;
    }

    .samayContentMetricLabel {
        font: 14px 'go-regular';
        line-height: 120%;
        color: var(--grey18);
    }

    .samayContentMetricValue {
        font-size: 64px;
        font-family: 'fraunces', serif;
        font-weight: 350;
        padding: 12px 40px;
        line-height: 120%;
    }

    .rightBorder {
        width: 1px;
        height: 110px;
        background: var(--grey3);
        margin-inline: 16px;
    }
}

.fullimg {
    background: var(--black);
    border-block: 1px solid var(--black5);
}

.samayrainaCards {
    padding: 80px 0;
    background: var(--black);
    padding-inline: 4px;
    border-top: 1px solid var(--black5);

    .samaycardheading {
        color: var(--white);
        font: 24px 'go-medium';
        line-height: 120%;
    }

    .linkwrap {
        display: flex;
        align-items: center;
        gap: 16px;

        a {
            line-height: 0;
        }
    }

    .orangeimg {
        position: relative;

        img {
            width: 100%;
        }


        .orangecontent {
            position: absolute;
            background: #E54B33;
            bottom: 0;
            width: 100%;
            padding: 12px 16px;
            align-items: center;
            display: flex;
            gap: 10px;
            justify-content: space-between;
        }

        .tag {
            padding: 8px 10px 6px;
            border-radius: 40px;
            background: #8F2B1B;
            backdrop-filter: blur(2px);
            font: 13px 'go-medium';
            line-height: 120%;
            color: var(--white);
            letter-spacing: 0.65px;
            text-transform: uppercase;
            width: fit-content;

        }
    }

    .contentWrapper {
        margin-top: 16px;
    }

    .samaycardpara {
        color: var(--grey4);
        font: 16px 'go-regular';
        line-height: 150%;
        margin-top: 4px;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--grey3);
        max-width: 90%;
    }

    .samayprogramme {
        color: var(--grey10);
        font: 14px 'go-medium';
        line-height: 150%;
        margin-top: 12px;
    }
}

.samayrainaCardsWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 15px;
}



@media (max-width: 768px) {

    .samayraina {
        background: url('https://images.mastersunion.link/uploads/14112025/v1/Hero.webp') no-repeat center center;
        background-size: cover;
        height: 100vh;

        .go-BreatherHeadingTemp,
        .fr-BreatherHeadingTempNormal {
            font-size: 22px;
            position: relative;
        }

        .samayContentWrap {
            position: absolute;
            bottom: 80px;
            padding: 0;
            left: 0;
            max-width: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-inline: 16px;

            .go-BreatherHeadingTemp {
                display: flex;
                align-items: center;
                gap: 10px;
            }
        }

        .xSpan {
            font-size: 20px;
        }

        .samayContentDescription {
            font: 14px 'go-regular';
            line-height: 150%;
            margin-top: 8px;
        }

        .samayContentMetrics {
            display: flex;
            align-items: center;
            margin-top: 16px;
        }

        .samayContentMetric {
            display: flex;
            gap: 2px;
            flex-direction: column;
            align-items: center;
        }

        .samayContentMetricLabel {
            font: 13px 'go-regular';
            line-height: 120%;
            color: var(--grey18);
        }

        .samayContentMetricValue {
            font-size: 40px;
            font-family: 'fraunces', serif;
            font-weight: 350;
            padding: 12px 0;
            line-height: 120%;
        }

        .rightBorder {
            width: 1px;
            height: 80px;
            background: var(--grey3);
            margin-inline: 32px;
        }
    }

    .samayrainaCardsWrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .samayrainaCards {


        .samaycardheading {
            font: 18px 'go-medium';
        }

        .samaycardpara {
            color: var(--grey4);
            font: 14px 'go-regular';
            max-width: 100%;
            line-height: 150%;
        }

        .samayprogramme {
            font: 13px 'go-medium';
        }
    }










}