.elementor-2191 .elementor-element.elementor-element-24817818{margin-top:0px;margin-bottom:129px;padding:140px 0px 0px 0px;}.elementor-2191 .elementor-element.elementor-element-19e153b8 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2191 .elementor-element.elementor-element-258326ca{margin-top:-7px;margin-bottom:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1024px) and (min-width:768px){.elementor-2191 .elementor-element.elementor-element-19e153b8{width:100%;}}@media(max-width:1024px){.elementor-2191 .elementor-element.elementor-element-24817818{margin-top:0px;margin-bottom:48px;padding:92px 0px 0px 0px;}.elementor-2191 .elementor-element.elementor-element-19e153b8 > .elementor-element-populated{margin:0px 0px 40px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:10px 10px 10px 10px;}}@media(max-width:767px){.elementor-2191 .elementor-element.elementor-element-24817818{margin-top:0px;margin-bottom:31px;padding:82px 0px 0px 0px;}.elementor-2191 .elementor-element.elementor-element-19e153b8 > .elementor-element-populated{padding:0px 15px 0px 15px;}}/* Start custom CSS for html, class: .elementor-element-07548b1 *//* ===== VOLUNTEER PAGE STYLES ===== */
.volunteer-hero {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #722F37 0%, #5a252b 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.volunteer-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.03"><polygon points="100,100 200,50 300,100 400,50 500,100 600,50 700,100 800,50 900,100 1000,50 1000,150 900,200 800,150 700,200 600,150 500,200 400,150 300,200 200,150 100,200 0,150 0,50" fill="white"/></svg>');
  background-size: 400px 400px;
}

.volunteer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 600px;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
  background: linear-gradient(45deg, #fff 0%, #f5e8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-content p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(45deg, #722F37, #8a3a44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  font-weight: 500;
}

.cta-btn {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid;
  display: inline-block;
}

.cta-btn.primary {
  background: #722F37;
  color: white;
  border-color: #722F37;
}

.cta-btn.primary:hover {
  background: #5a252b;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(114, 47, 55, 0.3);
}

.cta-btn.secondary {
  background: transparent;
  color: #722F37;
  border-color: #722F37;
}

.cta-btn.secondary:hover {
  background: #722F37;
  color: white;
  transform: translateY(-2px);
}

.hero-image {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
}

.hero-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Volunteer Content */
.volunteer-content {
  padding: 80px 0;
  background: #f8f9fa;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 2.8rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 700;
}

.section-header p {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Why Volunteer */
.why-volunteer {
  margin-bottom: 100px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.benefit-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #722F37;
}

.benefit-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.benefit-card h4 {
  font-size: 1.3rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 600;
}

.benefit-card p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Opportunities */
.opportunities-section {
  margin-bottom: 100px;
}

.opportunities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.opportunity-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border-left: 4px solid #722F37;
  border: 1px solid #f0f0f0;
}

.opportunity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #722F37;
}

.opp-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: block;
}

.opportunity-card h4 {
  font-size: 1.3rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 600;
}

.opportunity-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.opportunity-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.opportunity-card li {
  padding: 5px 0;
  color: #555;
  position: relative;
  padding-left: 20px;
  font-size: 0.95rem;
}

.opportunity-card li:before {
  content: "•";
  color: #722F37;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.time-commitment {
  display: block;
  background: #f9f0f1;
  color: #722F37;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
}

/* Volunteer Form */
.volunteer-form-section {
  margin: 100px 0;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  overflow: hidden;
  border: 1px solid #f0f0f0;
}

.form-container {
  padding: 60px;
}

.form-header {
  text-align: center;
  margin-bottom: 50px;
}

.form-header h3 {
  font-size: 2.5rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 700;
}

.form-header p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.volunteer-form {
  max-width: 900px;
  margin: 0 auto;
}

.form-section {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e9ecef;
}

.form-section:last-of-type {
  border-bottom: none;
  margin-bottom: 30px;
}

.form-section h4 {
  font-size: 1.4rem;
  color: #212121;
  margin-bottom: 25px;
  font-weight: 600;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
  color: #212121;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #722F37;
  box-shadow: 0 0 0 3px rgba(114, 47, 55, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 10px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.95rem;
}

.checkbox-label:hover {
  background: #e9ecef;
}

.checkbox-label input[type="checkbox"] {
  margin: 0;
}

.form-note {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  margin: 30px 0;
  border-left: 4px solid #722F37;
}

.form-note p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
}

.form-note strong {
  color: #722F37;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(45deg, #722F37, #8a3a44);
  color: white;
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(114, 47, 55, 0.3);
  border: none;
  cursor: pointer;
  justify-content: center;
  margin-top: 10px;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(114, 47, 55, 0.4);
  gap: 15px;
}

.submit-btn svg {
  transition: transform 0.3s ease;
}

.submit-btn:hover svg {
  transform: translateX(5px);
}

/* Testimonials */
.testimonials-section {
  margin-bottom: 80px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  text-align: center;
  border: 1px solid #f0f0f0;
}

.testimonial-content p {
  font-style: italic;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.testimonial-author strong {
  display: block;
  color: #212121;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.testimonial-author span {
  color: #666;
  font-size: 0.95rem;
}

/* Quick Apply */
.quick-apply {
  background: linear-gradient(135deg, #722F37 0%, #5a252b 100%);
  color: white;
  padding: 80px 40px;
  border-radius: 20px;
  text-align: center;
}

.quick-apply-content h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.quick-apply-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.apply-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-image {
    position: relative;
    width: 100%;
    margin-top: 40px;
    right: auto;
    top: auto;
    transform: none;
  }
  
  .hero-content {
    max-width: 100%;
    text-align: center;
  }
  
  .hero-stats {
    justify-content: center;
  }
  
  .benefits-grid,
  .opportunities-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  
  .checkbox-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .volunteer-hero {
    padding: 100px 0 60px;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .section-header h2 {
    font-size: 2.2rem;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 20px;
  }
  
  .form-container {
    padding: 40px 25px;
  }
  
  .form-header h3 {
    font-size: 2rem;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .apply-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .volunteer-container {
    padding: 0 15px;
  }
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .section-header h2 {
    font-size: 1.8rem;
  }
  
  .form-container {
    padding: 30px 20px;
  }
  
  .form-header h3 {
    font-size: 1.8rem;
  }
  
  .quick-apply {
    padding: 60px 25px;
  }
  
  .quick-apply-content h3 {
    font-size: 2rem;
  }
}/* End custom CSS */