Sharira – The Body
Sharira is the temple of life. Nurturing it with balance and Ayurveda is the first step to Sukharogyam.
Start Your Journey
Sharira – The Body
Sharira is the temple of life. Nourishing it with balance, Ayurveda, and mindful care is the first step to Sukharogyam.
Start Your Journey
/* Hero Section Fix */
.hero-petal {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.hero-petal img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.hero-overlay {
position: relative;
z-index: 2;
padding: 40px;
border-radius: 12px;
color: #fff8ed; /* cream text */
max-width: 900px;
text-align: center;
background: rgba(0, 0, 0, 0.35); /* light transparent background for visibility */
}
.hero-overlay h1 {
font-size: 3rem;
margin-bottom: 15px;
color: #fff8ed !important; /* FORCE title to be white */
}
.hero-overlay p {
font-size: 1.3rem;
margin-bottom: 25px;
color: #fff8ed !important; /* FORCE paragraph to be white */
}
.hero-overlay .cta-btn {
background: linear-gradient(90deg, #ff8a34, #ff6f2d);
color: #fff8ed !important;
padding: 12px 28px;
border-radius: 30px;
text-decoration: none;
font-size: 1.1rem;
font-weight: 600;
transition: background 0.3s;
display: inline-block;
}
.hero-overlay .cta-btn:hover {
background: linear-gradient(90deg, #ff6f2d, #e25f2e);
}