.elementor-558 .elementor-element.elementor-element-065d5b0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-558 .elementor-element.elementor-element-a85537a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-98de7b0 */.image-gallery {
  --gap: 6px;
  display: grid;
  grid-gap: var(--gap);
  grid-template-rows: repeat(2, var(--row-rep, 7fr 3fr 7fr));
  margin: 0;
  min-height: 100vh;
}

.image-gallery img {
  /* prevent from overflowing its grid-area */
  contain: size;
  /* stretch across its grid-area */
  place-self: stretch;
  object-fit: cover;
}

.image-gallery img:nth-child(1) { 
  grid-column: 1/ span 2; 
}

.image-gallery img:nth-child(2) { 
  grid-area: 3/ 1/ span 1/ span 2; 
}

.image-gallery img:nth-child(3) {
  grid-row: 5;
  object-position: 50% 40%;
}

.image-gallery img:nth-child(4) { 
  grid-row: 6; 
}

.image-gallery img:nth-child(5) { 
  grid-area: 2/ 2; 
}

.image-gallery img:nth-child(6) {
  grid-area: 4/ 1;
  object-position: 50% 0;
}

.image-gallery img:nth-child(7) { 
  grid-area: 4/ 2; 
}

.image-gallery img:nth-child(8) { 
  grid-row: 5/ span 2; 
}

.image-gallery img:nth-child(8n + 1) { 
  object-position: 50% 30%; 
}

.image-gallery img:last-child {
  --span: / span 2/ span 2;
  grid-area: 3/ 1 var(--span);
  place-self: center;
  border: solid var(--gap) #fff;
  width: 9em;
  aspect-ratio: 1;
  object-position: 50% 5%;
  border-radius: 50%;
}

@media (min-width: 600px) {
  .image-gallery { 
    --row-rep: 1fr 1fr; 
  }
  
  .image-gallery img:nth-child(1) { 
    grid-area: 1/ 1/ span 2; 
  }

  .image-gallery img:nth-child(2) { 
    grid-area: 1/ 2/ span 2/ span 2; 
  }

  .image-gallery img:nth-child(3) { 
    grid-area: 1/ 4; 
  }

  .image-gallery img:nth-child(4) { 
    grid-area: 2/ 4; 
  }

  .image-gallery img:nth-child(5) { 
    grid-area: 3/ 1; 
  }

  .image-gallery img:nth-child(6) { 
    grid-area: 3/ 2/ span 2; 
  }

  .image-gallery img:nth-child(7) { 
    grid-area: 3/ 3/ span 2; 
  }

  .image-gallery img:nth-child(8) { 
    grid-area: 3/ 4/ span 2; 
  }

  .image-gallery img:last-child {
    grid-area: 2/ 2 var(--span);
    width: 15em;           
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b60f6b0 */.volunteers-page {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-header {
    text-align: center;
    margin-bottom: 60px;
}

.page-header h1 {
    font-size: 42px;
    color: #0d4d80;
    margin-bottom: 15px;
    font-weight: 700;
}

.subtitle {
    font-size: 20px;
    color: #1a6aa2;
    font-style: italic;
}

/* Hero Section */
.volunteer-hero {
    margin-bottom: 80px;
}

.hero-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.text-content {
    flex: 1;
}

.text-content h2 {
    font-size: 36px;
    color: #0d4d80;
    margin-bottom: 25px;
}

.text-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px;
}

.image-content {
    flex: 0 0 45%;
}

.image-content img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Impact Stats */
.impact-stats {
    display: flex;
    gap: 40px;
    margin: 40px 0;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.stat {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 32px;
    font-weight: bold;
    color: #1a6aa2;
    margin-bottom: 5px;
}

.stat-label {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

/* Quote Box */
.quote-box {
    background: linear-gradient(135deg, #0d4d80 0%, #1a6aa2 100%);
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.quote-box p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
    color: white;
}

.author {
    font-weight: 600;
    text-align: right;
}

/* Opportunities Section */
.opportunities-section {
    margin-bottom: 80px;
}

.opportunities-section h2 {
    text-align: center;
    font-size: 32px;
    color: #0d4d80;
    margin-bottom: 15px;
}

.section-description {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.opportunities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.opportunity-card {
    background: white;
    padding: 35px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease;
    border-top: 4px solid #1a6aa2;
}

.opportunity-card:hover {
    transform: translateY(-5px);
}

.card-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.opportunity-card h3 {
    color: #0d4d80;
    font-size: 22px;
    margin-bottom: 15px;
}

.opportunity-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.opportunity-features {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.opportunity-features li {
    color: #555;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.opportunity-features li:last-child {
    border-bottom: none;
}

.volunteer-btn {
    width: 100%;
    padding: 12px 24px;
    background: linear-gradient(135deg, #1a6aa2 0%, #0d4d80 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.volunteer-btn:hover {
    background: linear-gradient(135deg, #0d4d80 0%, #1a6aa2 100%);
    transform: translateY(-2px);
}

/* Stories Section */
.stories-section {
    margin-bottom: 80px;
}

.stories-section h2 {
    text-align: center;
    font-size: 32px;
    color: #0d4d80;
    margin-bottom: 50px;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}

.story-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.story-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.story-content {
    padding: 25px;
}

.story-content h3 {
    color: #0d4d80;
    margin-bottom: 15px;
    font-size: 20px;
}

.story-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.story-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #888;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #0d4d80 0%, #1a6aa2 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-primary, .cta-secondary {
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.cta-primary {
    background: white;
    color: #0d4d80;
}

.cta-primary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.cta-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cta-secondary:hover {
    background: white;
    color: #0d4d80;
    transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .volunteers-page {
        padding: 30px 0;
    }
    
    .page-header h1 {
        font-size: 32px;
    }
    
    .hero-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .image-content {
        flex: 1;
        width: 100%;
    }
    
    .impact-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .opportunities-grid {
        grid-template-columns: 1fr;
    }
    
    .stories-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-primary, .cta-secondary {
        width: 200px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .page-header h1 {
        font-size: 28px;
    }
    
    .text-content h2 {
        font-size: 28px;
    }
    
    .cta-section {
        padding: 40px 20px;
    }
}/* End custom CSS */