
	.section-block .back-icon {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    cursor: pointer;
}

		.first-block {
			margin-top: -45px !important;
		}

		.first-blockhi {
			margin-top: 0px;
		}
		.section-block {
    display: none !important;
    position: relative;
}

.section-block.active {
    display: block !important;
}


.quick-menu.hide {
    display: none;
}

/* header row */
.section-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

/* heading center */
.section-header .vjCTAheading {
    margin: 0;
    text-align: center;
}

/* back icon */
.back-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
}


/* default hide desktop 
#globalBackBtn {
    display: none;
}*/


#globalBackBtn {
        display: flex;
        align-items: center;
        justify-content: center;

        position: fixed;
       /*  top: 50%; */
        right: 495px;
        transform: translateY(-50%);

        width: 40px;
        height: 40px;
        border-radius: 50%;

        background: #ffffff;               /* ✅ white bg */
        box-shadow: 0 4px 14px rgba(0,0,0,0.25);

        color: #333;
        font-size: 26px;
        font-weight: 600;
      
        cursor: pointer;
        z-index: 99999;

        transition: opacity 0.25s ease, transform 0.25s ease;
        bottom: 50px;
    }

    /* scroll ke time gumna */
    #globalBackBtn.hide {
        opacity: 0;
        transform: translate(30px, -50%);
        pointer-events: none;
    }

    /* tap feedback */
    #globalBackBtn:active {
        transform: translateY(-50%) scale(0.92);
    }

/* MOBILE ONLY */
@media (max-width: 768px) {
    #globalBackBtn {
        display: flex;
        align-items: center;
        justify-content: center;

        position: fixed;
       /*  top: 50%; */
        right: 12px;
        transform: translateY(-50%);

        width: 40px;
        height: 40px;
        border-radius: 50%;

        background: #ffffff;               /* ✅ white bg */
        box-shadow: 0 4px 14px rgba(0,0,0,0.25);

        color: #333;
        font-size: 26px;
        font-weight: 600;
      
        cursor: pointer;
        z-index: 99999;

        transition: opacity 0.25s ease, transform 0.25s ease;
        bottom: 50px;
    }

    /* scroll ke time gumna */
    #globalBackBtn.hide {
        opacity: 0;
        transform: translate(30px, -50%);
        pointer-events: none;
    }

    /* tap feedback */
    #globalBackBtn:active {
        transform: translateY(-50%) scale(0.92);
    }
}


/* ================================
   REMOVE EXTRA GAP ABOVE ALPHABET
================================ */

/* Members section overall */
#Members {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove extra spacing from wrapper */
#Members .vjCoverwhite {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove unwanted <br> impact */
#Members br {
    display: none;
}

/* Alphabet filter tight spacing */
#Members .alphabet-filter {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
}

/* Hide spacer divs */
#Members .vjJagya20,
#Members .vjJagya30 {
    display: none !important;
}

/* Section block spacing fix */
.section-block.active {
    padding-top: 10px !important;
}

/* Alphabet styling clean look */
.alphabet {
    padding: 4px 6px;
    font-size: 16px;
    line-height: 1;
}

/* Active alphabet */
.alphabet.active {
    font-weight: 600;
    text-decoration: underline;
}



/* SEARCH BAR */
.member-search {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.member-search input {
    flex: 1;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.member-search button {
    padding: 10px 16px;
    border-radius: 6px;
    border: none;
    background: #0d6efd;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

/* Mobile */
@media (max-width: 480px) {
    .member-search {
        flex-direction: column;
    }

    .member-search button {
        width: 100%;
    }
}

.member-layer-card {
    display: flex;
    align-items: center;
    max-width: 620px;
    margin: 40px auto;
    position: relative;
}

/* =========================
   GREEN MARKED BLOB SHAPE
========================= */
.blob-box {
    width: 233px;
    height: 230px;
    background: linear-gradient(145deg, #e15b7a, #b54ac8);
    border-radius: 40px; /* 🔥 THIS makes it vertical rounded */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* BACK LAYER (shadow blob) */
.blob-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, #f2a0b6, #e2b3ff);
    border-radius: 40px;   /* SAME radius */
    transform: translate(16px, -14px);
    z-index: -1;
}

/* PROFILE IMAGE */
.blob-box img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* =========================
   RIGHT WHITE CARD
========================= */
.member-layer-right {
    background: #fff;
    padding: 30px 40px 30px 90px;
    margin-left: -70px;
    border-radius: 26px;
    box-shadow: 0 22px 45px rgba(0,0,0,0.14);
    width: 100%;
}

/* MOBILE */
@media (max-width: 600px) {
    .member-layer-card {
        flex-direction: column;
    }

    .member-layer-right {
        margin-left: 0;
        margin-top: -40px;
        padding: 70px 22px 26px;
        text-align: center;
    }
}

.section-block-wrapper {
    display: none;
}
.section-block-wrapper.active {
    display: block;
}
.global-back {
    display: none;            /* default hidden */
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 9999;
    font-size: 22px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}


.vjUserPhoto
 {
    width: 90px;
    height: 133px;
    border-radius: 10px;
    border: 4px solid white;
    background-color: white;
    margin-top: 5px;
    box-shadow: 1px 2px 20px rgba(107, 128, 168, 0.2);
}
.vjCTAheading {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding-left: 10px;
    line-height: 15px;
    color: #280744;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: capitalize;
     letter-spacing: normal; /* ya 0 */
}



