/* ===== CENVIS NGO PROFESSIONAL THEME ===== */

body{
    background:#f5fbf7;
    color:#333;
    font-family:'Segoe UI', Arial, sans-serif;
}


/* Header */

header,
.navbar{

background:linear-gradient(
135deg,
#006633,
#008f5a,
#0077b6
);

box-shadow:0 5px 15px rgba(0,0,0,.15);

}


/* Navigation */

header a,
.navbar a{

color:white !important;
font-weight:600;

}


header a:hover,
.navbar a:hover{

color:#ffd166 !important;

}



/* Main areas */

section,
main,
.content,
.container{

background:white;
border-radius:18px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
padding:25px;

}



/* Headings */

h1,h2,h3{

color:#006633;

}


h2{

border-left:6px solid #00a86b;
padding-left:15px;

}



/* Buttons */

button,
.btn,
input[type="submit"]{

background:linear-gradient(
135deg,
#f4a261,
#e76f51
);

color:white;
border-radius:30px;
border:none;
padding:13px 28px;

}


button:hover,
.btn:hover{

transform:translateY(-3px);

}



/* Cards */

.card,
.box,
.service{

border-top:5px solid #00a86b;
background:#ffffff;

transition:.3s;

}


.card:hover,
.box:hover,
.service:hover{

transform:translateY(-8px);

}



/* Images */

img{

border-radius:15px;

}



/* Footer */

footer{

background:
linear-gradient(
135deg,
#004d33,
#006699
);

color:white;
text-align:center;
padding:30px;

}



/* Social icons */

.social a{

color:#0077b6;
font-size:26px;

}


.social a:hover{

color:#e76f51;

}



/* Mobile */

@media(max-width:768px){

section,
.container,
.content{

width:95%;
padding:18px;

}

}
