.Maharaj-Ji-Header {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.Maharaj-Ji-Header h3{
    font-size: 250%; 
    margin-bottom: 0;
    padding-bottom: 2%;
    color: black;
    font-family: 'Nithyananda';
}
.Maharaj-Ji-Header h4{
    font-size: 120%;  
    color: black;  
    font-family: 'Nithyananda';
}

@media (max-width: 500px) {
    .Maharaj-Ji-Header h3{
        font-size: 185%; 
        margin-bottom: 0;
        padding-bottom: 2%;
        color: black;
        font-family: 'Nithyananda';
    }
    .Maharaj-Ji-Header h4{
        font-size: 140%;  
        color: black; 
        font-family: 'Nithyananda';
    }   
}
@media (min-width: 768px) {
    .Maharaj-Ji-Header h3{
        font-size: 300%; 
        margin-bottom: 0;
        padding-bottom: 2%;
        color: black;
        font-family: 'Nithyananda';
    }
    .Maharaj-Ji-Header h4{
        font-size: 190%;  
        color: black;  
        font-family: 'Nithyananda';
    }   
}

/* .standing-Maharaj-Ji-left{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 120px;
}

.standing-Maharaj-Ji-right{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 120px;
} */

.yellow-bar {
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
}

.side-img {
  position: fixed;
  top: 100px;                /* Start slightly below navbar */
  width: 120px;              /* Adjust width */
  height: 100%;              /* Let height scale naturally */
  z-index: -1;              /* Stay above content */
}

.left-fixed {
  left: 0px;                /* Align inside yellow bar */
}

.right-fixed {
  right: 0px;               /* Align inside yellow bar */
}
.description{
    font-size: larger;
    font-family: 'Nithyananda';
    color: black;
}
.singl-blog-details strong {
    color: black;
    font-family: 'Nithyananda';
}
.singl-blog-details b {
    color: black;
    font-family: 'Nithyananda';
}
.center-sticky {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    opacity: 0.5;
    z-index: -1;
    max-width: 100%;
    height: auto;
    pointer-events: none; /* prevents blocking content interaction */
}

/* For small devices */
@media (max-width: 600px) {
    .center-sticky {
        width: 100vw;
        height: auto;
        opacity: 0.3;
    }
}
.center1{
    display: flex; flex-direction: column; justify-content: center;
}
/* For medium devices */
@media (min-width: 601px) and (max-width: 1024px) {
    .center-sticky {
        width: 80vw;
        height: auto;
        opacity: 0.4;
    }
}

/* For large devices */
@media (min-width: 1025px) {
    .center-sticky {
        width: 60vw;
        height: auto;
        opacity: 0.5;
    }
}
.singl-blog-title h3{
    font-size: 4rem;
    color: black;
    font-family: 'Nithyananda';
}