/*=====================================
VOLUNTEER HERO
=====================================*/

.volunteer-hero{

position:relative;

padding:120px 0;

overflow:hidden;

background:
linear-gradient(rgba(0,56,122,.88),rgba(0,83,170,.88)),
url("../images/volunteer-bg.jpg") center/cover;

color:#fff;

}

.volunteer-overlay{

position:absolute;

inset:0;

background:radial-gradient(circle at top right,
rgba(255,255,255,.12),
transparent 45%);

}

.volunteer-hero .container{

position:relative;

z-index:2;

}

.volunteer-hero h1{

font-size:58px;

font-weight:800;

line-height:1.15;

margin-bottom:25px;

}

.volunteer-hero h1 span{

color:#ffd34d;

}

.volunteer-hero p{

font-size:19px;

line-height:1.9;

max-width:650px;

color:#eef4ff;

}

/* Volunteer Submit Button */

.volunteer-submit-btn{

display:inline-flex;

align-items:center;

justify-content:center;

gap:12px;

background:linear-gradient(135deg,#0056b3,#0d6efd);

color:#fff;

padding:18px 45px;

border:none;

border-radius:50px;

font-size:18px;

font-weight:700;

text-decoration:none;

cursor:pointer;

transition:.35s ease;

box-shadow:0 15px 35px rgba(13,110,253,.25);

}

.volunteer-submit-btn:hover{

transform:translateY(-4px);

background:linear-gradient(135deg,#004494,#0056b3);

box-shadow:0 20px 45px rgba(13,110,253,.35);

color:#fff;

}

.volunteer-submit-btn i{

font-size:18px;

}

@media(max-width:768px){

.volunteer-submit-btn{

width:100%;

padding:18px;

font-size:17px;

}

}

.btn-volunteer-primary{

background:#ffd34d;

color:#003a82;

padding:16px 34px;

border-radius:60px;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.btn-volunteer-primary:hover{

background:#fff;

color:#003a82;

transform:translateY(-3px);

}

.btn-volunteer-outline{

border:2px solid rgba(255,255,255,.35);

color:#fff;

padding:16px 34px;

border-radius:60px;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.btn-volunteer-outline:hover{

background:#fff;

color:#003a82;

}

.volunteer-card{

background:rgba(255,255,255,.12);

backdrop-filter:blur(18px);

border-radius:28px;

padding:40px;

border:1px solid rgba(255,255,255,.15);

}

.volunteer-card h4{

margin-bottom:30px;

font-weight:700;

}

.volunteer-card ul{

list-style:none;

padding:0;

margin:0;

}

.volunteer-card li{

display:flex;

gap:15px;

margin-bottom:18px;

font-size:17px;

}

.volunteer-card li i{

color:#77ff9b;

margin-top:3px;

}

.volunteer-card-btn{

display:block;

margin-top:30px;

text-align:center;

padding:15px;

background:#ffd34d;

color:#003a82;

border-radius:60px;

font-weight:700;

text-decoration:none;

}

.volunteer-card-btn:hover{

background:#fff;

}

@media(max-width:991px){

.volunteer-card{

margin-top:45px;

}

.volunteer-hero h1{

font-size:42px;

}

}

@media(max-width:768px){

.volunteer-hero{

text-align:center;

padding:90px 0;

}

.volunteer-buttons{

justify-content:center;

}

.volunteer-hero h1{

font-size:34px;

}

}


/*=====================================
WHY VOLUNTEER
=====================================*/

.why-volunteer{

padding:100px 0;

background:#f8fbff;

}

.volunteer-box{

background:#fff;

padding:45px 35px;

border-radius:20px;

text-align:center;

height:100%;

transition:.35s;

box-shadow:0 10px 35px rgba(0,0,0,.06);

}

.volunteer-box:hover{

transform:translateY(-10px);

box-shadow:0 18px 45px rgba(0,0,0,.10);

}

.volunteer-box .icon{

width:90px;

height:90px;

margin:auto auto 25px;

border-radius:50%;

background:#e9f2ff;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#0056b3;

}

.volunteer-box h4{

font-weight:700;

margin-bottom:18px;

}

.volunteer-box p{

color:#666;

line-height:1.8;

}


/*=====================================
VOLUNTEER OPPORTUNITIES
=====================================*/

.volunteer-opportunities{

padding:100px 0;

background:#ffffff;

}

.opportunity-card{

background:#fff;

border-radius:18px;

padding:40px 30px;

text-align:center;

height:100%;

transition:.35s;

border:1px solid #edf1f7;

box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.opportunity-card:hover{

transform:translateY(-10px);

border-color:#0056b3;

box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.opportunity-card .icon{

width:80px;

height:80px;

margin:auto auto 25px;

border-radius:50%;

background:#edf5ff;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

color:#0056b3;

transition:.3s;

}

.opportunity-card:hover .icon{

background:#0056b3;

color:#fff;

}

.opportunity-card h4{

font-weight:700;

margin-bottom:15px;

}

.opportunity-card p{

color:#666;

line-height:1.8;

margin-bottom:0;

}

/*=====================================
VOLUNTEER APPLICATION
=====================================*/

.volunteer-application{

padding:110px 0;

background:#f7fbff;

}

.application-card{

background:#fff;

padding:60px;

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.application-card label{

font-weight:600;

margin-bottom:8px;

display:block;

}

.application-card .form-control,

.application-card .form-select{

height:56px;

border-radius:12px;

border:1px solid #d8dee7;

}

.application-card textarea.form-control{

height:auto;

}

.application-card .form-control:focus,

.application-card .form-select:focus{

border-color:#0056b3;

box-shadow:0 0 0 .15rem rgba(0,86,179,.15);

}

.volunteer-btn{

background:#0056b3;

color:#fff;

padding:15px 50px;

border-radius:50px;

font-weight:700;

transition:.3s;

}

.volunteer-btn:hover{

background:#003f87;

color:#fff;

transform:translateY(-3px);

}

@media(max-width:768px){

.application-card{

padding:30px 20px;

}

}


/*=====================================
VOLUNTEER BENEFITS
=====================================*/

.volunteer-benefits{

padding:100px 0;

background:#ffffff;

}

.benefit-card{

background:#fff;

border-radius:20px;

padding:40px 30px;

text-align:center;

height:100%;

transition:.35s;

box-shadow:0 12px 35px rgba(0,0,0,.05);

border:1px solid #edf2f8;

}

.benefit-card:hover{

transform:translateY(-8px);

border-color:#0056b3;

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.benefit-icon{

width:80px;

height:80px;

border-radius:50%;

background:#edf5ff;

margin:auto auto 25px;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

color:#0056b3;

transition:.3s;

}

.benefit-card:hover .benefit-icon{

background:#0056b3;

color:#fff;

}

.benefit-card h5{

font-weight:700;

margin-bottom:15px;

}

.benefit-card p{

color:#666;

line-height:1.8;

margin:0;

}


/*=====================================
VOLUNTEER STORIES
=====================================*/

.volunteer-testimonials{

padding:100px 0;

background:#f8fbff;

}

.story-card{

background:#fff;

padding:40px 35px;

border-radius:20px;

text-align:center;

height:100%;

transition:.35s;

box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.story-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.story-icon{

width:90px;

height:90px;

margin:auto auto 25px;

border-radius:50%;

background:#edf5ff;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#0056b3;

}

.story-card h5{

font-weight:700;

margin-bottom:15px;

}

.story-card p{

color:#666;

line-height:1.8;

margin:0;

}


/*=====================================
VOLUNTEER FAQ
=====================================*/

.volunteer-faq{

padding:100px 0;

background:#ffffff;

}

.volunteer-accordion{

max-width:900px;

margin:auto;

}

.volunteer-accordion .accordion-item{

border:none;

border-radius:15px;

margin-bottom:18px;

overflow:hidden;

box-shadow:0 8px 30px rgba(0,0,0,.06);

}

.volunteer-accordion .accordion-button{

font-weight:700;

padding:22px;

background:#fff;

}

.volunteer-accordion .accordion-button:not(.collapsed){

background:#0056b3;

color:#fff;

}

.volunteer-accordion .accordion-button:focus{

box-shadow:none;

}

.volunteer-accordion .accordion-body{

padding:22px;

line-height:1.8;

color:#666;

}


/*=====================================
FINAL CTA
=====================================*/

.volunteer-final{

padding:100px 0;

background:#f8fbff;

}

.volunteer-final-box{

background:linear-gradient(135deg,#0056b3,#003f87);

padding:70px;

border-radius:25px;

color:#fff;

}

.volunteer-final-box h2{

font-size:2.4rem;

font-weight:800;

margin-bottom:20px;

}

.volunteer-final-box p{

font-size:18px;

line-height:1.9;

opacity:.95;

margin-bottom:0;

}

.volunteer-final .btn{

padding:15px 35px;

border-radius:50px;

font-weight:700;

}

@media(max-width:768px){

.volunteer-final-box{

padding:40px 25px;

text-align:center;

}

.volunteer-final-box h2{

font-size:2rem;

}

}