.about-section{
background:#f7faf8;
padding:80px 0;
}
.about-header{
display:flex;
align-items:center;
gap:20px;
margin-bottom:35px;
}
.about-icon{
width:80px;
height:80px;
border-radius:20px;
background:linear-gradient(135deg,#20c57c,#0b7a44);
color:#fff;
display:flex;
justify-content:center;
align-items:center;
font-size:34px;
box-shadow:0 15px 35px rgba(0,0,0,.15);
}
.about-header h2{
font-size:42px;
font-weight:700;
color:#18372b;
margin-bottom:5px;
}
.about-header p{
color:#777;
margin:0;
}
.about-box{
position:relative;
background:#fff;
padding:35px;
border-radius:20px;
height:100%;
border-left:5px solid #18b76d;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.35s;
}
.about-box:hover{
transform:translateY(-8px);
box-shadow:0 25px 50px rgba(0,0,0,.12);
}
.about-number{
position:absolute;
right:25px;
top:25px;
width:42px;
height:42px;
border-radius:50%;
background:#e8faf0;
color:#0b8f50;
display:flex;
justify-content:center;
align-items:center;
font-weight:700;
}
.about-box h4{
color:#0b8f50;
margin-bottom:20px;
font-weight:700;
}
.about-box h4 i{
margin-right:10px;
}
.about-box p{
color:#555;
line-height:1.9;
}
.about-box ul{
margin:15px 0 0;
padding-left:20px;
}
.about-box li{
margin-bottom:10px;
color:#555;
}
.feature-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin-top:30px;
}
.feature-item{
background:#f7faf8;
border-radius:15px;
padding:20px;
text-align:center;
transition:.3s;
}
.feature-item:hover{
background:#18b76d;
color:#fff;
}
.feature-item i{
font-size:28px;
color:#18b76d;
margin-bottom:12px;
}
.feature-item:hover i{
color:#fff;
}
.feature-item span{
display:block;
font-weight:600;
}
.feature-item small{
color:#777;
}
.feature-item:hover small{
color:#fff;
}
@media(max-width:768px){
.about-header{
flex-direction:column;
text-align:center;
}
.about-header h2{
font-size:30px;
}
.about-box{
padding:25px;
}
.feature-grid{
grid-template-columns:1fr;
}
}
.registration-section{
background:#f6f9f7;
padding:80px 0;
}
.registration-header{
display:flex;
align-items:center;
gap:20px;
margin-bottom:35px;
}
.registration-icon{
width:80px;
height:80px;
border-radius:20px;
background:linear-gradient(135deg,#21c87a,#0c7a45);
display:flex;
justify-content:center;
align-items:center;
color:#fff;
font-size:34px;
box-shadow:0 15px 35px rgba(0,0,0,.15);
}
.registration-header h2{
font-size:42px;
font-weight:700;
color:#173728;
margin-bottom:5px;
}
.registration-header p{
color:#777;
margin:0;
}
.registration-card{
position:relative;
background:#fff;
padding:30px;
border-radius:18px;
height:100%;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.35s;
border-left:5px solid #1ab76d;
}
.registration-card:hover{
transform:translateY(-6px);
box-shadow:0 20px 40px rgba(0,0,0,.12);
}
.number{
position:absolute;
top:20px;
right:20px;
width:42px;
height:42px;
border-radius:50%;
background:#eaf9f1;
color:#0b8f50;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
}
.registration-card h5{
color:#0b8f50;
font-weight:700;
margin-bottom:15px;
}
.registration-card p{
color:#555;
line-height:1.8;
margin:0;
}
.registration-card strong{
color:#173728;
}
@media(max-width:768px){
.registration-header{
flex-direction:column;
text-align:center;
}
.registration-header h2{
font-size:30px;
}
.registration-card{
padding:25px;
}
.number{
width:35px;
height:35px;
font-size:14px;
}
}
/*==============================
Objectives Section
===============================*/
/*==============================
PREMIUM OBJECTIVES
===============================*/
/* Section */
.rti-section{
background:#f5f9f7;
padding:80px 0;
}
.rti-header{
display:flex;
align-items:center;
gap:20px;
margin-bottom:50px;
}
.icon-box{
width:70px;
height:70px;
background:linear-gradient(135deg,#18c37d,#0d7d46);
color:#fff;
border-radius:20px;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
box-shadow:0 12px 35px rgba(0,0,0,.15);
}
.rti-header h2{
font-size:42px;
font-weight:700;
color:#123328;
margin-bottom:5px;
}
.rti-header p{
color:#777;
margin:0;
}
.rti-card{
background:#fff;
border-radius:20px;
padding:35px;
height:100%;
box-shadow:0 20px 50px rgba(0,0,0,.08);
transition:.35s;
border-top:5px solid #18b66d;
}
.rti-card:hover{
transform:translateY(-8px);
box-shadow:0 30px 60px rgba(0,0,0,.12);
}
.card-top{
display:flex;
align-items:center;
gap:18px;
margin-bottom:30px;
}
.circle{
width:65px;
height:65px;
border-radius:50%;
background:linear-gradient(135deg,#18c37d,#0d7d46);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
}
.card-top h4{
color:#0d7d46;
font-weight:700;
margin-bottom:4px;
}
.card-top small{
color:#999;
font-size:14px;
}
.info-list{
list-style:none;
margin:0;
padding:0;
}
.info-list li{
display:flex;
align-items:center;
gap:15px;
padding:14px 0;
border-bottom:1px solid #eee;
color:#444;
font-size:17px;
}
.info-list li:last-child{
border:none;
}
.info-list i{
width:22px;
color:#18b66d;
font-size:17px;
}
@media(max-width:768px){
.rti-header{
flex-direction:column;
text-align:center;
}
.rti-header h2{
font-size:30px;
}
.rti-card{
padding:25px;
}
.info-list li{
font-size:15px;
}
}
.donor-section{
background:#f7f9f8;
}
.section-title h2{
color:#0b5d38;
font-weight:700;
margin-bottom:12px;
}
.section-title p{
color:#000000;
max-width:850px;
margin:auto;
line-height:1.8;
}
/* Grid */
.donor-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:20px;
}
/* Card */
.donor-card{
background:#fff;
border:1px solid #e4e4e4;
border-left:5px solid #0b5d38;
border-radius:10px;
padding:18px 22px;
font-size:16px;
font-weight:600;
color:#333;
transition:.35s;
display:flex;
align-items:center;
min-height:80px;
box-shadow:0 5px 15px rgba(0,0,0,.05);
cursor:pointer;
}
.donor-card:before{
content:"🤝";
font-size:20px;
margin-right:15px;
}
.donor-card:hover{
background:#0b5d38;
color:#fff;
transform:translateY(-5px);
box-shadow:0 15px 35px rgba(11,93,56,.25);
}
.donor-card:hover:before{
filter:brightness(10);
}
/* Responsive */
@media(max-width:768px){
.donor-grid{
grid-template-columns:1fr;
}
.donor-card{
min-height:70px;
font-size:15px;
}
}
.work-process-section-one{
padding:120px 0;
background:linear-gradient(135deg,#0f5132,#146c43,#1c8c56);
position:relative;
overflow:hidden;
}
/* floating circles */
.work-process-section-one::before{
content:"";
position:absolute;
width:550px;
height:550px;
border-radius:50%;
background:rgba(255,255,255,.05);
top:-180px;
left:-180px;
}
.work-process-section-one::after{
content:"";
position:absolute;
width:450px;
height:450px;
border-radius:50%;
background:rgba(255,255,255,.04);
bottom:-160px;
right:-160px;
}
.objective-card{
position:relative;
background:rgba(255,255,255,.12);
backdrop-filter:blur(18px);
border:1px solid rgba(255,255,255,.15);
border-radius:22px;
padding:40px 35px;
height:100%;
min-height:430px;
transition:.5s;
overflow:hidden;
box-shadow:0 25px 60px rgba(0,0,0,.18);
}
/* animated border */
.objective-card::before{
content:"";
position:absolute;
top:0;
left:-100%;
width:100%;
height:5px;
background:linear-gradient(90deg,#36C781,#A8FF78);
transition:.6s;
}
.objective-card:hover::before{
left:0;
}
.objective-card:hover{
transform:translateY(-15px);
box-shadow:0 35px 70px rgba(0,0,0,.28);
background:rgba(255,255,255,.18);
}
.objective-number{
position:absolute;
top:20px;
right:20px;
width:42px;
height:42px;
border-radius:50%;
background:#36C781;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
font-size:15px;
box-shadow:0 8px 20px rgba(54,199,129,.4);
}
/* ICON */
.objective-icon{
width:95px;
height:95px;
border-radius:50%;
margin:auto;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#36C781,#0F9D58);
color:#fff;
font-size:42px;
margin-bottom:28px;
transition:.5s;
box-shadow:0 15px 35px rgba(54,199,129,.4);
}
.objective-card:hover .objective-icon{
transform:rotateY(360deg) scale(1.15);
}
/* heading */
.objective-card h4{
color:#fff;
font-size:24px;
font-weight:700;
margin-bottom:15px;
line-height:1.4;
min-height:65px;
}
/* text */
.objective-card p{
color:#F4F4F4;
font-size:16px;
line-height:1.9;
text-align:justify;
}
/* section title */
.section-title h1{
color:#fff;
font-size:54px;
}
.section-title p{
color:#000;
font-size:18px;
margin-top:18px;
}
/* glow */
.objective-card:hover .objective-icon{
box-shadow:
0 0 25px rgba(54,199,129,.5),
0 0 55px rgba(54,199,129,.35);
}
/* card animation */
.objective-card{
animation:floatCard 6s ease-in-out infinite;
}
.objective-card:nth-child(2){
animation-delay:.4s;
}
.objective-card:nth-child(3){
animation-delay:.8s;
}
@keyframes floatCard{
0%{
transform:translateY(0px);
}
50%{
transform:translateY(-6px);
}
100%{
transform:translateY(0px);
}
}
/* responsive */
@media(max-width:991px){
.objective-card{
min-height:auto;
}
}
/* Desktop */
@media (min-width: 1200px) {
.work-process-section-one .col-xl-4 {
margin-bottom: 30px;
}
}
/* Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
.work-process-section-one .col-lg-6 {
margin-bottom: 30px;
}
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
.work-process-section-one .col-md-6 {
margin-bottom: 25px;
}
}
/* Mobile */
@media (max-width: 767px) {
.work-process-section-one .col-md-6,
.work-process-section-one .col-lg-6,
.work-process-section-one .col-xl-4 {
margin-bottom: 20px;
}
}
.about-snehakunja-section {
/*padding: 120px 0;*/
background: #f7faf8;
position:relative;
overflow:hidden;
border-radius: 31px;
margin-top: 30px;
margin-bottom: 30px;
margin-right: 30px;
margin-left: 30px;
}
.dream-title {
margin-top: 10px;
color: #36c781;
font-weight: 600;
}
.about-card {
background: #fff;
padding: 35px;
margin-bottom: 35px;
border-left: 6px solid #36c781;
border-radius: 18px;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
transition: 0.4s;
}
.about-card:hover {
transform: translateY(-8px);
}
.about-card h3 {
margin-bottom: 20px;
color: #1f4732;
}
.about-card h3 i {
margin-right: 12px;
color: #36c781;
}
.about-card p {
line-height: 1.9;
text-align: justify;
}
.about-card ul li,
.about-card ol li {
margin-bottom: 12px;
}
.about-card h5 {
margin-bottom: 15px;
color: #36c781;
}
.registration-list {
list-style: none;
padding: 0;
margin: 0;
}
.registration-list li {
position: relative;
padding-left: 35px;
margin-bottom: 18px;
line-height: 1.8;
}
.registration-list li::before {
content: "\f138"; /* Font Awesome circle-check */
font-family: "Font Awesome 6 Free";
font-weight: 900;
color: #36c781;
position: absolute;
left: 0;
top: 2px;
font-size: 18px;
}
/*====================================
PARTNERS TABLE
=====================================*/
.table-responsive{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,.12);
animation:fadeUp .8s ease;
}
.table{
margin:0;
border-collapse:collapse;
}
/* Header */
.table thead{
background:linear-gradient(135deg,#0b5f3b,#36c781);
}
.table thead th{
color:#fff;
font-size:17px;
font-weight:700;
text-transform:uppercase;
letter-spacing:1px;
padding:18px;
border:none;
text-align:center;
vertical-align:middle;
}
/* Body */
.table tbody tr{
background:#fff;
transition:all .35s ease;
}
.table tbody tr:nth-child(even){
background:#f7fff9;
}
.table tbody tr:hover{
background:#e8fff2;
}
/* All Cells */
.table tbody td{
padding:18px;
border:1px solid #dfeee4;
color:#1f4732;
font-size:15px;
font-weight:600;
text-align:center;
vertical-align:middle;
transition:.3s;
}
/* Serial Number */
.table tbody td:first-child{
width:80px;
color:#36c781;
font-size:18px;
font-weight:700;
}
/* Hover */
.table tbody tr:hover td{
color:#000;
}
/* Border */
.table-bordered>:not(caption)>*>*{
border:1px solid #dfeee4;
}
/* Scrollbar */
.table-responsive::-webkit-scrollbar{
height:8px;
}
.table-responsive::-webkit-scrollbar-track{
background:#f1f1f1;
}
.table-responsive::-webkit-scrollbar-thumb{
background:#36c781;
border-radius:20px;
}
/* Animation */
@keyframes fadeUp{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}
/* Mobile */
@media (max-width:768px){
.table thead th{
font-size:14px;
padding:14px;
}
.table tbody td{
font-size:13px;
padding:12px;
text-align:center;
}
}
OUR PATH
The Snehakunja Trust is a non-profit charitable organization dedicated to facilitating, promoting, and executing holistic health, rural development, environmental advocacy and conservation of coastal and Western Ghat diversity. The Snehakunja Trust was established by visionary philanthropist and a surgeon Dr. Kusuma Sorab (1937-98) as a charitable trust to provide quality community health services at affordable cost. Under her eminent leadership the Vivekananda Arogya Dhama was built to serve the health care needs of the community. While our historical roots (established in 1976) were founded in the field of ayurvedic health, we recognize that conservation of livelihoods require an integrated approach and linkages with markets, credit and natural resources.
Enabling local people for better health and livelihood security through nature conservation in the tropical forests.
Sustainable rural development, protecting the local biodiversity, improved management of natural resources in tropical forests, securing rural health and inclusive business.
Our Core Objectives
Empowering Communities • Conserving Nature • Building Sustainable Livelihoods
Holistic Health Services
To provide holistic health services for local communities and destitute people at reasonable cost and also provide voluntary health services.
Ecosystem Conservation
To conserve coastal/marine, wetlands and forest ecosystem services by promoting
enterprises that is compatible with sustainable uses of natural resources.
Community Welfare
To support the welfare of communities dependent upon agriculture, fishing and forest activities in the region and nationally.
Sustainable Enterprises
To promote, establish, improve and administer organizations for processing, value addition, preservation and manufacture from agricultural and allied sectors.
Collaboration & Advocacy
To establish and maintain interactions and collaborations with the state and other non governmental organizations working in similar field for providing social welfare and environmental advocacy services.
Agro-Industrial Development
To promote, establish, improve, administer, own and run organization for processing,value addition, preservation and manufacture from agricultural and allied sectors for the purpose of increasing quality, access and benefit sharing.
Medical Aid & Public Health
To organize medical aid to every kind to the poor and needy of every caste, creed and religion and to promote general public health.
Care & Rehabilitation
To look after destitute, children, women and men without distinction of caste, creed and religion and resettle them by arranging for their education employment etc.
Medical Research
To promote study and research in medicines.
Rural Health & Development
To undertake rural health & development projects for improving the conditions of the rural population in the country.
Scientific Agriculture & Dairy
To establish demonstration farms and dairies to educate farmers in scientific farming, gardening and animal husbandry.
Mission Advancement
To do all such things deeds, incidental or conducive to attain the above objects or any of them.
01
Community Development
Snehakunja Trust is managed by dedicated trustees actively engaged in
social service, rural development, Ayurveda, and biodiversity conservation.
The organization is widely recognized for its transparency and community-driven
development initiatives.
Over the years, the Trust has promoted a network of
400+ Self Help Groups (SHGs) across Honnavar,
Kumta and Bhatkal Taluks, empowering women through livelihood
generation and micro-enterprises.
02
Healthcare Services
Snehakunja operates a
20-bed Ayurvedic Hospital at Kasarkod with
qualified Ayurvedic doctors providing Panchakarma and holistic
healthcare services.
- Free consultation for economically weaker families.
- Concessional Ayurvedic medicines.
- Weekly free medical camps.
- Village outreach healthcare programmes.
03
Organic Farming & Medicinal Plants
The Trust owns an
11-acre medicinal and horticultural farm
at Kavalagere village used for cultivating medicinal plants,
horticulture crops and demonstrating sustainable organic farming
practices.
04
Elderly Care & Wellness
Vivekananda Arogya Dhama offers assisted living facilities for
senior citizens with nursing care, nutritious food,
physiotherapy, yoga, recreational activities and holistic
wellness programmes.
05
Prime Eco Location
Snehakunja Trust is situated on the banks of the River Sharavathi,
beside NH-66 at Kasarkod, Honnavar. It is well connected by road,
Konkan Railway, and airports at Goa and Mangalore.
Blue Flag Eco Beach
200 m
Sharavathi Estuary
200 m
Apsarakonda Hill
500 m
5 Acre Green Campus
01
Bombay Public Trust Act
Registered under the Bombay Charitable Trust Act, 1950
(Reg. No. E-237 (KWR)).
02
CSR Registration
Registered under the Corporate Social Responsibility
Scheme of MCA
(CSR00006998).
03
FCRA Registration
Eligible to receive foreign contributions under FCRA
(094600023).
04
80G Tax Exemption
Donations qualify for Income Tax exemption under Section 80G.
05
GST Registration
Registered under GST Act
AABTS6477L2ZN.
06
NGO Darpan
Registered with NITI Aayog
Unique ID: KA/2018/0215716.
07
Right to Information (RTI)
Snehakunja Trust ensures timely responses to information requests
under the Right to Information Act, promoting transparency
and accountability.
Public Information Officer
RTI Contact
- Admin / Finance Officer
- Snehakunja Trust
- Tonka, Kasarkod
- Honnavar – 581342
- Admin@snehakunja.org
- +91 8217357242
Appellate Authority
RTI Appeals
- Treasurer
- Snehakunja Trust
- Tonka, Kasarkod
- Honnavar – 581342
- +91 9449359588
- info@snehakunja.org
Our Donor Partners
We are grateful to our esteemed partners whose continued support has empowered Snehakunja's journey towards sustainable development, environmental conservation, and community transformation.
Handspring Tech Pte Ltd
Supraja Foundation
SELCO - IKEA
RRAN Network
SSRC – CEPA
DFM – University of Manitoba, Canada
CCFD - Terre Solidaire, Paris
ADB and AIIB COVID-19 Loans in India – NGO Forum ADBI, Philippines
Heifer International
GIZ - Germany
Critical Ecosystem Partnership Fund
FORD Foundation, New Delhi
NABARD
Department of Science and Technology, Government of India
Karnataka State Forest Department
Karnataka State Agriculture Department
Anand Chandavarkar Foundation, Mumbai
Sir Dorabji Tata Trust
NETFISH, MPEDA
Rain Forest Trust, USA
Global Green Grants Fund, USA
Central Council for Research in Yoga and Naturopathy
Cynthia Forbes Goodrich Corporation
The Habitats Trust, New Delhi
Himalaya Wellness Company, Bengaluru
Charities Aid Foundation (CAF) America
Target Corporation India Private Limited, Bengaluru
Self Help Groups (SHGs) of Snehakunja Trust
Snehakunja Trust has empowered rural women by facilitating the formation and strengthening
of Self Help Groups (SHGs), fostering financial independence, community leadership, and
sustainable livelihoods.
Shri Mahaganapati Swasahaya Sangha, Shankrukeri, Haldipur
Shri Tulasi Swasahaya Sangha, Badagani, Haldipur
Pragathi Swasahaya Sangha, Shankrikeri, Haldipur
Jai Ganesh Swasahaya Sangha, Horbag, Haldipur
Shri Mahaganapati Swasahaya Sangha, Horbag, Haldipur
Janani Swasahaya Sangha, Kirubail, Haldipur
Shri Jatageshwar Swasahaya Sangha, Kirubail, Haldipur
Divyajyoti Swasahaya Sangha, Horbag, Haldipur
Shri Vaishnavi Swasahaya Sangha, Mannagadde, Haldipur
Shri Durgamba Swasahaya Sangha, Taribagil, Haldipur
Shri Saraswati Swasahaya Sangha, Habbugadde, Haldipur
Shri Manjunath Swasahaya Sangha, Gubbanni, Haldipur
Shri Vaibhavalaxmi Swasahaya Sangha, Gubbanni, Haldipur
Shri Yashaswini Swasahaya Sangha, Habbuchitte, Haldipur
Shri Saraswati Swasahaya Sangha, Habbuchitte, Haldipur
Shri Vaibhavalaxmi Swasahaya Sangha, Pallikeri, Haldipur
Shri Dhanalaxmi Swasahaya Sangha, Horbag, Haldipur
Anandajyoti Swasahaya Sangha, Horbag, Haldipur
Matsyajyoti Swasahaya Sangha, Horbag, Haldipur
Samradhi Swasahaya Sangha, Kalkatte, Haldipur
Shri Durgamba Swasahaya Sangha, Kalkatte, Haldipur